Skip to content

Commit 53fe2bd

Browse files
committed
[TASK] Release version 2.3.0
1 parent 8ef4cda commit 53fe2bd

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2020-05-07 Francois Suter (Idéative) <typo3@ideative.ch>
2+
3+
* Release version 2.3.0
4+
15
2020-04-12 Francois Suter (Idéative) <typo3@ideative.ch>
26

37
* Update documentation settings, resolves #7

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-2019
30+
2009-2020
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-2020
33
project = JSON Connector Service
4-
release = 2.2.0
4+
release = 2.3.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
@@ -16,7 +16,7 @@
1616
"Cobweb\\SvconnectorSql\\": "Classes/"
1717
}
1818
},
19-
"version": "2.2.0",
19+
"version": "2.3.0",
2020
"require": {
2121
"typo3/cms-core": ">=8.7.0,<11.0",
2222
"cobweb/svconnector": ">=3.4.0"

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'createDirs' => '',
2222
'clearCacheOnLoad' => 0,
2323
'author_company' => '',
24-
'version' => '2.2.0',
24+
'version' => '2.3.0',
2525
'constraints' =>
2626
[
2727
'depends' =>

0 commit comments

Comments
 (0)