From 6c1af3dabb494b31ffadcc07af765392da3d0144 Mon Sep 17 00:00:00 2001 From: Christian Spoo Date: Thu, 1 Feb 2024 16:38:39 +0100 Subject: [PATCH] Bump version to 3.2.0 --- composer.json | 8 ++++++-- ext_emconf.php | 8 ++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index d5cb321..ed1fee9 100644 --- a/composer.json +++ b/composer.json @@ -9,16 +9,20 @@ "role": "Developer" }, { - "name": "Simon Schmidt", + "name": "Sebastian Klein", "role": "Developer" }, { - "name": "Christian Spoo", + "name": "Simon Schmidt", "role": "Developer" }, { "name": "Karoline Steinfatt", "role": "Maintainer" + }, + { + "name": "Christian Spoo", + "role": "Developer" } ], "license": [ diff --git a/ext_emconf.php b/ext_emconf.php index 21d0fd6..52eb758 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,14 +4,14 @@ 'title' => 'OAuth2 authentication and authorization', 'description' => 'Generic OAuth 2.0 authentication and authorization for TYPO3 CMS', 'category' => 'system', - 'state' => 'beta', - 'author' => 'Christian Hellmund, Simon Schmidt, Christian Spoo', + 'state' => 'stable', + 'author' => 'Christian Hellmund, Sebastian Klein, Simon Schmidt, Karoline Steinfatt, Christian Spoo', 'author_email' => 'typo3@marketing-factory.de', 'author_company' => 'Marketing Factory Consulting GmbH', - 'version' => '3.0.5', + 'version' => '3.2.0', 'constraints' => [ 'depends' => [ - 'typo3' => '12.2.0-12.4.99' + 'typo3' => '11.5.0-13.99.99' ], 'conflicts' => [], 'suggests' => [],