From 29e9d8eac311243c53a4fd2d9e85c4fd8588fd90 Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 27 Jan 2021 08:49:12 -0500 Subject: [PATCH 1/2] Added changelog for 6.0.2 --- docs/installation/changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 701d20569..24e464a5a 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -8,6 +8,16 @@ --> # ExpressionEngine v6 Change Log +## Version 6.0.2 (Release: January 27, 2021) +- **Bug Fixes** 💃🐛 + - Resolved [#192](https://github.com/ExpressionEngine/ExpressionEngine/issues/192) where keywords filter was not always working in Entries Manager when using Safari browser. + - Resolved [#812](https://github.com/ExpressionEngine/ExpressionEngine/issues/812) where SuperAdmin could not log in after editing its role. + - Resolved [#817](https://github.com/ExpressionEngine/ExpressionEngine/issues/817) where it was not possible to add new items in Simple Commerce. + - Resolved a bug where if a file has been physically removed from file system without removing from EE, it still stays linked to entries via file fields. + +- **Enhancements** 🚀 + - Added extension hooks for Role Model + ## Version 6.0.1 (Release: January 22, 2021) - **Bug Fixes** 💃🐛 - Resolved [#783](https://github.com/ExpressionEngine/ExpressionEngine/issues/783) where an exception could be thrown when deleting users with long user names. From e8bab9e78e150e8aa94dcbd444769c31115f5ab1 Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 27 Jan 2021 09:15:08 -0500 Subject: [PATCH 2/2] updated changelog --- docs/installation/changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 24e464a5a..8ff01860c 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -13,7 +13,8 @@ - Resolved [#192](https://github.com/ExpressionEngine/ExpressionEngine/issues/192) where keywords filter was not always working in Entries Manager when using Safari browser. - Resolved [#812](https://github.com/ExpressionEngine/ExpressionEngine/issues/812) where SuperAdmin could not log in after editing its role. - Resolved [#817](https://github.com/ExpressionEngine/ExpressionEngine/issues/817) where it was not possible to add new items in Simple Commerce. - - Resolved a bug where if a file has been physically removed from file system without removing from EE, it still stays linked to entries via file fields. + - Resolved a bug where no icons where displaying for missing files in file field. + - Resolved display issues in file browser for files that have been physically deleted. - **Enhancements** 🚀 - Added extension hooks for Role Model