From 68982469a65b7b46f5bcb0c399415112a05ac4ac Mon Sep 17 00:00:00 2001 From: Yuri Salimovskiy Date: Wed, 9 Feb 2022 18:11:15 +0200 Subject: [PATCH 1/2] changelog for 6.2.5 --- config.yml | 2 +- docs/installation/changelog.md | 22 ++++++++++++++++++++++ docs/pro/changelog.md | 12 ++++++++++++ 3 files changed, 35 insertions(+), 1 deletion(-) diff --git a/config.yml b/config.yml index d88468acf..d93c809c0 100644 --- a/config.yml +++ b/config.yml @@ -6,5 +6,5 @@ outputDir: build themeDir: theme customVariables: - current_version: '6.2.4' + current_version: '6.2.5' current_year: 2022 diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index dd50f40c0..dfa3234b6 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -7,6 +7,28 @@ @license https://expressionengine.com/license Licensed under Apache License, Version 2.0 --> # ExpressionEngine v6 Change Log +## Version 6.2.5 (Release: February 9, 2022) + +- **Bug Fixes** 💃🐛 + - Resolved [#1776](https://github.com/ExpressionEngine/ExpressionEngine/issues/1776) where some pages were showing warnings when using PHP 8.1 + - Resolved [#1766](https://github.com/ExpressionEngine/ExpressionEngine/issues/1766) where Consent module was not respecting `disable_csrf_protection` config override + - Resolved [#1747](https://github.com/ExpressionEngine/ExpressionEngine/issues/1747) where mime type of some PDF files was not identified correctly + - Resolved [#1361](https://github.com/ExpressionEngine/ExpressionEngine/issues/1361) where mime type for `.ico` files was not identified correctly + - Resolved [#1647](https://github.com/ExpressionEngine/ExpressionEngine/issues/1647) where `page_uri` and `page_url` variables were not parsed in category achive tag + - Resolved issue where path to first-party plugins was not set correctly + - Resolved the issue where config file was not locked properly when performing system upgrade + - Resolved [#67](https://github.com/ExpressionEngine/ExpressionEngine/issues/67) issues with avatars + - Resolved [#1698](https://github.com/ExpressionEngine/ExpressionEngine/issues/1698) where template tags were not parsed correctly inside curly braces + - Resolved very minor UI and code issues + + +- **Enhancements** 🚀 + - Released ExpressionEngine Pro 1.2 with entry cloning support + - Resolved [#1400](https://github.com/ExpressionEngine/ExpressionEngine/issues/1400) by adding `parse_files` parameter to Query tag + +- **Developers** 💻 + - Optimized output of `var_dump` on models + ## Version 6.2.4 (Release: January 24, 2022) - **Contributors** 🙌
diff --git a/docs/pro/changelog.md b/docs/pro/changelog.md index bc345421f..a0de5be32 100644 --- a/docs/pro/changelog.md +++ b/docs/pro/changelog.md @@ -9,6 +9,18 @@ # ExpressionEngine Pro Change Log +## Version 1.2.0 (Release: February 9, 2022) + + - Added entry cloning using "Clone to New Entry" option in entry Save dropdown button. + - Resolved [#1791](https://github.com/ExpressionEngine/ExpressionEngine/issues/1791) where non-existing image was requested by Dock. + +## Version 1.1.0 (Release: January 13, 2022) + + - Updated native Entries Prolet to use the Live Preview setting of the an entry's channel instead of current page. + - Added [`provider` parameter to `consent:cookies` tag.](/pro/cookies.html#provider) + - Added ability to enable/disable frontedit links on a per field basis via the [field's settings](/control-panel/field-manager.html#createedit-field). + - Added [Multi-Factor Authentication](/pro/mfa.html). + ## Version 1.1.0 (Release: January 13, 2022) - Updated native Entries Prolet to use the Live Preview setting of the an entry's channel instead of current page. From de9fdd696805cb76422ae5a4f43fba2e0aa8fb5d Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 9 Feb 2022 11:23:13 -0500 Subject: [PATCH 2/2] few changelog updates --- docs/installation/changelog.md | 14 +++++++------- docs/pro/changelog.md | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index dfa3234b6..2a7f9b411 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -10,20 +10,20 @@ ## Version 6.2.5 (Release: February 9, 2022) - **Bug Fixes** 💃🐛 - - Resolved [#1776](https://github.com/ExpressionEngine/ExpressionEngine/issues/1776) where some pages were showing warnings when using PHP 8.1 - - Resolved [#1766](https://github.com/ExpressionEngine/ExpressionEngine/issues/1766) where Consent module was not respecting `disable_csrf_protection` config override - - Resolved [#1747](https://github.com/ExpressionEngine/ExpressionEngine/issues/1747) where mime type of some PDF files was not identified correctly + - Resolved [#67](https://github.com/ExpressionEngine/ExpressionEngine/issues/67) issues with avatars - Resolved [#1361](https://github.com/ExpressionEngine/ExpressionEngine/issues/1361) where mime type for `.ico` files was not identified correctly - - Resolved [#1647](https://github.com/ExpressionEngine/ExpressionEngine/issues/1647) where `page_uri` and `page_url` variables were not parsed in category achive tag + - Resolved [#1647](https://github.com/ExpressionEngine/ExpressionEngine/issues/1647) where `page_uri` and `page_url` variables were not parsed in category achive tag + - Resolved [#1698](https://github.com/ExpressionEngine/ExpressionEngine/issues/1698) where template tags were not parsed correctly inside curly braces + - Resolved [#1747](https://github.com/ExpressionEngine/ExpressionEngine/issues/1747) where mime type of some PDF files was not identified correctly + - Resolved [#1766](https://github.com/ExpressionEngine/ExpressionEngine/issues/1766) where Consent module was not respecting `disable_csrf_protection` config override + - Resolved [#1776](https://github.com/ExpressionEngine/ExpressionEngine/issues/1776) where some pages were showing warnings when using PHP 8.1 - Resolved issue where path to first-party plugins was not set correctly - Resolved the issue where config file was not locked properly when performing system upgrade - - Resolved [#67](https://github.com/ExpressionEngine/ExpressionEngine/issues/67) issues with avatars - - Resolved [#1698](https://github.com/ExpressionEngine/ExpressionEngine/issues/1698) where template tags were not parsed correctly inside curly braces - Resolved very minor UI and code issues - **Enhancements** 🚀 - - Released ExpressionEngine Pro 1.2 with entry cloning support + - Released [ExpressionEngine Pro 1.2](/pro/changelog.md) with [entry cloning support](/pro/entry_cloning.md) - Resolved [#1400](https://github.com/ExpressionEngine/ExpressionEngine/issues/1400) by adding `parse_files` parameter to Query tag - **Developers** 💻 diff --git a/docs/pro/changelog.md b/docs/pro/changelog.md index a0de5be32..b350d9415 100644 --- a/docs/pro/changelog.md +++ b/docs/pro/changelog.md @@ -11,7 +11,7 @@ ## Version 1.2.0 (Release: February 9, 2022) - - Added entry cloning using "Clone to New Entry" option in entry Save dropdown button. + - Added [entry cloning](/pro/entry_cloning.md) using the "Clone to New Entry" option in entry Save dropdown options. - Resolved [#1791](https://github.com/ExpressionEngine/ExpressionEngine/issues/1791) where non-existing image was requested by Dock. ## Version 1.1.0 (Release: January 13, 2022)