Skip to content

Commit

Permalink
[TASK] Verify compatibility with PHP 8.2, release version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fsuter committed Aug 7, 2023
1 parent 4db5224 commit 37fbd39
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
11 changes: 8 additions & 3 deletions ChangeLog
@@ -1,11 +1,16 @@
2023-08-07 Francois Suter (Idéative) <typo3@ideative.ch>

* Verify compatibility with PHP 8.2
* Release version 4.1.0

2023-05-02 Francois Suter (Idéative) <typo3@ideative.ch>

* 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) <typo3@ideative.ch>

* Relase version 4.0.0
* Release version 4.0.0

2022-12-25 Francois Suter (Idéative) <typo3@ideative.ch>

Expand All @@ -18,7 +23,7 @@

2021-10-05 Francois Suter (Idéative) <typo3@ideative.ch>

* Relase version 3.0.0
* Release version 3.0.0

2021-09-07 Francois Suter (Idéative) <typo3@ideative.ch>

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Expand Up @@ -11,7 +11,7 @@
'createDirs' => '',
'clearCacheOnLoad' => 1,
'author_company' => '',
'version' => '4.0.1',
'version' => '4.1.0',
'constraints' =>
[
'depends' =>
Expand Down

0 comments on commit 37fbd39

Please sign in to comment.