diff --git a/ChangeLog b/ChangeLog index 03c7637..b75b7da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,16 @@ +2023-08-07 Francois Suter (Idéative) + + * Verify compatibility with PHP 8.2 + * Release version 4.1.0 + 2023-05-02 Francois Suter (Idéative) * Update example code for service instanciation, resolves #12 - * Relase version 4.0.1 + * Release version 4.0.1 2022-12-27 Francois Suter (Idéative) - * Relase version 4.0.0 + * Release version 4.0.0 2022-12-25 Francois Suter (Idéative) @@ -18,7 +23,7 @@ 2021-10-05 Francois Suter (Idéative) - * Relase version 3.0.0 + * Release version 3.0.0 2021-09-07 Francois Suter (Idéative) diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index aedc971..5530109 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,7 +1,7 @@ [general] copyright = 2009-2023 project = CSV Connector Service -release = 4.0.1 +release = 4.1.0 [html_theme_options] github_branch = master diff --git a/composer.json b/composer.json index 6e54d0e..1479fb9 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ }, "require": { "typo3/cms-core": "^11.5 || ^12.4", - "php": "^7.4 || ^8.0 || ^8.1", - "cobweb/svconnector": "^5.0" + "php": "^7.4 || ^8.0 || ^8.1 || ^8.2", + "cobweb/svconnector": "^5.0 || ^5.1" }, "extra": { "typo3/cms": { diff --git a/ext_emconf.php b/ext_emconf.php index 38101fa..9bca76c 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -11,7 +11,7 @@ 'createDirs' => '', 'clearCacheOnLoad' => 1, 'author_company' => '', - 'version' => '4.0.1', + 'version' => '4.1.0', 'constraints' => [ 'depends' =>