diff --git a/ChangeLog b/ChangeLog index dab2a698..5539d377 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2020-10-21 Francois Suter (Idéative) + + * Release version 5.0.0 + 2020-10-19 Francois Suter (Idéative) * Use ImporterAwareTrait in AbstractStep, resolves #149 diff --git a/Documentation/Installation/Index.rst b/Documentation/Installation/Index.rst index a7727729..f159ff1c 100644 --- a/Documentation/Installation/Index.rst +++ b/Documentation/Installation/Index.rst @@ -119,7 +119,7 @@ you find all the old upgrade instructions in the :ref:`Appendix `. diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 2bdde637..cf285a18 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,7 +1,7 @@ [general] copyright = 2007-2020 project = External Import -release = 4.3.3 +release = 5.0.0 [notify] about_new_build = typo3@ideative.ch diff --git a/README.md b/README.md index f1eefa3f..537df178 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ The TYPO3 External Import extension is used to import data from remote applications into the local TYPO3 CMS database. -Please refer to the [manual for full details](https://docs.typo3.org/typo3cms/extensions/external_import/). +Please refer to the [manual for full details](https://docs.typo3.org/p/cobweb/external_import/master/en-us/). diff --git a/composer.json b/composer.json index bbef3d0d..3638c119 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "Cobweb\\ExternalImport\\": "Classes/" } }, - "version": "4.3.3", + "version": "5.0.0", "require": { "typo3/cms-core": ">=9.5.0,<11.0", "typo3/cms-scheduler": ">=9.5.0,<11.0", diff --git a/ext_emconf.php b/ext_emconf.php index b9db7c36..8da1a4b9 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -21,7 +21,7 @@ 'createDirs' => '', 'clearCacheOnLoad' => 0, 'author_company' => '', - 'version' => '4.3.3', + 'version' => '5.0.0', 'constraints' => [ 'depends' =>