From 354ba7254101f58961cd7dec7caf3b92f97a87d0 Mon Sep 17 00:00:00 2001 From: Francois Suter <> Date: Fri, 8 Oct 2021 21:59:40 +0200 Subject: [PATCH] [BUGFIX] Fix TYPO3 compatibility range, raise version to 3.0.1 --- Documentation/Settings.cfg | 2 +- composer.json | 2 +- ext_emconf.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 414d9b3..f438dd8 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,7 +1,7 @@ [general] copyright = 2014-2021 project = Flush language cache -release = 2.2.3 +release = 3.0.1 [notify] about_new_build = typo3@ideative.ch diff --git a/composer.json b/composer.json index 12218c7..5ea7681 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "cobweb/flush_language_cache", "type": "typo3-cms-extension", "description": "Adds an item to the flush cache menu to clear just the language (l10n) cache. Also provides a command-line tool for that.", - "version": "3.0.0", + "version": "3.0.1", "license": [ "GPL-2.0+" ], diff --git a/ext_emconf.php b/ext_emconf.php index 21f5b28..2f1d387 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -15,10 +15,10 @@ 'author' => 'Francois Suter', 'author_email' => 'typo3@cobweb.ch', 'author_company' => '', - 'version' => '3.0.0', + 'version' => '3.0.1', 'constraints' => [ 'depends' => [ - 'typo3' => '9.5.0-11.4.99', + 'typo3' => '9.5.0-11.5.99', 'php' => '7.2.0-8.0.99' ], 'conflicts' => [],