Skip to content

Commit

Permalink
[RELEASE] Release version 8.3.4
Browse files Browse the repository at this point in the history
Bugfix release. Properly detect core assets field as media type.

See all changes here:
https://github.com/Gernott/mask/blob/v8.3/CHANGELOG.md
  • Loading branch information
nhovratov committed Sep 11, 2023
1 parent 769e953 commit 35c2cbc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [8.3.4] - 2023-09-11

### Fixed
- Properly detect core assets field as media type [#588](https://github.com/Gernott/mask/issues/588)

## [8.3.3] - 2023-09-06

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[general]
project = Mask
release = 8.3.3
release = 8.3.4
copyright = 2023

[html_theme_options]
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'author_company' => 'WEBprofil - Gernot Ploiner e.U.',
'state' => 'stable',
'clearCacheOnLoad' => 1,
'version' => '8.3.3',
'version' => '8.3.4',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.4.99',
Expand Down

0 comments on commit 35c2cbc

Please sign in to comment.