We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95db2db commit c712847Copy full SHA for c712847
README.md
@@ -11,7 +11,7 @@ flushing only the language cache (`l10n`). This way you can avoid flushing the
11
whole system cache when updating just a couple of localized strings (in locallang
12
files).
13
14
-This extension requires TYPO3 CMS 11 or more.
+This extension requires TYPO3 CMS 12 or more.
15
16
Just install it and flush the system cache. Reload the backend and the new
17
item will appear in the flush cache menu.
ext_emconf.php
@@ -8,7 +8,7 @@
8
'author' => 'Francois Suter',
9
'author_email' => '[email protected]',
10
'author_company' => '',
- 'version' => '4.0.1',
+ 'version' => '5.0.0',
'constraints' => [
'depends' => [
'typo3' => '12.4.0-13.1.99',
0 commit comments