Skip to content

Commit d8fafa9

Browse files
committed
[RELEASE] Release version 8.3.9
1 parent e3ad224 commit d8fafa9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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+
## [8.3.9] - 2024-02-29
8+
9+
### Fixed
10+
- Avoid undefined array key warning "foreign_match_fields" [#616](https://github.com/Gernott/mask/issues/616)
11+
- Use f:uri.resource over image ViewHelper for static assets [#622](https://github.com/Gernott/mask/issues/622)
12+
- Show hidden inline child elements in backend preview [#620](https://github.com/Gernott/mask/issues/620)
13+
714
## [8.3.8] - 2024-01-18
815

916
### Fixed

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' => '8.3.8',
12+
'version' => '8.3.9',
1313
'constraints' => [
1414
'depends' => [
1515
'typo3' => '11.5.0-12.4.99',

0 commit comments

Comments
 (0)