From 85dc0bb452b40b967277b0558ca3d723a3f6eca6 Mon Sep 17 00:00:00 2001 From: Yuri Salimovskiy Date: Wed, 17 Aug 2022 17:12:49 +0300 Subject: [PATCH] EE 7.1.0 changelog --- docs/installation/changelog.md | 55 +++++++++++++++++++++++++++++++++- 1 file changed, 54 insertions(+), 1 deletion(-) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 8d66d7235..53f069d45 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -8,6 +8,59 @@ --> # ExpressionEngine v7 Change Log +## Version 7.1.0 +(Release: August 18, 2022) + +- **Contributors** 🙌 +
+
+ +
+
+ + +- **Enhancements** 🚀 + - Added Structure as first-party add-on, shipped with ExpressionEngine + - Added indicator to display number of installed add-ons, [#1944](https://github.com/ExpressionEngine/ExpressionEngine/issues/1944) + - Added `edit_date` column in Entry Manager, [#1850](https://github.com/ExpressionEngine/ExpressionEngine/issues/1850) + - Added possibility to defer initialization of Relationship field + - Added support for table alias in SQL joins when using Active Record, [#2096](https://github.com/ExpressionEngine/ExpressionEngine/issues/2096) + - Enable `exp:search:total_results` to be parsed as tag pair, [#1193](https://github.com/ExpressionEngine/ExpressionEngine/issues/1193) + - Added `has_children` variable to category tags, [#1726](https://github.com/ExpressionEngine/ExpressionEngine/issues/1726) + - Various UI improvements + +- **Bug Fixes** 💃🐛 + - Resolved [#1561](https://github.com/ExpressionEngine/ExpressionEngine/issues/1561) where file column in file grid field was not searchable + - Resolved issue when PHP error was shown for non-existing addons + - Resolved [#2157](https://github.com/ExpressionEngine/ExpressionEngine/issues/2157) where Color Picker field was cut off when used inside Grid field + - Resolved [#2279](https://github.com/ExpressionEngine/ExpressionEngine/issues/2279) where ColorPicker fields were not initialized on page load + - Resolved [#2115](https://github.com/ExpressionEngine/ExpressionEngine/issues/2115) where conditional validation did not work properly on existing objects + - Resolved [#2136](https://github.com/ExpressionEngine/ExpressionEngine/issues/2136) where formatters for duration field set to hours type were not parsed properly + - Resolved [#2105](https://github.com/ExpressionEngine/ExpressionEngine/issues/2105) where adding new row for File Grid inside Fluid could cause validation error + - Resolved issue where PHP notice could be shown when calling Template library from an add-on + - Resolved [#2127](https://github.com/ExpressionEngine/ExpressionEngine/issues/2117) where there was a typo in definition of Extension model + - Resolved [#2248](https://github.com/ExpressionEngine/ExpressionEngine/issues/2248) where emphasized markdown was placed in separate line inside Notes field + - Resolved [#2103](https://github.com/ExpressionEngine/ExpressionEngine/issues/2103) where value column of conditional field settings could be populated with wrong values + - Resolved [#2228](https://github.com/ExpressionEngine/ExpressionEngine/issues/2228) where dropdown to create entry inside Relationship field was not positioned properly + - Resolved [#2063](https://github.com/ExpressionEngine/ExpressionEngine/issues/2063) where outdated resources could be served + - Resolved issue where MetaWeblog could not post if channel_id is not available + - Resolved [#1358](https://github.com/ExpressionEngine/ExpressionEngine/issues/1358) where setting CP Homepage for member could cause PHP error on large sites using MSM + - Resolved issue when sometimes avatar could not be uploaded on frontend + +- **Developers** 💻 + - Added extension hook to be executed upon cache clearing, [#1762](https://github.com/ExpressionEngine/ExpressionEngine/issues/1762) + ## Version 7.0.3 (Release: August 8, 2022) @@ -131,4 +184,4 @@ NOTE:**Note:** If multiple members are needed, an ExpressionEngine Pro license i - The included version of jQuery used in the Control Panel has been updated to v3.6.0 - Added the option to [globablly cache](/channels/entries.html#cache-refresh-cache_prefix) Channel Entries tag results - Added [ENV File Support](/advanced-usage/env-support.md) - - Added new Shared Form View \ No newline at end of file + - Added new Shared Form View