Skip to content

Commit c712847

Browse files
committed
[TASK] Ensure compatibility with TYPO3 13, raise version to 5.0.0, resolves #14
1 parent 95db2db commit c712847

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ flushing only the language cache (`l10n`). This way you can avoid flushing the
1111
whole system cache when updating just a couple of localized strings (in locallang
1212
files).
1313

14-
This extension requires TYPO3 CMS 11 or more.
14+
This extension requires TYPO3 CMS 12 or more.
1515

1616
Just install it and flush the system cache. Reload the backend and the new
1717
item will appear in the flush cache menu.

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'author' => 'Francois Suter',
99
'author_email' => '[email protected]',
1010
'author_company' => '',
11-
'version' => '4.0.1',
11+
'version' => '5.0.0',
1212
'constraints' => [
1313
'depends' => [
1414
'typo3' => '12.4.0-13.1.99',

0 commit comments

Comments
 (0)