Commit fe86556 1 parent ae4798b commit fe86556 Copy full SHA for fe86556
File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 9.0.7] - 2025-02-12
8
+
9
+ ### Fixed
10
+ - Migrate TCA type link allowedFileExtensions to array [ #665 ] ( https://github.com/Gernott/mask/issues/665 )
11
+ - Remove bodytext andWhere in TYPO3 version 13.4.5 and onwards [ #669 ] ( https://github.com/Gernott/mask/issues/669 ) (thanks to @nitori )
12
+
7
13
## [ 9.0.6] - 2025-02-03
14
+
15
+ ### Fixed
8
16
- Fix upgrade wizard registrations [ #664 ] ( https://github.com/Gernott/mask/pull/664 ) (thanks to @arunspt )
9
17
10
18
## [ 9.0.5] - 2025-01-10
Original file line number Diff line number Diff line change 9
9
'author_company ' => 'WEBprofil - Gernot Ploiner e.U. ' ,
10
10
'state ' => 'stable ' ,
11
11
'clearCacheOnLoad ' => 1 ,
12
- 'version ' => '9.0.6 ' ,
12
+ 'version ' => '9.0.7 ' ,
13
13
'constraints ' => [
14
14
'depends ' => [
15
15
'typo3 ' => '12.4.0-13.4.99 ' ,
You can’t perform that action at this time.
0 commit comments