From 66a63fdc6706db068ff718ce415685def9b55dff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:18:39 -0500 Subject: [PATCH] chore(release): release 1.2.5 (#2049) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 24 ++++++++++++++++++++++++ composer.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23fb11c44..78d113812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [1.2.5](https://github.com/accessibility-exchange/platform/compare/v1.2.4...v1.2.5) (2023-12-12) + + +### Bug Fixes + +* can't add other engagement languages ([#2027](https://github.com/accessibility-exchange/platform/issues/2027)) ([3220f3f](https://github.com/accessibility-exchange/platform/commit/3220f3f8e7535d93bc9d62e38a925e1a26f0efdf)) +* fonts fail to load on www subdomain (resolves [#2006](https://github.com/accessibility-exchange/platform/issues/2006)) ([#2063](https://github.com/accessibility-exchange/platform/issues/2063)) ([290a2b2](https://github.com/accessibility-exchange/platform/commit/290a2b203874473c6ae1906b208ed53cf788e5f5)) +* localize attributes properly ([#2016](https://github.com/accessibility-exchange/platform/issues/2016)) ([fbd95be](https://github.com/accessibility-exchange/platform/commit/fbd95be0f5d3e17d4366f72808778875e3937aeb)) +* localize notifications properly (resolves [#2015](https://github.com/accessibility-exchange/platform/issues/2015), [#2012](https://github.com/accessibility-exchange/platform/issues/2012)) ([#2050](https://github.com/accessibility-exchange/platform/issues/2050)) ([d19c4ae](https://github.com/accessibility-exchange/platform/commit/d19c4ae692abd17f7bc946cd0de80970c515f0f4)) +* misaligned heading area and main area (resolves [#1688](https://github.com/accessibility-exchange/platform/issues/1688)) ([#2060](https://github.com/accessibility-exchange/platform/issues/2060)) ([010d752](https://github.com/accessibility-exchange/platform/commit/010d752af7d57d8ca95d9a1d62a6ab367399acf5)) +* model lsq translations don't fallback to fr (resolves [#2014](https://github.com/accessibility-exchange/platform/issues/2014), [#2026](https://github.com/accessibility-exchange/platform/issues/2026)) ([#2027](https://github.com/accessibility-exchange/platform/issues/2027)) ([3220f3f](https://github.com/accessibility-exchange/platform/commit/3220f3f8e7535d93bc9d62e38a925e1a26f0efdf)) +* not displaying content in translation ([#2027](https://github.com/accessibility-exchange/platform/issues/2027)) ([3220f3f](https://github.com/accessibility-exchange/platform/commit/3220f3f8e7535d93bc9d62e38a925e1a26f0efdf)) +* rendering of language changer links (resolves [#2028](https://github.com/accessibility-exchange/platform/issues/2028), [#2029](https://github.com/accessibility-exchange/platform/issues/2029)) ([#2027](https://github.com/accessibility-exchange/platform/issues/2027)) ([3220f3f](https://github.com/accessibility-exchange/platform/commit/3220f3f8e7535d93bc9d62e38a925e1a26f0efdf)) +* response time in other languages not saved ([#2027](https://github.com/accessibility-exchange/platform/issues/2027)) ([3220f3f](https://github.com/accessibility-exchange/platform/commit/3220f3f8e7535d93bc9d62e38a925e1a26f0efdf)) +* update LSQ locale's Translatable inputs default to English (resolves [#1715](https://github.com/accessibility-exchange/platform/issues/1715)) ([#2062](https://github.com/accessibility-exchange/platform/issues/2062)) ([ccaa90c](https://github.com/accessibility-exchange/platform/commit/ccaa90c2f0f7ec2c3d5825b3e7a50b1afc7d3600)) + + +### Miscellaneous Chores + +* **localization:** update translations ([#2048](https://github.com/accessibility-exchange/platform/issues/2048)) ([780877b](https://github.com/accessibility-exchange/platform/commit/780877b8a1f1a54d438c77ec8f5b1e020a13f397)) +* **localization:** update translations ([#2059](https://github.com/accessibility-exchange/platform/issues/2059)) ([cb688c2](https://github.com/accessibility-exchange/platform/commit/cb688c29c18f912f54320f7d16713ba1ad1f1048)) +* **localization:** update translations ([#2061](https://github.com/accessibility-exchange/platform/issues/2061)) ([231b745](https://github.com/accessibility-exchange/platform/commit/231b745630aaf4f8b56094e1b874d27ff1467a8c)) +* **localization:** update translations ([#2070](https://github.com/accessibility-exchange/platform/issues/2070)) ([9a10088](https://github.com/accessibility-exchange/platform/commit/9a1008853b1fd4336b40c7d87394312913632d70)) + ## [1.2.4](https://github.com/accessibility-exchange/platform/compare/v1.2.3...v1.2.4) (2023-12-04) diff --git a/composer.json b/composer.json index 065fbc52a..b777a7e8f 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "framework", "laravel" ], - "version": "1.2.4", + "version": "1.2.5", "license": "BSD-3-Clause", "require": { "php": "^8.1",