Skip to content

Commit ebe0a76

Browse files
committed
[BUGFIX] Allow all PHP versions from 7.4 to 8.3 in version constraint
1 parent 7e39be0 commit ebe0a76

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Documentation/Changelog/Index.rst

+7
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ The following is an overview of the changes in this extension. For more details
1919
:Changes:
2020
Release Description
2121

22+
- :Version:
23+
1.9.1
24+
:Date:
25+
2024-05-29
26+
:Changes:
27+
* Fix PHP version constraint to allow PHP all versions from 7.4 to 8.3
28+
2229
- :Version:
2330
1.9.0
2431
:Date:

Documentation/Settings.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
project = FAL Quota for TYPO3
66
version = 1.9
7-
release = 1.9.0
7+
release = 1.9.1
88
t3author = mehrwert intermediale kommunikation GmbH
99
copyright = Since 2019 by the authors and mehrwert intermediale kommunikation GmbH
1010

ext_emconf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'author_email' => '[email protected]',
99
'author_company' => 'mehrwert.de',
1010
'state' => 'stable',
11-
'version' => '1.9.0',
11+
'version' => '1.9.1',
1212
'constraints' => [
1313
'depends' => [
1414
'typo3' => '11.5.0-11.5.99',

0 commit comments

Comments
 (0)