Skip to content

Commit 3485bb8

Browse files
committed
[TASK] Release version 5.0.0
1 parent 43925c0 commit 3485bb8

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-12-08 Francois Suter (Idéative) <[email protected]>
2+
3+
* Release version 5.0.0
4+
15
2024-12-07 Francois Suter (Idéative) <[email protected]>
26

37
* Verify compatibility with PHP 8.4

Documentation/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SQL Connector Service
2727
sql, database, adodb, data import, fetch data
2828

2929
:Copyright:
30-
2009-2024
30+
2009-2025
3131

3232
:Author:
3333
François Suter (Idéative)

Documentation/guides.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
/>
1313
<project
1414
title="SQL Connector Service"
15-
release="4.1.0"
16-
copyright="2009-2024"
15+
release="5.0.0"
16+
copyright="2009-2025"
1717
/>
1818
<inventory id="svconnector" url="https://docs.typo3.org/p/cobweb/svconnector/main/en-us/"/>
1919
</guides>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require": {
2121
"typo3/cms-core": "^12.4 || ^13.4",
2222
"php": "^8.1 || ^8.2 || ^8.3",
23-
"cobweb/svconnector": "dev-develop",
23+
"cobweb/svconnector": "^6.0",
2424
"ext-pdo": "*",
2525
"typo3/coding-standards": "*"
2626
},

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
'author_email' => '[email protected]',
99
'state' => 'stable',
1010
'author_company' => '',
11-
'version' => '4.1.0',
11+
'version' => '5.0.0',
1212
'constraints' =>
1313
[
1414
'depends' =>
1515
[
1616
'typo3' => '12.4.0-13.4.99',
17-
'svconnector' => '5.0.0-0.0.0',
17+
'svconnector' => '6.0.0-0.0.0',
1818
],
1919
'conflicts' =>
2020
[

0 commit comments

Comments
 (0)