From 40a4234511a5567b741b72260ec6be07de757f75 Mon Sep 17 00:00:00 2001 From: Yuri Salimovskiy Date: Tue, 29 Aug 2023 09:05:39 +0300 Subject: [PATCH 1/3] 7.3.12 changelog --- docs/installation/changelog.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index f81524f11..25d130fd4 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -8,6 +8,35 @@ --> # ExpressionEngine v7 Change Log +## Version 7.3.12 +(Release: August 29, 2023) + +- **Contributors** 🙌 +
+
+ +
+
+ +**Enhancements** 🚀 + +- Reduce the number of queries when fetching templates by caching some + +**Bug Fixes** 💃🐛 + +- Resolved [#3636](https://github.com/ExpressionEngine/ExpressionEngine/issues/3636) where searching in File Manager while having Upload Directory selected did not include files in subfolders +- Resolved [#2814](https://github.com/ExpressionEngine/ExpressionEngine/issues/2814) where Date picker wasn't always showing calendar when manually entering date into a date field +- Resolved [#3718](https://github.com/ExpressionEngine/ExpressionEngine/issues/3718) where edit links were showing up in Relationship field even for entries where user had no permissions +- Resolved issue where PHP notice was shown when running updater using PHP 8.2 +- Resolved issue where the user was redirected to different page after saving Front-End Editing Settings + ## Version 7.3.11 (Release: August 15, 2023) From 42658296253fee451ec283aba4016f533301576d Mon Sep 17 00:00:00 2001 From: Yuri Salimovskiy Date: Tue, 29 Aug 2023 09:32:48 +0300 Subject: [PATCH 2/3] log the fact we updated Cypress --- docs/installation/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 25d130fd4..b46949db4 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -37,6 +37,10 @@ - Resolved issue where PHP notice was shown when running updater using PHP 8.2 - Resolved issue where the user was redirected to different page after saving Front-End Editing Settings +**Developers** 💻 + +- Updated testing suite to use Cypress 12 + ## Version 7.3.11 (Release: August 15, 2023) From bbee9f80e009b43066eb257ed082526c5fd04ab4 Mon Sep 17 00:00:00 2001 From: Yuri Salimovskiy Date: Wed, 6 Sep 2023 16:20:20 +0300 Subject: [PATCH 3/3] Update changelog.md --- docs/installation/changelog.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index b46949db4..9ebd8c7cd 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -9,12 +9,13 @@ # ExpressionEngine v7 Change Log ## Version 7.3.12 -(Release: August 29, 2023) +(Release: September 6, 2023) - **Contributors** 🙌
    +
  • Aaron Kirkham

    @aaronkirkham

  • Brian Litzinger

    @litzinger

  • River Kelly

    @RK311y

  • Yuri Salimovskiy

    @intoeetive

  • @@ -27,7 +28,7 @@ **Enhancements** 🚀 -- Reduce the number of queries when fetching templates by caching some +- Reduce the number of queries when fetching templates by caching some queries **Bug Fixes** 💃🐛 @@ -36,10 +37,11 @@ - Resolved [#3718](https://github.com/ExpressionEngine/ExpressionEngine/issues/3718) where edit links were showing up in Relationship field even for entries where user had no permissions - Resolved issue where PHP notice was shown when running updater using PHP 8.2 - Resolved issue where the user was redirected to different page after saving Front-End Editing Settings +- Resolved issue where using undefined layout variables in tag parameters would cause unexpected results **Developers** 💻 -- Updated testing suite to use Cypress 12 +- Updated testing suite to use Cypress 13 ## Version 7.3.11 (Release: August 15, 2023)