Skip to content

Commit

Permalink
version 6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bihor committed Nov 21, 2024
1 parent 2825d94 commit 537433d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Configuration/Backend/Modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'backendtools' => [
'parent' => 'tools',
'position' => ['after' => '*'],
'access' => 'user,group',
'access' => 'admin',
'workspaces' => 'live',
'iconIdentifier' => 'extension-backendtools-module',
'path' => '/module/tools/mod1',
Expand Down
4 changes: 4 additions & 0 deletions Documentation/Changelog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

Changelog
=========
Version 6.0.3:
Access of the module changed from invalid value to "admin".
Dashboard requirement removed. TYPO3 requirement changed from 12.5 to 12.4.

Version 6.0.2:
Source=target check added to redirects-check.
Bugfix: styles added again.
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# backendtools

Version 6.0.2
Version 6.0.3

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 Down Expand Up @@ -37,4 +37,8 @@ Version 6.0:

Version 6.0.2:
- Source=target check added to redirects-check.
- Bugfix: styles added again.
- Bugfix: styles added again.

Version 6.0.3:
- Access of the module changed from invalid value to "admin".
- Dashboard requirement removed. TYPO3 requirement changed from 12.5 to 12.4.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@
],
"require" : {
"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": {
"typo3/cms-dashboard": "^12 || ^13",
"friendsofphp/php-cs-fixer": "^3.0",
"ergebnis/composer-normalize": "^2.28",
"ssch/typo3-rector": "^2.3",
"typo3/coding-standards": "^0.5.5"
},
"suggest": {
"typo3/cms-dashboard": "Use widgets in dashboard"
},
"autoload" : {
"psr-4" : {
"Fixpunkt\\Backendtools\\" : "Classes"
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
'author' => 'Kurt Gusbeth',
'author_company' => 'fixpunkt für digitales GmbH',
'state' => 'stable',
'version' => '6.0.2',
'version' => '6.0.3',
'constraints' => [
'depends' => [
'typo3' => '12.5.0-13.4.99',
'typo3' => '12.4.0-13.4.99',
],
],
];

0 comments on commit 537433d

Please sign in to comment.