diff --git a/ChangeLog b/ChangeLog index 8bddef5..cc4643c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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) diff --git a/Documentation/Index.rst b/Documentation/Index.rst index 5a0d024..5bf9c80 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -27,7 +27,7 @@ CSV Connector Service CSV, data import, fetch data :Copyright: - 2009-2018 + 2009-2019 :Author: François Suter (Cobweb) diff --git a/Documentation/Installation/Index.rst b/Documentation/Installation/Index.rst index 89e9ea2..c5611ad 100644 --- a/Documentation/Installation/Index.rst +++ b/Documentation/Installation/Index.rst @@ -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 diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 059cd1c..735a544 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -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 = diff --git a/composer.json b/composer.json index cd0373e..af9f7be 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/ext_emconf.php b/ext_emconf.php index 56404ba..4c2c893 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -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' => [