Skip to content

Commit 3c0df54

Browse files
committed
[RELEASE] Release version 8.2.6
Bugfix release. Fix compatibility with PHP 7.4 See all changes here: https://github.com/Gernott/mask/blob/v8.2/CHANGELOG.md
1 parent df7fff6 commit 3c0df54

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.2.6] - 2023-07-25
8+
9+
### Fixed
10+
- Fix compatibility with PHP 7.4 [#572](https://github.com/Gernott/mask/issues/572)
11+
712
## [8.2.5] - 2023-07-24
813

914
### Fixed

Documentation/Settings.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[general]
22
project = Mask
3-
release = 8.2.5
3+
release = 8.2.6
44
copyright = 2023
55

66
[html_theme_options]

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

0 commit comments

Comments
 (0)