From d1102ad68b6e9000bf1d1d833cbde5fb4e8ee254 Mon Sep 17 00:00:00 2001 From: Florian Wessels Date: Wed, 22 Apr 2020 09:23:07 +0200 Subject: [PATCH] [RELEASE] Release of version 10.0.0 --- ext_emconf.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext_emconf.php b/ext_emconf.php index f01843c..c834489 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -3,11 +3,11 @@ $EM_CONF['locate'] = [ 'title' => 'Locate', 'description' => 'The users country and preferred language and other facts will be detected. Depending on configurable rules the user can be redirected to other languages or pages. New functionality can be added easily.', - 'version' => '10.0.0-dev', + 'version' => '10.0.0', 'category' => 'fe', 'constraints' => [ 'depends' => [ - 'typo3' => '9.5.0-10.2.99', + 'typo3' => '9.5.0-10.4.99', ], 'conflicts' => [], 'suggests' => [],