From 80d811d4170d7c649ccb715c0e5addc6070923b7 Mon Sep 17 00:00:00 2001 From: Yuri Salimovskiy Date: Mon, 19 Jun 2023 09:45:36 +0300 Subject: [PATCH] 7.3.4 changelog --- docs/installation/changelog.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 30a7c6f67..cb220e8ca 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -8,6 +8,40 @@ --> # ExpressionEngine v7 Change Log +## Version 7.3.4 +(Release: June 19, 2023) + +- **Contributors** 🙌 +
+
+ +
+
+ +**Enhancements** 🚀 + +- Added preference for TLS version used when sending email over SMTP; [#2035](https://github.com/ExpressionEngine/ExpressionEngine/issues/2035) +- Added validation for image manipulation names to not be numeric; [#2884](https://github.com/ExpressionEngine/ExpressionEngine/issues/2884) + +**Bug Fixes** 💃🐛 + +- Resolved [#3099](https://github.com/ExpressionEngine/ExpressionEngine/issues/3099), [#2178](https://github.com/ExpressionEngine/ExpressionEngine/issues/2178) where existing entries did not show up in Entry Manager if the user did not have editing permission on another channel +- Resolved [#3020](https://github.com/ExpressionEngine/ExpressionEngine/issues/3020) where "login as" functionality was broken if member had MFA enabled +- Resolved [#3522](https://github.com/ExpressionEngine/ExpressionEngine/issues/3522) where early parsed Grids in Pro Variables would not render properly +- Resolved [#3349](https://github.com/ExpressionEngine/ExpressionEngine/issues/3349) where comment moderation preferences were not fully checked +- Resolved [#2705](https://github.com/ExpressionEngine/ExpressionEngine/issues/2705) where "minimum rows" setting was not respected by File Grid fields +- Resolved [#3384](https://github.com/ExpressionEngine/ExpressionEngine/issues/3384) where Reassign Entries dialog sometimes did not populate when deleting a member +- Resolved [#2666](https://github.com/ExpressionEngine/ExpressionEngine/issues/2666) where using Structure with dynamic channel queries caching on could cause some pages to display incorrectly +- Resolved issue when not all Pro Variables classes were loaded when creating new field +- Resolved issue where PHP warnings was shown when running `make:command` in CLI while on PHP 8.2 +- Resolved issue where running updater could try to create templates from files outside of site's template directory +- Resolved issue where image manipulation could malfunction if the resize protocol was not set + ## Version 7.3.3 (Release: June 13, 2023)