From 713103e0583892fbfb8490def68240d1f742aadd Mon Sep 17 00:00:00 2001 From: Bryan Nielsen Date: Tue, 15 Oct 2024 15:59:17 -0400 Subject: [PATCH] Version 7.5.1 --- docs/installation/changelog.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 9c55cf98d..0445a4a7d 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -8,6 +8,29 @@ --> # ExpressionEngine v7 Change Log +# Version 7.5.1 +(Release: October 15, 2024) + +- **Contributors** 🙌 +
+
+ +
+
+ +**Bug Fixes** 💃🐛 + +- Resolved [#4467](https://github.com/ExpressionEngine/ExpressionEngine/issues/4467) where `` tag was not treated correctly when using XHTML field formatting +- Resolved [#4448](https://github.com/ExpressionEngine/ExpressionEngine/issues/4448) where a template engine warning was shown during No Access Redirect +- Resolved [#4444](https://github.com/ExpressionEngine/ExpressionEngine/issues/4444) where PHP deprecation error was shown when using Pro Search with certain parameters +- Resolved [#4349](https://github.com/ExpressionEngine/ExpressionEngine/issues/4349) where PHP warning could be shown by File field if upload destination does not exist +- Restore field_name_badge view that may be used by Third Party Add-ons +- Fixed [#4490](https://github.com/ExpressionEngine/ExpressionEngine/issues/4490) Typo + # Version 7.5.0 (Release: October 15, 2024)