diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index ce8365c9b..da0ec17f4 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -8,6 +8,47 @@ --> # 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) +- 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 +- 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)