From 42492b6992b1d53f73c065653c3a97f13e57c834 Mon Sep 17 00:00:00 2001 From: Travis Smith Date: Fri, 4 Apr 2025 11:55:58 -0500 Subject: [PATCH 1/2] Update changelog.md Recommending a file usage recount --- docs/installation/changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 8c64b4a99..f6da96083 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -43,11 +43,14 @@ - Resolved [#4692](https://github.com/ExpressionEngine/ExpressionEngine/issues/4692) where Search add-on did not include enough custom fields when searching multiple channels - Resolved [#4745](https://github.com/ExpressionEngine/ExpressionEngine/issues/4745) where using `edit_date` variable in Structure navigation was giving PHP error - Resolved [#4725](https://github.com/ExpressionEngine/ExpressionEngine/issues/4725) where Search was showing an error if `results` parameter was too big -- Resolved [#4720](https://github.com/ExpressionEngine/ExpressionEngine/issues/4720) where file usage was not calculated correctly for textareas containing multiple images - Resolved [#4689](https://github.com/ExpressionEngine/ExpressionEngine/issues/4689) where adding category from entry page could show wrong UI - Resolved [#4682](https://github.com/ExpressionEngine/ExpressionEngine/issues/4682) where cloning entry with hidden RTE field was giving PHP error - Resolved an issue where curl requests on Windows could not use the native root certificate store - Resolved an issue where updates from the CLI would not increment the version number +- Resolved [#4720](https://github.com/ExpressionEngine/ExpressionEngine/issues/4720) where file usage was not calculated correctly for textareas containing multiple images + +NOTE: **Important:** If your site uses any textareas that contain multiple image links, you should [Update File Usage Information](/latest/control-panel/utilities/data-operations.md#update-file-usage-information) after upgrading to trigger a re-count of file usage statistics. + ## Version 7.5.8 (Release: March 4th, 2025) From 8ab55da39b0411d49c8b48ee22aa8721a3a68947 Mon Sep 17 00:00:00 2001 From: Tom Jaeger Date: Fri, 4 Apr 2025 13:03:41 -0400 Subject: [PATCH 2/2] Update changelog.md Moved new linked issue to be grouped with the others --- 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 f6da96083..46fc6a3c4 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -45,9 +45,9 @@ - Resolved [#4725](https://github.com/ExpressionEngine/ExpressionEngine/issues/4725) where Search was showing an error if `results` parameter was too big - Resolved [#4689](https://github.com/ExpressionEngine/ExpressionEngine/issues/4689) where adding category from entry page could show wrong UI - Resolved [#4682](https://github.com/ExpressionEngine/ExpressionEngine/issues/4682) where cloning entry with hidden RTE field was giving PHP error +- Resolved [#4720](https://github.com/ExpressionEngine/ExpressionEngine/issues/4720) where file usage was not calculated correctly for textareas containing multiple images - Resolved an issue where curl requests on Windows could not use the native root certificate store - Resolved an issue where updates from the CLI would not increment the version number -- Resolved [#4720](https://github.com/ExpressionEngine/ExpressionEngine/issues/4720) where file usage was not calculated correctly for textareas containing multiple images NOTE: **Important:** If your site uses any textareas that contain multiple image links, you should [Update File Usage Information](/latest/control-panel/utilities/data-operations.md#update-file-usage-information) after upgrading to trigger a re-count of file usage statistics.