From 7b26890d926f0697a8ee233ba26b36de72bb0ea5 Mon Sep 17 00:00:00 2001 From: Yuri Salimovskiy Date: Tue, 19 Mar 2024 13:13:15 +0200 Subject: [PATCH 1/2] Version 7.4.5 --- docs/installation/changelog.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 3e9f37302..0f5549a49 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -8,6 +8,34 @@ --> # ExpressionEngine v7 Change Log +## Version 7.4.5 +(Release: March 19, 2024) + +- **Contributors** 🙌 +
+
+ +
+
+ +**Enhancements** 🚀 + +- Resolved [#3972](https://github.com/ExpressionEngine/ExpressionEngine/issues/3972) where it was not possible to use 1-click Updater on servers with `disk_free_space()` disabled +- Enabled view counters to be displayed in Entry Manager +- Changed default limit in Members field settings + +**Bug Fixes** 💃🐛 + +- Resolved [#4148](https://github.com/ExpressionEngine/ExpressionEngine/issues/4148) where SuperAdmins were not able to approve members into Locked roles +- Resolved [#4147](https://github.com/ExpressionEngine/ExpressionEngine/issues/4147) where label of dropdown select field for member was not parsed correctly +- Resolved [#4129](https://github.com/ExpressionEngine/ExpressionEngine/issues/4129) where CSRF token not getting refreshed when CP session type is "session only" +- Resolved issue where saving RTE toolset could show an error +- Resolved issue where certain uses of Member model in CLI requests were causing errors +- Resolved [#4111](https://github.com/ExpressionEngine/ExpressionEngine/issues/4111) where reordering groups did not work in Pro Variables + ## Version 7.4.4 (Release: March 11, 2024) From b9ed5bd7751a6678b43d79141ab4820b31804701 Mon Sep 17 00:00:00 2001 From: Yuri Salimovskiy Date: Wed, 20 Mar 2024 15:38:48 +0200 Subject: [PATCH 2/2] Update release date --- docs/installation/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 0f5549a49..799ba4b34 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -9,7 +9,7 @@ # ExpressionEngine v7 Change Log ## Version 7.4.5 -(Release: March 19, 2024) +(Release: March 20, 2024) - **Contributors** 🙌