diff --git a/ChangeLog b/ChangeLog index 60366e3..2bcc716 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ -2020-05-12 Francois Suter (Cobweb) +2020-05-12 Francois Suter (Idéative) * Ensure compatibility with TYPO3 10 LTS and updates to external_import and connector services, resolves #5 * Update documentation settings, resolves #6 + * Release version 2.3.0 2019-01-13 Francois Suter (Cobweb) diff --git a/Documentation/Index.rst b/Documentation/Index.rst index ad521cd..0f4c3a1 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -27,13 +27,13 @@ External Import Tutorial data import, fetch data, services, tutorial :Copyright: - 2007-2019 + 2007-2020 :Author: - François Suter (Cobweb) + François Suter (Idéative) :Email: - typo3@cobweb.ch + typo3@ideative.ch :License: This document is published under the Open Content License @@ -44,7 +44,7 @@ External Import Tutorial The content of this document is related to TYPO3, -a GNU/GPL CMS/Framework available from `www.typo3.org `_. +a GNU/GPL CMS/Framework available from `typo3.org `_. .. toctree:: diff --git a/composer.json b/composer.json index 57b0b8d..3a14c71 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "Cobweb\\ExternalimportTut\\": "Classes/" } }, - "version": "2.2.0", + "version": "2.3.0", "require": { "typo3/cms-core": ">=9.5.0,<11.0", "cobweb/external_import": ">=4.3.0", diff --git a/ext_emconf.php b/ext_emconf.php index b35c88e..875dc3d 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -19,7 +19,7 @@ 'createDirs' => '', 'clearCacheOnLoad' => 1, 'author_company' => '', - 'version' => '2.2.0', + 'version' => '2.3.0', 'constraints' => [ 'depends' =>