From e504d1889e9e9d6b0490adf6621945a7eaea1fd5 Mon Sep 17 00:00:00 2001 From: Yuri Salimovskiy Date: Mon, 9 Jan 2023 18:17:04 +0200 Subject: [PATCH] EE 6.4.4. changelog --- docs/installation/changelog.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index a4b05bddb..9a95b4c74 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -8,6 +8,27 @@ --> # ExpressionEngine v6 Change Log +## Version 6.4.4 +(Release: January 9, 2023) + +- **Contributors** 🙌 +
+
+ +
+
+ +- **Bug Fixes** 💃🐛 + - Resolved [#2679](https://github.com/ExpressionEngine/ExpressionEngine/pull/2679) where password validation URL was giving PHP error + - Resolved [#2658](https://github.com/ExpressionEngine/ExpressionEngine/pull/2658) where some parameters were not available for member management forms + - Resolved [#791](https://github.com/ExpressionEngine/ExpressionEngine/pull/791) where the page reloads on tab deletion on publish layout page + - Resolved [#786](https://github.com/ExpressionEngine/ExpressionEngine/pull/786) where page moves to the top after saving new entry in a relationships modal + - Improved PHP 8.1 support + ## Version 6.4.3 (Release: December 12, 2022)