We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e934d1e commit 830ce7eCopy full SHA for 830ce7e
CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [9.0.4] - 2024-11-25
8
+
9
+### Fixed
10
+- Restore PHP 8.1 support
11
12
## [9.0.3] - 2024-11-22
13
14
### Fixed
ext_emconf.php
@@ -9,7 +9,7 @@
'author_company' => 'WEBprofil - Gernot Ploiner e.U.',
'state' => 'stable',
'clearCacheOnLoad' => 1,
- 'version' => '9.0.3',
+ 'version' => '9.0.4',
'constraints' => [
'depends' => [
15
'typo3' => '12.4.0-13.4.99',
0 commit comments