Skip to content

Commit 0887746

Browse files
authored
Merge pull request #484 from ExpressionEngine/7.dev
7.0.3
2 parents e94ef65 + e06251c commit 0887746

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docs/control-panel/file-manager/file-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,4 @@ WARN:**Note:** Compatibility Mode is enabled by default for sites upgraded from
186186

187187
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.
188188

189-
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).
189+
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).

docs/installation/changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@
88
-->
99
# ExpressionEngine v7 Change Log
1010

11+
## Version 7.0.3
12+
(Release: August 8, 2022)
13+
14+
- **Bug Fixes** 💃🐛
15+
- Fixed issue where Update File Usage utility was not always giving correct results.
16+
- Resolved issue where files in subfolder were not stored properly in RTE field using Redactor.
17+
- Resolved [#2208](https://github.com/ExpressionEngine/ExpressionEngine/issues/2208) where language files for some add-ons were not placed in correct location.
18+
- Resolved issue where Grid inside Fluid was not empty initially
19+
- Resolved issue where filtering by member group in channel form could result in SQL error
20+
21+
## Version 7.0.2
22+
(Release: August 4, 2022)
23+
24+
- Temporarily disabled Update File Usage utility due to a bug that affected some users. Utility will be re-enabled in 7.0.3
25+
26+
- **Bug Fixes** 💃🐛
27+
- Fixed issue with file usage stats.
28+
1129
## Version 7.0.1
1230
(Release: August 4, 2022)
1331

0 commit comments

Comments
 (0)