From c1806884a879fa80065282e136bbbba0cd230505 Mon Sep 17 00:00:00 2001 From: Andy McCormick Date: Thu, 4 Aug 2022 16:30:41 -0400 Subject: [PATCH 1/3] 7.0.2 release --- docs/control-panel/file-manager/file-manager.md | 2 +- docs/installation/changelog.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/control-panel/file-manager/file-manager.md b/docs/control-panel/file-manager/file-manager.md index d7cdf98df..d2a7be2b6 100644 --- a/docs/control-panel/file-manager/file-manager.md +++ b/docs/control-panel/file-manager/file-manager.md @@ -186,4 +186,4 @@ WARN:**Note:** Compatibility Mode is enabled by default for sites upgraded from ExpressionEngine 7+ stores files in the database differently then previous versions (using `{file:XX:url}` format instead of `{filedir_X}filename.ext`). This enables ExpressionEngine to provide a more powerful overall experience with files, such as storing files in subfolders, moving files to different locations, and collecting file usage data. -ExpressionEngine will still parse the `{filedir_X}` tags in templates or channel entries. However, third-party add-ons that parse file data on their own may not be compatible with the `{file:XX:url}` syntax, causing issues. In order to prevent a bad user experience, users can enable Compatibility Mode for the sites that are upgraded from earlier versions. If you know all installed add-ons are compatible with the new file format, you can run the Update Files Usage (found in Tools-> Utilities-> Update Files Usage) and then disable Compatibility Mode from the [Content & Design settings](/control-panel/settings/content-design.md#run-file-manager-in-compatibility-mode). +ExpressionEngine will still parse the `{filedir_X}` tags in templates or channel entries. However, third-party add-ons that parse file data on their own may not be compatible with the `{file:XX:url}` syntax, causing issues. In order to prevent a bad user experience, users can enable Compatibility Mode for the sites that are upgraded from earlier versions. If you know all installed add-ons are compatible with the new file format, you can run the Update File Usage (found in Tools-> Utilities-> Update File Usage) and then disable Compatibility Mode from the [Content & Design settings](/control-panel/settings/content-design.md#run-file-manager-in-compatibility-mode). diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 4c473c4c5..19f9758c9 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -8,6 +8,14 @@ --> # ExpressionEngine v7 Change Log +## Version 7.0.2 +(Release: August 4, 2022) + +- Temporarily disabled Update File Usage utility due to a bug that affected some users. Utility will be re-enabled in 7.0.3 + +- **Bug Fixes** πŸ’ƒπŸ› + - Fixed issue with file usage stats. + ## Version 7.0.1 (Release: August 4, 2022) From 7757109c98fabd562caf448bcea2b714669de121 Mon Sep 17 00:00:00 2001 From: Yuri Salimovskiy Date: Mon, 8 Aug 2022 19:19:07 +0300 Subject: [PATCH 2/3] 7.0.3 changelog --- docs/installation/changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 19f9758c9..d1ae64d64 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -8,6 +8,16 @@ --> # ExpressionEngine v7 Change Log +## Version 7.0.3 +(Release: August 8, 2022) + +- **Bug Fixes** πŸ’ƒπŸ› + - Fixed issue where Update File Usage utility was not always giving correct results. + - Resolved issue where files in subfolder were not stored properly in RTE field using Redactor. + - Resolved [#2208](https://github.com/ExpressionEngine/ExpressionEngine/issues/2208) where language files for some add-ons were not placed in correct location. + - Resolved issue where Grid inside Fluid was not empty initially + - Resolved issue where filtering by member group in channel form could result in SQL error + ## Version 7.0.2 (Release: August 4, 2022) From ad79fcd377780b9d69f1ac56db4290a24bf1f43b Mon Sep 17 00:00:00 2001 From: Andy McCormick Date: Mon, 8 Aug 2022 15:15:13 -0400 Subject: [PATCH 3/3] 7.0.3 changelog --- docs/installation/changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 19f9758c9..771b949d5 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -8,6 +8,15 @@ --> # ExpressionEngine v7 Change Log +## Version 7.0.3 +(Release: August 8, 2022) + +- **Bug Fixes** πŸ’ƒπŸ› + - Resolved [#2208](https://github.com/ExpressionEngine/ExpressionEngine/issues/2208) where language files were for some add-ons were not placed in correct location. + - Resolved issue where files used in RTE (Redactor) fieldtype where not stored in the new file format. + - Resolved issue where some files were not properly counted when calculating file usage. + - Resolved issue where data corruption could occur with the use of a File field in a Fluid field after running the β€œUpdate File Usage” utility. + ## Version 7.0.2 (Release: August 4, 2022)