Skip to content

Commit 4af92ab

Browse files
committed
[TASK] Verify compatibility with PHP 8.2, release version 4.1.0
1 parent 550805f commit 4af92ab

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2023-08-07 Francois Suter (Idéative) <[email protected]>
2+
3+
* Verify compatibility with PHP 8.2
4+
* Release version 4.1.0
5+
16
2023-05-02 Francois Suter (Idéative) <[email protected]>
27

38
* Update example code for service instanciation

Documentation/Settings.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[general]
22
copyright = 2009-2023
33
project = SQL Connector Service
4-
release = 4.0.1
4+
release = 4.1.0
55

66
[html_theme_options]
77
github_branch = master

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"require": {
2121
"typo3/cms-core": "^11.5 || ^12.4",
22-
"php": "^7.4 || ^8.0 || ^8.1",
23-
"cobweb/svconnector": "^5.0"
22+
"php": "^7.4 || ^8.0 || ^8.1 || ^8.2",
23+
"cobweb/svconnector": "^5.0 || ^5.1"
2424
},
2525
"replace": {
2626
"typo3-ter/svconnector_sql": "self.version"

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'createDirs' => '',
1212
'clearCacheOnLoad' => 0,
1313
'author_company' => '',
14-
'version' => '4.0.1',
14+
'version' => '4.1.0',
1515
'constraints' =>
1616
[
1717
'depends' =>

0 commit comments

Comments
 (0)