Skip to content

Commit

Permalink
Version 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bihor committed Oct 29, 2024
1 parent 95ac6bd commit e821a67
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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:
Expand All @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e821a67

Please sign in to comment.