Commit 3cc9916 1 parent e967fc2 commit 3cc9916 Copy full SHA for 3cc9916
File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ 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.2] - 2024-11-18
8
+
9
+ ### Added
10
+ - TYPO3 v12 compatibility restored
11
+ - Dark Mode support [ #648 ] ( https://github.com/Gernott/mask/issues/648 ) (thanks to @nitori )
12
+
13
+ ### Fixed
14
+ - Enumeration deprecation [ #650 ] ( https://github.com/Gernott/mask/issues/650 ) (thanks to @nitori )
15
+ - IconRegistry in ext_localconf.php deprecation
16
+
7
17
## [ 9.0.1] - 2024-11-15
8
18
9
19
### Removed
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.1 ' ,
12
+ 'version ' => '9.0.2 ' ,
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