From d8fafa984e8bb89bd2a50c69b70f0a4468d0e19b Mon Sep 17 00:00:00 2001 From: Nikita Hovratov Date: Thu, 29 Feb 2024 12:35:11 +0100 Subject: [PATCH] [RELEASE] Release version 8.3.9 --- CHANGELOG.md | 7 +++++++ ext_emconf.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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',