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', 'title' => 'Events',
'description' => 'Extension to manage events', 'description' => 'Extension to manage events',
'category' => 'plugin', 'category' => 'plugin',
'author' => 'Dirk Koritnik', 'author' => 'Dirk Koritnik, Daniel Siepmann',
'author_email' => 'koritnik@werkraum-media.de', 'author_email' => 'koritnik@werkraum-media.de, coding@daniel-siepmann.de',
'state' => 'alpha', 'state' => 'stable',
'createDirs' => '', 'createDirs' => '',
'clearCacheOnLoad' => 0, 'clearCacheOnLoad' => 0,
'version' => '3.5.1', 'version' => '3.5.2',
'constraints' => [ 'constraints' => [
'depends' => [ 'depends' => [
'typo3' => '10.4.00-11.5.99', 'typo3' => '10.4.00-11.5.99',