From 2ccf74afbf8787d623e8f6b008434b11f8ff0e1e Mon Sep 17 00:00:00 2001 From: Riny van Tiggelen Date: Mon, 18 Sep 2023 11:54:37 +0200 Subject: [PATCH] [RELEASE] Version 9.0.2 --- CHANGELOG.md | 3 ++- ext_emconf.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0811f928..64514bc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,13 @@ This changelog is according to [Keep a Changelog](http://keepachangelog.com). All notable changes to this project will be documented in this file. We will follow [Semantic Versioning](http://semver.org/). -## UNRELEASED +## 9.0.2 September 18, 2023 ### Fixed - Show warning on linking suggestions when the language cannot be retrieved from the content element, use the default language in case "All Languages" is selected - Added extra checks within the metatag generators in case fields do not exist (opengraph, twitter, robots) - `hasSitemapFields` now correctly returns the `sitemapFields` instead of `yoastSeoFields` - Filter the columns to import from the old premium database table before inserting in the new table within `MigratePremiumFocusKeywords` +- `access` from `user,group` to `user` within the configuration for backend modules (`Configuration/Backend/Modules.php`) ## 9.0.1 July 6, 2023 ### Fixed diff --git a/ext_emconf.php b/ext_emconf.php index 810c3d0b..2896e51b 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -9,7 +9,7 @@ 'clearCacheOnLoad' => 0, 'state' => 'stable', 'uploadfolder' => 0, - 'version' => '9.0.1', + 'version' => '9.0.2', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.0-12.4.99',