Skip to content

Commit

Permalink
[RELEASE] Release version 9.0.7
Browse files Browse the repository at this point in the history
Bugfix release.
  • Loading branch information
nhovratov committed Feb 12, 2025
1 parent ae4798b commit fe86556
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 @@
'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',
Expand Down

0 comments on commit fe86556

Please sign in to comment.