From aef565573228d0360e2d874f7dbcae8854aab69d Mon Sep 17 00:00:00 2001 From: Yuri Salimovskiy Date: Mon, 21 Feb 2022 15:13:36 +0200 Subject: [PATCH 1/3] ExpressionEngine 6.2.6 --- docs/installation/changelog.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 39502858f..c01f9467b 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -7,6 +7,28 @@ @license https://expressionengine.com/license Licensed under Apache License, Version 2.0 --> # ExpressionEngine v6 Change Log +## Version 6.2.6 (Release: February 21, 2022) + +- **Bug Fixes** 💃🐛 + - Resolved [#1631](https://github.com/ExpressionEngine/ExpressionEngine/issues/1631) where Jump Menu was appearing over Live Preview + - Resolved [#1813](https://github.com/ExpressionEngine/ExpressionEngine/issues/1813) where Forums CP was showing PHP errors + - Resolved the issue where search in Forum was sometimes not functioning correctly + - Resolved the issue where categories were not properly assigned when using Metaweblog API + - Resolved the issue where some links in the Control Panel could be incorrect + - Resolved [#1794](https://github.com/ExpressionEngine/ExpressionEngine/issues/1794) where icons to show/hide password were not showing up correctly in Safari + - Resolved [#1764](https://github.com/ExpressionEngine/ExpressionEngine/issues/1764) where PHP error might have been shown when cache was cleared + - Resolved [#1531](https://github.com/ExpressionEngine/ExpressionEngine/issues/1531) where commands with longer names were not listed peroperly in CLI + - Resolved [#1319](https://github.com/ExpressionEngine/ExpressionEngine/issues/1319) where same template could not be used for Seach results and no results pages + - Resolved [#1086](https://github.com/ExpressionEngine/ExpressionEngine/issues/1086) where commented out sections of templates were not excempt from bad tags check + - Resolved the issue where updaing using CLI was not possible from some old ExpressionEngine versions + - Resolved [#1277](https://github.com/ExpressionEngine/ExpressionEngine/issues/1277) where category field names could not be reused in different category groups. + - Resolved issue where RTE styles were not respecting Dark theme in CP + +- **Developers** 💻 + - Resolved issue where using `disabled` attibute on shared field view was erasing all other attributes + - Updated the cleanup of JavaScript code to use angle brackets + - Improved Cypress tests performance + ## Version 6.2.5 (Release: February 10, 2022) - **Contributors** 🙌 From dc2ef64aa64c28466e000895c9fd9efc5cf68ec6 Mon Sep 17 00:00:00 2001 From: Yuri Salimovskiy Date: Mon, 21 Feb 2022 15:17:54 +0200 Subject: [PATCH 2/3] no message --- docs/installation/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index c01f9467b..b5c8760ad 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -23,6 +23,7 @@ - Resolved the issue where updaing using CLI was not possible from some old ExpressionEngine versions - Resolved [#1277](https://github.com/ExpressionEngine/ExpressionEngine/issues/1277) where category field names could not be reused in different category groups. - Resolved issue where RTE styles were not respecting Dark theme in CP + - Resolved issue where `title` attribute was not available for images in Grid and File Grid - **Developers** 💻 - Resolved issue where using `disabled` attibute on shared field view was erasing all other attributes From 51aa67aa53540539f9d1f942071f3ed158d50eef Mon Sep 17 00:00:00 2001 From: Andy McCormick Date: Mon, 21 Feb 2022 11:23:12 -0500 Subject: [PATCH 3/3] reorderd changelog --- docs/installation/changelog.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index b5c8760ad..5c00490ff 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -9,19 +9,21 @@ # ExpressionEngine v6 Change Log ## Version 6.2.6 (Release: February 21, 2022) +- **Contributors** 🙌 + - **Bug Fixes** 💃🐛 + - Resolved [#1086](https://github.com/ExpressionEngine/ExpressionEngine/issues/1086) where commented out sections of templates were not excempt from bad tags check + - Resolved [#1277](https://github.com/ExpressionEngine/ExpressionEngine/issues/1277) where category field names could not be reused in different category groups. + - Resolved [#1319](https://github.com/ExpressionEngine/ExpressionEngine/issues/1319) where same template could not be used for Seach results and no results pages + - Resolved [#1531](https://github.com/ExpressionEngine/ExpressionEngine/issues/1531) where commands with longer names were not listed peroperly in CLI - Resolved [#1631](https://github.com/ExpressionEngine/ExpressionEngine/issues/1631) where Jump Menu was appearing over Live Preview + - Resolved [#1764](https://github.com/ExpressionEngine/ExpressionEngine/issues/1764) where PHP error might have been shown when cache was cleared + - Resolved [#1794](https://github.com/ExpressionEngine/ExpressionEngine/issues/1794) where icons to show/hide password were not showing up correctly in Safari - Resolved [#1813](https://github.com/ExpressionEngine/ExpressionEngine/issues/1813) where Forums CP was showing PHP errors - Resolved the issue where search in Forum was sometimes not functioning correctly - Resolved the issue where categories were not properly assigned when using Metaweblog API - Resolved the issue where some links in the Control Panel could be incorrect - - Resolved [#1794](https://github.com/ExpressionEngine/ExpressionEngine/issues/1794) where icons to show/hide password were not showing up correctly in Safari - - Resolved [#1764](https://github.com/ExpressionEngine/ExpressionEngine/issues/1764) where PHP error might have been shown when cache was cleared - - Resolved [#1531](https://github.com/ExpressionEngine/ExpressionEngine/issues/1531) where commands with longer names were not listed peroperly in CLI - - Resolved [#1319](https://github.com/ExpressionEngine/ExpressionEngine/issues/1319) where same template could not be used for Seach results and no results pages - - Resolved [#1086](https://github.com/ExpressionEngine/ExpressionEngine/issues/1086) where commented out sections of templates were not excempt from bad tags check - Resolved the issue where updaing using CLI was not possible from some old ExpressionEngine versions - - Resolved [#1277](https://github.com/ExpressionEngine/ExpressionEngine/issues/1277) where category field names could not be reused in different category groups. - Resolved issue where RTE styles were not respecting Dark theme in CP - Resolved issue where `title` attribute was not available for images in Grid and File Grid