Skip to content

Commit 3cc9916

Browse files
committed
[RELEASE] Release version 9.0.2
1 parent e967fc2 commit 3cc9916

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
717
## [9.0.1] - 2024-11-15
818

919
### Removed

ext_emconf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'author_company' => 'WEBprofil - Gernot Ploiner e.U.',
1010
'state' => 'stable',
1111
'clearCacheOnLoad' => 1,
12-
'version' => '9.0.1',
12+
'version' => '9.0.2',
1313
'constraints' => [
1414
'depends' => [
1515
'typo3' => '12.4.0-13.4.99',

0 commit comments

Comments
 (0)