From d9872d59ea047bf04d72ae20f0fd63a4349e8a8f Mon Sep 17 00:00:00 2001 From: Yuri Salimovskiy Date: Tue, 15 Aug 2023 10:39:38 +0300 Subject: [PATCH] 7.3.11 changelog --- docs/installation/changelog.md | 40 ++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 831213407..f81524f11 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -8,6 +8,46 @@ --> # ExpressionEngine v7 Change Log +## Version 7.3.11 +(Release: August 15, 2023) + +- **Contributors** 🙌 +
+
+ +
+
+ +**Enhancements** 🚀 + +- Added display of seconds for revisions and autosaves; [#3644](https://github.com/ExpressionEngine/ExpressionEngine/issues/3644) +- Enabled additional caching in Structure +- Reduced the number of SQL queries when performing search in Entry Manager + +**Bug Fixes** 💃🐛 + +- Resolved [#200](https://github.com/ExpressionEngine/ExpressionEngine/issues/200) where template layouts did not properly work with Channel Form +- Resolved [#1788](https://github.com/ExpressionEngine/ExpressionEngine/issues/1788) where HTML Buttons were loaded with Channel Form even when not in use +- Resolved issue where the status indicator was not displayed after searching in the Relationships field. +- Resolved [#3686](https://github.com/ExpressionEngine/ExpressionEngine/issues/3686) when having Minimum rows setting for File Grid higher than 1 would prevent entry from saving +- Resolved conflicts in scoped dependency functions +- Resolved issue where Channel form grid has duplicated label for every single row +- Resolved [#3680](https://github.com/ExpressionEngine/ExpressionEngine/issues/3680) where term Snippet was still used in error message +- Resolved issue where Download link for files using on-local storage adapters did not work +- Resolved [#3383](https://github.com/ExpressionEngine/ExpressionEngine/issues/3383) where loading File Grid fields with many rows was slow +- Resolved issue where PHP variable was not defined properly +- Resolved issue where navigating subfolders in File Manager did not retain filers and sorting +- Fixed issue when styling in Grid field was not accurate when sorting +- Resolved [#532](https://github.com/ExpressionEngine/ExpressionEngine/issues/532) where index template could be deleted but then immediately recreated +- Resolved [#3667](https://github.com/ExpressionEngine/ExpressionEngine/issues/3667) where all members with access to Template Manager could access System Templates + ## Version 7.3.10 (Release: August 11, 2023)