diff --git a/CHANGELOG.md b/CHANGELOG.md index b9158902..0d0b8941 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [9.0.7] - 2025-02-12 + +### Fixed +- Migrate TCA type link allowedFileExtensions to array [#665](https://github.com/Gernott/mask/issues/665) +- Remove bodytext andWhere in TYPO3 version 13.4.5 and onwards [#669](https://github.com/Gernott/mask/issues/669) (thanks to @nitori) + ## [9.0.6] - 2025-02-03 + +### Fixed - Fix upgrade wizard registrations [#664](https://github.com/Gernott/mask/pull/664) (thanks to @arunspt) ## [9.0.5] - 2025-01-10 diff --git a/ext_emconf.php b/ext_emconf.php index 021fc077..cda84763 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -9,7 +9,7 @@ 'author_company' => 'WEBprofil - Gernot Ploiner e.U.', 'state' => 'stable', 'clearCacheOnLoad' => 1, - 'version' => '9.0.6', + 'version' => '9.0.7', 'constraints' => [ 'depends' => [ 'typo3' => '12.4.0-13.4.99',