From 932143882799de42552dda14faef31e8690abeb7 Mon Sep 17 00:00:00 2001 From: Yuri Salimovskiy Date: Mon, 6 Feb 2023 09:28:43 +0200 Subject: [PATCH 1/2] ExpressionEngine 7.2.9 --- docs/installation/changelog.md | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 3a7fbfef1..528f5d64b 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -8,6 +8,31 @@ --> # ExpressionEngine v7 Change Log +## Version 7.2.9 +(Release: February 6, 2023) + +- **Contributors** 🙌 +
+
+ +
+
+ +**Bug Fixes** 💃🐛 +- Resolved [#2312](https://github.com/ExpressionEngine/ExpressionEngine/pull/2312) where conditional fields depending on radio button could be not loaded correctly when creating new entry +- Resolved [#2765](https://github.com/ExpressionEngine/ExpressionEngine/pull/2765) where using `ee()->table->set_data()` was not possible outside of Control Panel +- Resolved [#2356](https://github.com/ExpressionEngine/ExpressionEngine/pull/2356) where Preview button was still visible when preview turned off in channel preferences +- Resolved [#2808](https://github.com/ExpressionEngine/ExpressionEngine/pull/2808) where some servers did not accept SVG files to be uploaded into image-only directory +- Resolved [#2653](https://github.com/ExpressionEngine/ExpressionEngine/pull/2653) where Radio and Select fields were showing values and not labels in Entry Manager +- Resolved [#2784](https://github.com/ExpressionEngine/ExpressionEngine/pull/2784) where having ungrouped fields could cause group filter to malfunction in Field manager +- Resolved issue when password validation did not work properly in some cases + ## Version 7.2.8 (Release: January 30, 2023) @@ -29,9 +54,9 @@ **Bug Fixes** 💃🐛 - Resolved issue when files on non-local filesystem could not be resized or cropped from CP -- Resolved #2759 where checkbox field with the name of "statuses" did not always render correctly -- Resolved #2758 where reordering did not always work properly in third-party grids -- Resolved #2761 where Structure could show PHP warning when used with third-party forms +- Resolved [#2759](https://github.com/ExpressionEngine/ExpressionEngine/pull/2759) where checkbox field with the name of "statuses" did not always render correctly +- Resolved [#2758](https://github.com/ExpressionEngine/ExpressionEngine/pull/2758) where reordering did not always work properly in third-party grids +- Resolved [#2761](https://github.com/ExpressionEngine/ExpressionEngine/pull/2761) where Structure could show PHP warning when used with third-party forms - Resolved issue where validation error was not properly thrown when saving a Grid in a Pro Variable - Resolved issue where saving Fluid without fields could result in PHP error From 482ee7a95848da339eca956d10404d63b0607256 Mon Sep 17 00:00:00 2001 From: Yuri Salimovskiy Date: Tue, 7 Feb 2023 17:53:35 +0200 Subject: [PATCH 2/2] change 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 528f5d64b..9a5002878 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -9,7 +9,7 @@ # ExpressionEngine v7 Change Log ## Version 7.2.9 -(Release: February 6, 2023) +(Release: February 7, 2023) - **Contributors** 🙌