From 9a03a26fc730ddfe15ed1901bb9d8ed43d33c324 Mon Sep 17 00:00:00 2001 From: Yuri Salimovskiy Date: Fri, 27 Jan 2023 14:49:31 +0200 Subject: [PATCH 1/2] EE 7.2.8 changelog --- docs/installation/changelog.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 65d0fff61..a6cbf7869 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -8,6 +8,32 @@ --> # ExpressionEngine v7 Change Log +## Version 7.2.8 +(Release: January 30, 2023) + +- **Contributors** 🙌 +
+
+ +
+
+ +**Enhancements** 🚀 +- Added options for different display layouts for File Grid fields; #2764 + +**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 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 + ## Version 7.2.7 (Release: January 17, 2023) From edae1ab82c53f7eb65a3cf329913e50e2ad2a8fd Mon Sep 17 00:00:00 2001 From: Yuri Salimovskiy Date: Mon, 30 Jan 2023 16:13:54 +0200 Subject: [PATCH 2/2] Update changelog.md --- docs/installation/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index a6cbf7869..3a7fbfef1 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -25,6 +25,7 @@ **Enhancements** 🚀 - Added options for different display layouts for File Grid fields; #2764 +- Added initial PHP 8.2 compatibility **Bug Fixes** 💃🐛 - Resolved issue when files on non-local filesystem could not be resized or cropped from CP