From 66ee32efd75f8ea1df4693d85bc71f161bef702c Mon Sep 17 00:00:00 2001 From: Yuri Salimovskiy Date: Mon, 20 Mar 2023 11:47:18 +0200 Subject: [PATCH 1/4] Version 7.2.12 --- docs/installation/changelog.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 1cf7959a9..3104fcd66 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -8,6 +8,35 @@ --> # ExpressionEngine v7 Change Log +## Version 7.2.12 +(Release: March 20, 2023) + +- **Contributors** 🙌 +
+
+ +
+
+ +**Bug Fixes** 💃🐛 + +- Resolved [#3019](https://github.com/ExpressionEngine/ExpressionEngine/issues/3019) where MFA dialog was shown after disabling MFA +- Resolved [#2839](https://github.com/ExpressionEngine/ExpressionEngine/issues/2839) where manipulation URL was wrong for SVG files +- Resolved [#3075](https://github.com/ExpressionEngine/ExpressionEngine/issues/3075) where some email notifications did not respect HTML formatting preference +- Resolved [#2842](https://github.com/ExpressionEngine/ExpressionEngine/issues/2842) where channel form with HTML buttons could show notices when using PHP 8.1 +- Resolved [#2207](https://github.com/ExpressionEngine/ExpressionEngine/issues/2207) where the bug report link was incorrect +- Resolved [#2822](https://github.com/ExpressionEngine/ExpressionEngine/issues/2822), [#2678](https://github.com/ExpressionEngine/ExpressionEngine/issues/2678) where some custom fields were not properly parsed in Live Preview mode +- Resolved [#3093](https://github.com/ExpressionEngine/ExpressionEngine/issues/3093) where deprecation message could be shown when editing member using PHP 8.1 +- Resolved [#3116](https://github.com/ExpressionEngine/ExpressionEngine/issues/3116) where navigating File Picker from Category edit page caused PHP error + +**Developers** 💻 + +- Resolved [#3069](https://github.com/ExpressionEngine/ExpressionEngine/issues/) where `ChannelField` model could not be saved without `field_order` property + ## Version 7.2.11 (Release: March 6, 2023) @@ -17,6 +46,7 @@ From fb8bac2dd2568d58dc27a539ce31627871c3f777 Mon Sep 17 00:00:00 2001 From: Tom Jaeger Date: Mon, 20 Mar 2023 09:36:31 -0400 Subject: [PATCH 2/4] Update changelog.md --- docs/installation/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 3104fcd66..0a9e8bc7e 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -32,6 +32,10 @@ - Resolved [#2822](https://github.com/ExpressionEngine/ExpressionEngine/issues/2822), [#2678](https://github.com/ExpressionEngine/ExpressionEngine/issues/2678) where some custom fields were not properly parsed in Live Preview mode - Resolved [#3093](https://github.com/ExpressionEngine/ExpressionEngine/issues/3093) where deprecation message could be shown when editing member using PHP 8.1 - Resolved [#3116](https://github.com/ExpressionEngine/ExpressionEngine/issues/3116) where navigating File Picker from Category edit page caused PHP error +- [Error](https://github.com/ExpressionEngine/ExpressionEngine/pull/3142/commits/66a49d823363edb22dbdb5d9c1317e486ecb9521) with empty custom member fields +- [Improved preformance](https://github.com/ExpressionEngine/ExpressionEngine/pull/3142/commits/5754ec61854633ae30fcafb5cbd4b8778af174d1) on member list tag +- Additional Role Checks on creation +- Additional PHP 8.2 support **Developers** 💻 From 1710480be1d0777bde457575e5f9a0c3894f75fd Mon Sep 17 00:00:00 2001 From: Tom Jaeger Date: Mon, 20 Mar 2023 09:37:01 -0400 Subject: [PATCH 3/4] Update changelog.md --- 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 0a9e8bc7e..9ae72a4eb 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -34,7 +34,7 @@ - Resolved [#3116](https://github.com/ExpressionEngine/ExpressionEngine/issues/3116) where navigating File Picker from Category edit page caused PHP error - [Error](https://github.com/ExpressionEngine/ExpressionEngine/pull/3142/commits/66a49d823363edb22dbdb5d9c1317e486ecb9521) with empty custom member fields - [Improved preformance](https://github.com/ExpressionEngine/ExpressionEngine/pull/3142/commits/5754ec61854633ae30fcafb5cbd4b8778af174d1) on member list tag -- Additional Role Checks on creation +- Additional Role checks on creation - Additional PHP 8.2 support **Developers** 💻 From 693df723dfc487aec88e23c9fe7756a9a2815580 Mon Sep 17 00:00:00 2001 From: Tom Jaeger Date: Mon, 20 Mar 2023 09:40:46 -0400 Subject: [PATCH 4/4] updated contributors --- docs/installation/changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 9ae72a4eb..04b26256e 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -15,9 +15,10 @@