diff --git a/README.md b/README.md index 1d35a6b..047bd56 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # backendtools -Version 6.0.0 +Version 6.0.1 8 admin tools for extensions, pages, (backend) layouts, slug, redirects, files, images and links: extension-list, recent pages and content elements, used (backend) layouts, import redirects, check redirects, @@ -9,7 +9,7 @@ show where missing files are used, images with no title/alt-text and linklist. You find the documentation for this extension at typo3.org: https://docs.typo3.org/p/fixpunkt/backendtools/master/en-us/ -Version 5.0.0: +Version 5.0: - First version for TYPO3 12 LTS. Version 5.1.2: @@ -27,7 +27,7 @@ Version 5.3.0: Version 5.3.1/2/3: - Widget "No. of extensions" deleted. Widget "Statistic about image meta tags" added. -Version 6.0.0: +Version 6.0: - Version for TYPO3 12 and 13 LTS. - Refactored with the rector-extension. - Support for the gridelements-extension and switchableControllerActions dropped. diff --git a/composer.json b/composer.json index 5fc3365..bb15094 100644 --- a/composer.json +++ b/composer.json @@ -8,9 +8,9 @@ } ], "require" : { - "typo3/cms-core" : "~12.5.0 || ~13.4.0", - "typo3/cms-dashboard" : "~12.5.0 || ~13.4.0", - "typo3/cms-extbase" : "~12.5.0 || ~13.4.0" + "typo3/cms-core" : "~12.4.0 || ~13.4.0", + "typo3/cms-dashboard" : "~12.4.0 || ~13.4.0", + "typo3/cms-extbase" : "~12.4.0 || ~13.4.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", diff --git a/ext_emconf.php b/ext_emconf.php index 9a826f1..6cee54a 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -17,7 +17,7 @@ 'author' => 'Kurt Gusbeth', 'author_company' => 'fixpunkt für digitales GmbH', 'state' => 'stable', - 'version' => '6.0.0', + 'version' => '6.0.1', 'constraints' => [ 'depends' => [ 'typo3' => '12.5.0-13.4.99',