From 740e28426ab9cfc50c57303071c525a8ffd098a4 Mon Sep 17 00:00:00 2001 From: Mathias Brodala Date: Wed, 13 Jul 2022 14:17:24 +0200 Subject: [PATCH] [RELEASE] Raise version to 5.0.0 Add support for TYPO3v11, drop support for TYPO3v9, drop deprecated code --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 64b280b1..e413eba8 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -8,7 +8,7 @@ 'author_email' => 'sschreiber@pagemachine.de', 'author_company' => 'PAGEmachine AG', 'state' => 'alpha', - 'version' => '4.0.0', + 'version' => '5.0.0', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.0-11.5.99',