Adjust version, state and authors in emconf (#42)

This commit is contained in:
Daniel Siepmann 2023-11-06 08:50:13 +01:00 committed by GitHub
parent ab75902a95
commit 8259ac40af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,12 +4,12 @@ $EM_CONF['events'] = [
'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',