From ee76a3d92e1fc26c3081c8dc6897dfe80cf62177 Mon Sep 17 00:00:00 2001 From: Bryan Nielsen Date: Mon, 14 Oct 2024 12:50:41 -0400 Subject: [PATCH 1/2] Release 7.5.0 --- docs/installation/changelog.md | 40 ++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index ce8365c9b..ab57fa2c1 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -8,6 +8,46 @@ --> # ExpressionEngine v7 Change Log +# Version 7.5.0 +(Release: October 14, 2024) + +- **Contributors** 🙌 +
+
+ +
+
+ +**Enhancements** 🚀 + +- Introducing [Template Generators](https://expressionengine.com/blog/7.5-code-generators) +- Show errors in Control Panel using default layout with sidebar [#3536](https://github.com/ExpressionEngine/ExpressionEngine/issues/3536) +- Update specialty message templates if the site is using outdated EE2 versions +- Fluid Field Group Improvements: Allow field group parsing outside of `{fields}` loop, Add new fixed_order and order parameters to `{fields}` tag, Update order of fields within `{fields}` tag to default to Field Group order +- Enable cloning of Menu Sets [#4214](https://github.com/ExpressionEngine/ExpressionEngine/issues/4214) +- Add support for inline_errors in form submissions [#2871](https://github.com/ExpressionEngine/ExpressionEngine/issues/2871) +- Added `{exp:channel:field}` tag to display field properties [#2870](https://github.com/ExpressionEngine/ExpressionEngine/issues/2870) +- Update License Validation banners and improve messaging for users without ability to manage licenses +- Added new config variable for setting the default template engine `$config['default_template_engine']` +- Added Channel filter to the Field Manager +- Updated Note Fieldtype so it can be used in templates to display its content + +**Bug Fixes** 💃🐛 + +- Fixed [#4087](https://github.com/ExpressionEngine/ExpressionEngine/issues/4087), [#4055](https://github.com/ExpressionEngine/ExpressionEngine/issues/4055) where there were problems with copying short name of a field in the publish form +- Resolved [#3556](https://github.com/ExpressionEngine/ExpressionEngine/issues/3556) where date fields could not accommodate dates past year 2038 +- Resolved [#3865](https://github.com/ExpressionEngine/ExpressionEngine/issues/3865) where cloning a fluid field could break existing field groups +- Fix Live Preview bugs with Fluid field group [#4388](https://github.com/ExpressionEngine/ExpressionEngine/issues/4388) +- Fix bug where adding new fields to field group in fluid would not allow existing entries to accept content for that field [#3741](https://github.com/ExpressionEngine/ExpressionEngine/issues/3741) +- Fixed possible PHP warnings in Pro Search keyword handling + # Version 7.4.11 (Release: June 13, 2024) From 317505b91ae83abce6189ff0555b4ec931578fc9 Mon Sep 17 00:00:00 2001 From: Bryan Nielsen Date: Mon, 14 Oct 2024 14:06:37 -0400 Subject: [PATCH 2/2] Add line about enhancements for copy shortname functionality --- docs/installation/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index ab57fa2c1..da0ec17f4 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -28,6 +28,7 @@ **Enhancements** 🚀 - Introducing [Template Generators](https://expressionengine.com/blog/7.5-code-generators) +- Expanded copy shortname functionality to the Channel and Field Manager making it possible to copy full template code for channels, field groups, and fields. - Show errors in Control Panel using default layout with sidebar [#3536](https://github.com/ExpressionEngine/ExpressionEngine/issues/3536) - Update specialty message templates if the site is using outdated EE2 versions - Fluid Field Group Improvements: Allow field group parsing outside of `{fields}` loop, Add new fixed_order and order parameters to `{fields}` tag, Update order of fields within `{fields}` tag to default to Field Group order