Skip to content

Commit 550805f

Browse files
author
Francois Suter
committed
[TASK] Verify compatibility with TYPO3 12 LTS, relase version 4.0.1
1 parent 21f520e commit 550805f

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
2023-05-02 Francois Suter (Idéative) <[email protected]>
22

33
* Update example code for service instanciation
4+
* Verify compatibility with TYPO3 12 LTS
5+
* Relase version 4.0.1
46

57
2022-12-27 Francois Suter (Idéative) <[email protected]>
68

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.0
4+
release = 4.0.1
55

66
[html_theme_options]
77
github_branch = master

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"authors": [
99
{
1010
"name": "Francois Suter",
11-
"role": "Developer"
11+
"role": "Developer",
12+
"homepage": "https://www.ideative.ch/en/"
1213
}
1314
],
1415
"autoload": {
@@ -17,7 +18,7 @@
1718
}
1819
},
1920
"require": {
20-
"typo3/cms-core": "^11.5 || ^12.0",
21+
"typo3/cms-core": "^11.5 || ^12.4",
2122
"php": "^7.4 || ^8.0 || ^8.1",
2223
"cobweb/svconnector": "^5.0"
2324
},

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
'createDirs' => '',
1212
'clearCacheOnLoad' => 0,
1313
'author_company' => '',
14-
'version' => '4.0.0',
14+
'version' => '4.0.1',
1515
'constraints' =>
1616
[
1717
'depends' =>
1818
[
19-
'typo3' => '11.5.0-12.1.99',
19+
'typo3' => '11.5.0-12.4.99',
2020
'svconnector' => '5.0.0-0.0.0',
2121
],
2222
'conflicts' =>

0 commit comments

Comments
 (0)