From 0eb01e0704b68ec9840c2ae0b2c44c77729a4cb3 Mon Sep 17 00:00:00 2001 From: Yuri Salimovskiy Date: Mon, 24 Apr 2023 08:51:50 +0300 Subject: [PATCH 1/3] ExpressionEngine 7.2.11 --- docs/installation/changelog.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 319d1a9c9..691eb0988 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -8,6 +8,36 @@ --> # ExpressionEngine v7 Change Log +## Version 7.2.16 +(Release: April 24, 2023) + +- **Contributors** 🙌 +
+
+ +
+
+ +**Enhancements 🚀** + +- Optimize logging developer messages; [#3057](https://github.com/ExpressionEngine/ExpressionEngine/issues/3057) +- Added keyboard shortcut for saving Pro Variables + +**Bug Fixes** 💃🐛 + +- Resolved [#3222](https://github.com/ExpressionEngine/ExpressionEngine/issues/3222) where File icon in File field does not match field type +- Resolved [#3174](https://github.com/ExpressionEngine/ExpressionEngine/issues/3174) where min height of RTE field could be wrong when using different CKEditor configurations for same entry +- Resolved [#3272](https://github.com/ExpressionEngine/ExpressionEngine/issues/3272) where parsing order was not correct for add-ons that contain both module and plugin file +- Resolved [#846](https://github.com/ExpressionEngine/ExpressionEngine/issues/846), [#1840](https://github.com/ExpressionEngine/ExpressionEngine/issues/1840) where scroll immediately closes the sidebar on mobile screen +- Resolved [#2417](https://github.com/ExpressionEngine/ExpressionEngine/issues/2417) where PHP error could been shown when saving channel layout +- Resolved [#3274](https://github.com/ExpressionEngine/ExpressionEngine/issues/3274) where special characters in URL for on-the-fly manipulated images were encoded twice +- Resolved [#3245](https://github.com/ExpressionEngine/ExpressionEngine/issues/3245) where 0 could be displayed as empty string in template variables provided by add-ons +- Resolved [#3246](https://github.com/ExpressionEngine/ExpressionEngine/issues/3246) where not all checks for empty Grid or Fluid field worked correctly in templates when using PHP 8.1 +- Resolved [#3190](https://github.com/ExpressionEngine/ExpressionEngine/issues/3190) where pagination in File Manager did not respect permissions for upload directories + ## Version 7.2.15 (Release: April 12, 2023) From c457704c5f187724698ccb2d6282591a09069341 Mon Sep 17 00:00:00 2001 From: Bryan Nielsen Date: Mon, 24 Apr 2023 09:11:32 -0400 Subject: [PATCH 2/3] Update changelog.md --- docs/installation/changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 691eb0988..6de61f247 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -37,6 +37,8 @@ - Resolved [#3245](https://github.com/ExpressionEngine/ExpressionEngine/issues/3245) where 0 could be displayed as empty string in template variables provided by add-ons - Resolved [#3246](https://github.com/ExpressionEngine/ExpressionEngine/issues/3246) where not all checks for empty Grid or Fluid field worked correctly in templates when using PHP 8.1 - Resolved [#3190](https://github.com/ExpressionEngine/ExpressionEngine/issues/3190) where pagination in File Manager did not respect permissions for upload directories +- Resolved [#3302](https://github.com/ExpressionEngine/ExpressionEngine/issues/3302) where Structure was showing deprecation notices when using PHP 8.2 +- Resolved [#3191](https://github.com/ExpressionEngine/ExpressionEngine/issues/3191) where PHP errors could be shown when installing add-on that has fieldtype and module ## Version 7.2.15 (Release: April 12, 2023) From 74279407a29067cfb5556d642e9dd6ac876f1514 Mon Sep 17 00:00:00 2001 From: Tom Jaeger Date: Mon, 24 Apr 2023 16:50:26 -0400 Subject: [PATCH 3/3] Added additional changlog items Updating changlog --- docs/installation/changelog.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 6de61f247..38ac543a0 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -15,8 +15,11 @@
@@ -25,6 +28,13 @@ - Optimize logging developer messages; [#3057](https://github.com/ExpressionEngine/ExpressionEngine/issues/3057) - Added keyboard shortcut for saving Pro Variables +- Added icon for video file +- Added icon for doc file type +- Installer / Updated now respects default theme colors +- Remove "blinks" into the drak on script loads +- Made styles a bit more generic for multiselect +- Added additional styles for long channel titles +- Resolved [#518](https://github.com/ExpressionEngine/ExpressionEngine/issues/518) where include in search was present on relaionthips and shouldn't be **Bug Fixes** 💃🐛 @@ -32,13 +42,15 @@ - Resolved [#3174](https://github.com/ExpressionEngine/ExpressionEngine/issues/3174) where min height of RTE field could be wrong when using different CKEditor configurations for same entry - Resolved [#3272](https://github.com/ExpressionEngine/ExpressionEngine/issues/3272) where parsing order was not correct for add-ons that contain both module and plugin file - Resolved [#846](https://github.com/ExpressionEngine/ExpressionEngine/issues/846), [#1840](https://github.com/ExpressionEngine/ExpressionEngine/issues/1840) where scroll immediately closes the sidebar on mobile screen -- Resolved [#2417](https://github.com/ExpressionEngine/ExpressionEngine/issues/2417) where PHP error could been shown when saving channel layout +- Resolved [#2417](https://github.com/ExpressionEngine/ExpressionEngine/issues/2417) where PHP error could have shown when saving channel layout - Resolved [#3274](https://github.com/ExpressionEngine/ExpressionEngine/issues/3274) where special characters in URL for on-the-fly manipulated images were encoded twice - Resolved [#3245](https://github.com/ExpressionEngine/ExpressionEngine/issues/3245) where 0 could be displayed as empty string in template variables provided by add-ons - Resolved [#3246](https://github.com/ExpressionEngine/ExpressionEngine/issues/3246) where not all checks for empty Grid or Fluid field worked correctly in templates when using PHP 8.1 - Resolved [#3190](https://github.com/ExpressionEngine/ExpressionEngine/issues/3190) where pagination in File Manager did not respect permissions for upload directories - Resolved [#3302](https://github.com/ExpressionEngine/ExpressionEngine/issues/3302) where Structure was showing deprecation notices when using PHP 8.2 -- Resolved [#3191](https://github.com/ExpressionEngine/ExpressionEngine/issues/3191) where PHP errors could be shown when installing add-on that has fieldtype and module +- Resolved [#3191](https://github.com/ExpressionEngine/ExpressionEngine/issues/3191) where PHP errors could be shown when installing add-on that have a fieldtype and module +- Resolved [#3286](https://github.com/ExpressionEngine/ExpressionEngine/issues/3286) where PHP errors could be thrown on creating of a dynamic property +- Resolved [#510](https://github.com/ExpressionEngine/ExpressionEngine/issues/510) where Toggle field conditionals on frontend didn't handle defaults correctly ## Version 7.2.15 (Release: April 12, 2023)