Skip to content

Commit

Permalink
Adjust version, state and authors in emconf (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSiepmann authored Nov 6, 2023
1 parent ab75902 commit 8259ac4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
'title' => 'Events',
'description' => 'Extension to manage events',
'category' => 'plugin',
'author' => 'Dirk Koritnik',
'author_email' => 'koritnik@werkraum-media.de',
'state' => 'alpha',
'author' => 'Dirk Koritnik, Daniel Siepmann',
'author_email' => 'koritnik@werkraum-media.de, coding@daniel-siepmann.de',
'state' => 'stable',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '3.5.1',
'version' => '3.5.2',
'constraints' => [
'depends' => [
'typo3' => '10.4.00-11.5.99',
Expand Down

0 comments on commit 8259ac4

Please sign in to comment.