diff --git a/CHANGELOG.md b/CHANGELOG.md index c66b6ee2..233a478c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.3] - 2024-11-22 + +### Fixed +- Do not generate sys_file entries for Mask icons [#652](https://github.com/Gernott/mask/issues/652) (thanks to @jakowidhalm) + ## [9.0.2] - 2024-11-18 ### Added diff --git a/ext_emconf.php b/ext_emconf.php index b7836e78..74b8e4f8 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.2', + 'version' => '9.0.3', 'constraints' => [ 'depends' => [ 'typo3' => '12.4.0-13.4.99',