From 830ce7ea071bfc8f82c222e42120445e9348d8e2 Mon Sep 17 00:00:00 2001 From: Nikita Hovratov Date: Mon, 25 Nov 2024 13:06:12 +0100 Subject: [PATCH] [RELEASE] Release version 9.0.4 Restore PHP 8.1 support --- CHANGELOG.md | 5 +++++ ext_emconf.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 233a478c..9f0b1910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). +## [9.0.4] - 2024-11-25 + +### Fixed +- Restore PHP 8.1 support + ## [9.0.3] - 2024-11-22 ### Fixed diff --git a/ext_emconf.php b/ext_emconf.php index 74b8e4f8..44e7f689 100644 --- a/ext_emconf.php +++ b/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' => [ 'typo3' => '12.4.0-13.4.99',