From 63d23a12188e3af313550fca482847d197e5c5c4 Mon Sep 17 00:00:00 2001 From: Yuri Salimovskiy Date: Tue, 4 Apr 2023 13:18:50 +0300 Subject: [PATCH 1/3] ExpressionEngine 7.2.13 --- docs/installation/changelog.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 2edc2bcbb..ad074e62c 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -8,6 +8,32 @@ --> # ExpressionEngine v7 Change Log +## Version 7.2.13 +(Release: April 4, 2023) + +- **Contributors** 🙌 +
+
+ +
+
+ +**Bug Fixes** 💃🐛 + +- Resolved issue where Live Preview did not work with Fluid fields +- Resolved [#3129](https://github.com/ExpressionEngine/ExpressionEngine/issues/3129) where "extension missing" messages could be visible to guests even when the site is offline +- Resolved [#2752](https://github.com/ExpressionEngine/ExpressionEngine/issues/2752) where cross-domain multi-site login was not working +- Fixed [#3130](https://github.com/ExpressionEngine/ExpressionEngine/issues/3130) where the filter control to add/delete columns doesn't do anything on File modal on publish +- Resolved [#3127](https://github.com/ExpressionEngine/ExpressionEngine/issues/3127) where PHP error was shown when creating shortcut from Pro Search log +- Fixed [#3120](https://github.com/ExpressionEngine/ExpressionEngine/issues/3120) where duplicate status options with large number of statuses in cp +- Resolved [#3126](https://github.com/ExpressionEngine/ExpressionEngine/issues/3126) where Mass Notification Export utility did not work properly +- Resolved [#3135](https://github.com/ExpressionEngine/ExpressionEngine/issues/3135), [#3047](https://github.com/ExpressionEngine/ExpressionEngine/issues/3135) where the columns in Entry Manager did not dynamically update if some column is not available + ## Version 7.2.12 (Release: March 20, 2023) @@ -40,7 +66,7 @@ **Developers** 💻 -- Resolved [#3069](https://github.com/ExpressionEngine/ExpressionEngine/issues/) where `ChannelField` model could not be saved without `field_order` property +- Resolved [#3069](https://github.com/ExpressionEngine/ExpressionEngine/issues/3069) where `ChannelField` model could not be saved without `field_order` property ## Version 7.2.11 (Release: March 6, 2023) From d7c5663a64eb238f0625f623febc7df65e1140b5 Mon Sep 17 00:00:00 2001 From: Tom Jaeger Date: Tue, 4 Apr 2023 17:25:24 -0400 Subject: [PATCH 2/3] updatd contributers --- docs/installation/changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index ad074e62c..deac57d0a 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -15,8 +15,9 @@
From 60ac530930843388459a7ef153b97746f7c7794e Mon Sep 17 00:00:00 2001 From: Tom Jaeger Date: Tue, 4 Apr 2023 17:29:41 -0400 Subject: [PATCH 3/3] updated change log --- docs/installation/changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index deac57d0a..ddec76b66 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -34,6 +34,11 @@ - Fixed [#3120](https://github.com/ExpressionEngine/ExpressionEngine/issues/3120) where duplicate status options with large number of statuses in cp - Resolved [#3126](https://github.com/ExpressionEngine/ExpressionEngine/issues/3126) where Mass Notification Export utility did not work properly - Resolved [#3135](https://github.com/ExpressionEngine/ExpressionEngine/issues/3135), [#3047](https://github.com/ExpressionEngine/ExpressionEngine/issues/3135) where the columns in Entry Manager did not dynamically update if some column is not available +- Resolved issue with sidebar member links + +- **Enhancements** 🚀 + - Added new needed_fields_only paramater to channel entries loop + ## Version 7.2.12 (Release: March 20, 2023)