Commit d8fafa9 1 parent e3ad224 commit d8fafa9 Copy full SHA for d8fafa9
File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
14
## [ 8.3.8] - 2024-01-18
8
15
9
16
### Fixed
Original file line number Diff line number Diff line change 9
9
'author_company ' => 'WEBprofil - Gernot Ploiner e.U. ' ,
10
10
'state ' => 'stable ' ,
11
11
'clearCacheOnLoad ' => 1 ,
12
- 'version ' => '8.3.8 ' ,
12
+ 'version ' => '8.3.9 ' ,
13
13
'constraints ' => [
14
14
'depends ' => [
15
15
'typo3 ' => '11.5.0-12.4.99 ' ,
You can’t perform that action at this time.
0 commit comments