From 3485bb87d84ba467ad9d83c9d0acbc191d006c3a Mon Sep 17 00:00:00 2001 From: Francois Suter Date: Sun, 8 Dec 2024 18:23:05 +0100 Subject: [PATCH] [TASK] Release version 5.0.0 --- ChangeLog | 4 ++++ Documentation/Index.rst | 2 +- Documentation/guides.xml | 4 ++-- composer.json | 2 +- ext_emconf.php | 4 ++-- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 598f782..d7933a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2024-12-08 Francois Suter (Idéative) + + * Release version 5.0.0 + 2024-12-07 Francois Suter (Idéative) * Verify compatibility with PHP 8.4 diff --git a/Documentation/Index.rst b/Documentation/Index.rst index 593fc29..f7b91bc 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -27,7 +27,7 @@ SQL Connector Service sql, database, adodb, data import, fetch data :Copyright: - 2009-2024 + 2009-2025 :Author: François Suter (Idéative) diff --git a/Documentation/guides.xml b/Documentation/guides.xml index 1675934..8b77573 100644 --- a/Documentation/guides.xml +++ b/Documentation/guides.xml @@ -12,8 +12,8 @@ /> diff --git a/composer.json b/composer.json index 8f3b3b8..7071f67 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require": { "typo3/cms-core": "^12.4 || ^13.4", "php": "^8.1 || ^8.2 || ^8.3", - "cobweb/svconnector": "dev-develop", + "cobweb/svconnector": "^6.0", "ext-pdo": "*", "typo3/coding-standards": "*" }, diff --git a/ext_emconf.php b/ext_emconf.php index 40cd794..0c33df4 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -8,13 +8,13 @@ 'author_email' => 'typo3@ideative.ch', 'state' => 'stable', 'author_company' => '', - 'version' => '4.1.0', + 'version' => '5.0.0', 'constraints' => [ 'depends' => [ 'typo3' => '12.4.0-13.4.99', - 'svconnector' => '5.0.0-0.0.0', + 'svconnector' => '6.0.0-0.0.0', ], 'conflicts' => [