Skip to content

Commit 354ba72

Browse files
author
Francois Suter
committed
[BUGFIX] Fix TYPO3 compatibility range, raise version to 3.0.1
1 parent 6cef3eb commit 354ba72

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Documentation/Settings.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[general]
22
copyright = 2014-2021
33
project = Flush language cache
4-
release = 2.2.3
4+
release = 3.0.1
55

66
[notify]
77
about_new_build = [email protected]

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cobweb/flush_language_cache",
33
"type": "typo3-cms-extension",
44
"description": "Adds an item to the flush cache menu to clear just the language (l10n) cache. Also provides a command-line tool for that.",
5-
"version": "3.0.0",
5+
"version": "3.0.1",
66
"license": [
77
"GPL-2.0+"
88
],

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
'author' => 'Francois Suter',
1616
'author_email' => '[email protected]',
1717
'author_company' => '',
18-
'version' => '3.0.0',
18+
'version' => '3.0.1',
1919
'constraints' => [
2020
'depends' => [
21-
'typo3' => '9.5.0-11.4.99',
21+
'typo3' => '9.5.0-11.5.99',
2222
'php' => '7.2.0-8.0.99'
2323
],
2424
'conflicts' => [],

0 commit comments

Comments
 (0)