From 6785fc276e49fb5c9af6be8b20759465836cfa4d Mon Sep 17 00:00:00 2001 From: TomJaeger Date: Wed, 22 Jul 2026 14:43:07 -0400 Subject: [PATCH] updated changelog for 7.5.26 --- docs/installation/changelog.md | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 8615688a..40edd5b0 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -8,6 +8,44 @@ --> # ExpressionEngine v7 Change Log +## Version 7.5.26 +(Release: July 22nd, 2026) + +NOTE: **Important:** This version includes important security updates. + +
+
+ +
+
+ +**Enhancements** 🚀 + +- Improved accessibility for standard Channel Form File fields by associating generated labels with their upload inputs [#4897](https://github.com/ExpressionEngine/ExpressionEngine/issues/4897) + +**Bug Fixes** 💃🐛 + +- Resolved [#5335](https://github.com/ExpressionEngine/ExpressionEngine/issues/5335) where Channel Form `{field_data}` could remain unparsed for fields backed by numeric columns +- Resolved [#4600](https://github.com/ExpressionEngine/ExpressionEngine/issues/4600) where image manipulations using reserved short names could cause file upload errors +- Fixed warnings when file width and height data is empty or malformed [#5347](https://github.com/ExpressionEngine/ExpressionEngine/pull/5347) +- Fixed PHP 8 compatibility issues in legacy database backup shortcuts, database function calls, and native error displays [#5348](https://github.com/ExpressionEngine/ExpressionEngine/pull/5348) +- Resolved [#4925](https://github.com/ExpressionEngine/ExpressionEngine/issues/4925) where Control Panel form group toggles configured by name could cause JavaScript errors +- Resolved [#4718](https://github.com/ExpressionEngine/ExpressionEngine/issues/4718) where invalid Live Preview extension route data could produce warnings instead of falling back to the original preview route +- Improved member field instruction display in the Control Panel [#5355](https://github.com/ExpressionEngine/ExpressionEngine/pull/5355) +- Improved Pro Search query handling [#5356](https://github.com/ExpressionEngine/ExpressionEngine/pull/5356) +- Improved template PHP setting save handling [#5357](https://github.com/ExpressionEngine/ExpressionEngine/pull/5357) +- Improved template group removal handling [#5358](https://github.com/ExpressionEngine/ExpressionEngine/pull/5358) + +**Developers** 💻 + +- Added comprehensive Pro Search helper unit test coverage [#5339](https://github.com/ExpressionEngine/ExpressionEngine/pull/5339) +- Expanded regression coverage for Channel Form, File handling, Control Panel forms, Live Preview, member forms, legacy database compatibility, and template management [#5359](https://github.com/ExpressionEngine/ExpressionEngine/pull/5359) + ## Version 7.5.25 (Release: June 23rd, 2026)