From 5b223d3050d74d46932c7b74b1e69f83e61bef1c Mon Sep 17 00:00:00 2001 From: Bryan Nielsen Date: Tue, 29 Oct 2024 08:33:43 -0400 Subject: [PATCH] Version 7.5.2 --- docs/installation/changelog.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 0445a4a7d..5c53a031c 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -8,6 +8,39 @@ --> # ExpressionEngine v7 Change Log +# Version 7.5.2 +(Release: October 29, 2024) + +- **Contributors** 🙌 +
+
+ +
+
+ +**Enhancements** 🚀 + +- Update Channel Form for better template engine support + +**Bug Fixes** 💃🐛 + +- Resolved [#4538](https://github.com/ExpressionEngine/ExpressionEngine/issues/4538) where during 7.5.0 upgrade empty strings in date fields caused SQL error +- Resolved [#4549](https://github.com/ExpressionEngine/ExpressionEngine/issues/4549) where member:has_role results were inconsistent +- Resolved [#4535](https://github.com/ExpressionEngine/ExpressionEngine/issues/4535) where an odd number of toggle fields in a channel form could become unresponsive +- Resolved an error where third-party fields couldn't merge settings +- Resolved [#4352](https://github.com/ExpressionEngine/ExpressionEngine/issues/4352) where image URL was converted to BBCode even when field formatting was set to 'none' +- Resolved [#4426](https://github.com/ExpressionEngine/ExpressionEngine/issues/4426) where a deprecation error was shown when clearing the cache using Redis driver +- Resolved [#4502](https://github.com/ExpressionEngine/ExpressionEngine/issues/4502) where a PHP deprecation warning could have been generated in Pro Search +- Resolved [#4417](https://github.com/ExpressionEngine/ExpressionEngine/issues/4417) where content reindex utilities were using same cache key +- Resolved [#4515](https://github.com/ExpressionEngine/ExpressionEngine/issues/4515) where PHP notice was shown when output buffering wasn't active +- Resolved [#4491](https://github.com/ExpressionEngine/ExpressionEngine/issues/4491) where a line of code was duplicated +- Resolved [#4512](https://github.com/ExpressionEngine/ExpressionEngine/issues/4512) where there was an issue with multiple MiniGridInputs +- Resolved [#4493](https://github.com/ExpressionEngine/ExpressionEngine/issues/4493) where PHP Deprecation was shown when using `show_overview` parameter in Structure + # Version 7.5.1 (Release: October 15, 2024)