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 eb7d1fe commit 6d08786Copy full SHA for 6d08786
README.rst
@@ -7,7 +7,7 @@ flushing only the language cache (``l10n``). This way you can avoid flushing the
7
whole system cache when updating just a couple of localized strings (in locallang
8
files).
9
10
-This extension requires TYPO3 CMS 9 or more.
+This extension requires TYPO3 CMS 11 or more.
11
12
Just install it and flush the system cache. Reload the backend and the new
13
item will appear in the flush cache menu.
ext_emconf.php
@@ -15,7 +15,7 @@
15
'author' => 'Francois Suter',
16
'author_email' => '[email protected]',
17
'author_company' => '',
18
- 'version' => '3.0.2',
+ 'version' => '4.0.0',
19
'constraints' => [
20
'depends' => [
21
'typo3' => '11.5.0-12.9.99',
0 commit comments