From 0fd768c010a477684eec09f6366541866c5da2f6 Mon Sep 17 00:00:00 2001 From: Christoph Lehmann Date: Fri, 17 Feb 2023 20:00:33 +0100 Subject: [PATCH] Release 1.6.0 with TYPO3 12 Support --- ext_emconf.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext_emconf.php b/ext_emconf.php index f7192aa..11654c1 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -9,10 +9,10 @@ 'author' => 'Christoph Lehmann', 'author_email' => 'post@christophlehmann.eu', 'author_company' => '', - 'version' => '1.5.1', + 'version' => '1.6.0', 'constraints' => [ 'depends' => [ - 'typo3' => '11.5.0-12.9.99' + 'typo3' => '11.5.0-12.4.99' ], 'conflicts' => [], 'suggests' => [],