diff --git a/CHANGELOG.md b/CHANGELOG.md index ce9861ff..370dcf4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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). +## [8.3.9] - 2024-02-29 + +### Fixed +- Avoid undefined array key warning "foreign_match_fields" [#616](https://github.com/Gernott/mask/issues/616) +- Use f:uri.resource over image ViewHelper for static assets [#622](https://github.com/Gernott/mask/issues/622) +- Show hidden inline child elements in backend preview [#620](https://github.com/Gernott/mask/issues/620) + ## [8.3.8] - 2024-01-18 ### Fixed diff --git a/ext_emconf.php b/ext_emconf.php index 2bf5028f..8f1ef108 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' => '8.3.8', + 'version' => '8.3.9', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-12.4.99',