Skip to content

Commit b06a782

Browse files
author
Francois Suter
committed
[TASK] Prepare for release of version 3.0.0
1 parent 9350835 commit b06a782

File tree

4 files changed

+26
-36
lines changed

4 files changed

+26
-36
lines changed

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-2020
30+
2009-2021
3131

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

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-2021
33
project = SQL Connector Service
4-
release = 2.3.1
4+
release = 3.0.0
55

66
[html_theme_options]
77
github_branch = master

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"require": {
2020
"typo3/cms-core": ">=10.4.0,<12.0",
21-
"cobweb/svconnector": "dev-develop"
21+
"cobweb/svconnector": "^4.0"
2222
},
2323
"replace": {
2424
"typo3-ter/svconnector_sql": "self.version"

ext_emconf.php

Lines changed: 23 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,30 @@
11
<?php
22

3-
/***************************************************************
4-
* Extension Manager/Repository config file for ext "svconnector_sql".
5-
*
6-
* Auto generated 05-04-2017 18:09
7-
*
8-
* Manual updates:
9-
* Only the data in the array - everything else is removed by next
10-
* writing. "version" and "dependencies" must not be touched!
11-
***************************************************************/
12-
133
$EM_CONF[$_EXTKEY] = [
14-
'title' => 'Connector service - SQL',
15-
'description' => 'Connector service for any SQL-based database via Doctrine DBAL.',
16-
'category' => 'services',
17-
'author' => 'Francois Suter (Idéative)',
18-
'author_email' => '[email protected]',
19-
'state' => 'stable',
20-
'uploadfolder' => 0,
21-
'createDirs' => '',
22-
'clearCacheOnLoad' => 0,
23-
'author_company' => '',
24-
'version' => '2.3.1',
25-
'constraints' =>
4+
'title' => 'Connector service - SQL',
5+
'description' => 'Connector service for any SQL-based database via Doctrine DBAL.',
6+
'category' => 'services',
7+
'author' => 'Francois Suter (Idéative)',
8+
'author_email' => '[email protected]',
9+
'state' => 'stable',
10+
'uploadfolder' => 0,
11+
'createDirs' => '',
12+
'clearCacheOnLoad' => 0,
13+
'author_company' => '',
14+
'version' => '3.0.0',
15+
'constraints' =>
16+
[
17+
'depends' =>
18+
[
19+
'typo3' => '10.4.0-11.5.99',
20+
'svconnector' => '4.0.0-0.0.0',
21+
],
22+
'conflicts' =>
23+
[
24+
],
25+
'suggests' =>
2626
[
27-
'depends' =>
28-
[
29-
'typo3' => '10.4.99-11.99.99',
30-
'svconnector' => '3.4.0-0.0.0',
31-
],
32-
'conflicts' =>
33-
[
34-
],
35-
'suggests' =>
36-
[
37-
],
3827
],
28+
],
3929
];
4030

0 commit comments

Comments
 (0)