Skip to content

Commit

Permalink
[TASK] release new addressmgmt version 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Starkmann committed Oct 18, 2022
1 parent 826fe1a commit 065ed9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ext_emconf.php
Expand Up @@ -12,13 +12,13 @@

$EM_CONF[$_EXTKEY] = array(
'title' => 'Address Management',
'description' => 'Keep track of all types of addressal records',
'description' => 'Keep track of all types of addressable records',
'category' => 'plugin',
'author' => 'Felix Althaus, Eike Starkmann',
'author_email' => 'felix.althaus@undkonsorten.com, eike.starkmann@undkonsorten.com',
'author_company' => 'undkonsorten, undkonsorten',
'state' => 'beta',
'version' => '5.0.3',
'state' => 'stable',
'version' => '6.0.0',
'constraints' => array(
'depends' => array(
'typo3' => '11.5.0-11.99.99',
Expand Down
4 changes: 1 addition & 3 deletions ext_localconf.php
Expand Up @@ -22,9 +22,7 @@
// non-cacheable actions
array(
AddressController::class => 'new, create, edit, update, delete, dash, handInForReview',
FileController::class => 'edit, update, new, create, delete',
SocialIdentifierController::class => 'create, delete, update, edit'

FileController::class => 'edit, update, new, create, delete'
)
);

Expand Down

0 comments on commit 065ed9d

Please sign in to comment.