From c3600909457fa2ba4c34e82c4eed8eda0fd9981a Mon Sep 17 00:00:00 2001 From: Francois Suter Date: Wed, 18 Jul 2018 13:37:41 +0200 Subject: [PATCH] [BUGFIX/TASK] Fix documentation and release version 2.2.3 --- ChangeLog | 2 +- Documentation/Configuration/Index.rst | 2 +- Documentation/Settings.cfg | 2 +- composer.json | 2 +- ext_emconf.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5312359..1a03de7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2018-07-18 Francois Suter (Cobweb) * Updated documentation regarding allowed absolute file paths - * Released version 2.2.2 + * Released version 2.2.2 and 2.2.3 2018-02-15 Francois Suter (Cobweb) diff --git a/Documentation/Configuration/Index.rst b/Documentation/Configuration/Index.rst index ea97c27..976b056 100644 --- a/Documentation/Configuration/Index.rst +++ b/Documentation/Configuration/Index.rst @@ -20,7 +20,7 @@ parameters: | uri | string | URI of the XML file to read. This may be any of the following syntaxes: | | | | | | | | - absolute file path: :file:`/var/foo/web/fileadmin/import/bar.xml` | -| | | (within the TYPO3 root path or :code:`TYPO3_CONF_VARS[BE][lockRootPath]`) | | +| | | (within the TYPO3 root path or :code:`TYPO3_CONF_VARS[BE][lockRootPath]`) | | | | - file path relative to the TYPO3 root: | | | | :file:`fileadmin/import/foo.xml` | | | | - file path using :code:`EXT:`: | diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index ccda011..4f99d43 100755 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,7 +1,7 @@ [general] copyright = 2009-2018 project = XML Feed Connector Service -release = 2.2.2 +release = 2.2.3 version = 2.2 [html_theme_options] diff --git a/composer.json b/composer.json index 82564f1..ab34d5e 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "Cobweb\\SvconnectorFeed\\": "Classes/" } }, - "version": "2.2.2", + "version": "2.2.3", "require": { "typo3/cms-core": ">=7.6.0,<9.0", "cobweb/svconnector": ">=3.2.3" diff --git a/ext_emconf.php b/ext_emconf.php index 590802e..6710d88 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -14,7 +14,7 @@ 'title' => 'Connector service - XML Feed', 'description' => 'Connector service for XML files or RSS feeds', 'category' => 'services', - 'version' => '2.2.2', + 'version' => '2.2.3', 'state' => 'stable', 'uploadfolder' => 0, 'createDirs' => '',