Skip to content

Commit

Permalink
[RELEASE] Version 9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Riny van Tiggelen committed Sep 18, 2023
1 parent 8c25328 commit 2ccf74a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2ccf74a

Please sign in to comment.