Skip to content

Commit

Permalink
[TASK] Release version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fsuter committed Dec 28, 2018
1 parent 9995ef8 commit 1fd57ed
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Drop compatibility with TYPO3 7, clean up code and prepare for compatibility with TYPO3 9, resolves #5
* Add mention of svconnector_csv_extended extension, resolves #2
* Fix broken reading of files with line breaks inside fields, resolves #4
* Release version 2.3.0

2018-07-18 Francois Suter (Cobweb) <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CSV Connector Service
CSV, data import, fetch data

:Copyright:
2009-2018
2009-2019

:Author:
François Suter (Cobweb)
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Installation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ flat files inside your own code. It requires extension “svconnector”
which provides the base for all connector services.

André Wuttig has developed a variant for reading large files line per line.
If this sound like something you may need, please take a look at
If this sounds like something you may need, please take a look at
https://github.com/portrino/svconnector_csv_extended
6 changes: 3 additions & 3 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[general]
copyright = 2009-2018
copyright = 2009-2019
project = CSV Connector Service
release = 2.2.1
version = 2.2
release = 2.3.0
version = 2.3

[html_theme_options]
github_branch =
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"Cobweb\\SvconnectorCsv\\": "Classes/"
}
},
"version": "2.2.1",
"version": "2.3.0",
"require": {
"typo3/cms-core": ">=7.6.0,<10.0",
"cobweb/svconnector": ">=3.2.0"
"typo3/cms-core": ">=8.7.0,<10.0",
"cobweb/svconnector": ">=3.3.0"
},
"replace": {
"svconnector_csv": "self.version",
Expand Down
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
'createDirs' => '',
'clearCacheOnLoad' => 1,
'author_company' => '',
'version' => '2.2.1',
'version' => '2.3.0',
'constraints' =>
[
'depends' =>
[
'typo3' => '7.6.0-9.99.99',
'svconnector' => '3.2.0-0.0.0',
'typo3' => '8.7.0-9.99.99',
'svconnector' => '3.3.0-0.0.0',
],
'conflicts' =>
[
Expand Down

0 comments on commit 1fd57ed

Please sign in to comment.