From b124c6e6942e7575a93fe067e79405069ac221e0 Mon Sep 17 00:00:00 2001 From: Francois Suter Date: Thu, 7 May 2020 21:21:41 +0200 Subject: [PATCH] [TASK] Release version 3.4.0, resolves #22 --- ChangeLog | 4 ++++ Documentation/Installation/Index.rst | 6 +++++- Documentation/Introduction/Index.rst | 2 +- Documentation/Settings.cfg | 2 +- composer.json | 2 +- ext_emconf.php | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 96a59de..12ad20f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2020-05-07 Francois Suter (Idéative) + + * Release version 3.4.0, resolves #22 + 2020-04-12 Francois Suter (Idéative) * Add API for reporting about configuration issues, resolves #18 diff --git a/Documentation/Installation/Index.rst b/Documentation/Installation/Index.rst index 6e1baf0..21e771c 100644 --- a/Documentation/Installation/Index.rst +++ b/Documentation/Installation/Index.rst @@ -27,4 +27,8 @@ changed to JSON format to easily allow for nested properties. If you have developed your own service and have defined a sample configuration file, you will need to change it to the new format. As always look at other existing connector services for examples (in particular, the -"svconnector_json" extension uses nested properties. +"svconnector_json" extension which uses nested properties). + +Also a new method was introduced as part of the :ref:`Connector Sevice API `: +`checkConfiguration()` is expected to parse the connector configuration and return +errors, warnings or notices as needed. diff --git a/Documentation/Introduction/Index.rst b/Documentation/Introduction/Index.rst index 21eac4d..f857f64 100644 --- a/Documentation/Introduction/Index.rst +++ b/Documentation/Introduction/Index.rst @@ -67,7 +67,7 @@ Every encouragement keeps the developer ticking, so dont' hesitate to send thanks or share your enthusiasm about the extension. If you really want to give something back, you may consider my Amazon wish list: -http://www.amazon.co.uk/registry/wishlist/G7DI2AN99Y4F +https://www.amazon.co.uk/registry/wishlist/G7DI2AN99Y4F You may also take a step back and reflect about the beauty of sharing. Think about how much you are benefiting and how much yourself is diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 27cdd2c..09001df 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,7 +1,7 @@ [general] copyright = 2007-2020 project = Connector Services -release = 3.3.1 +release = 3.4.0 [html_theme_options] github_branch = master diff --git a/composer.json b/composer.json index bad4140..187390f 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "Cobweb\\Svconnector\\": "Classes/" } }, - "version": "3.3.1", + "version": "3.4.0", "require": { "php": ">=7.0.0", "ext-simplexml": "*", diff --git a/ext_emconf.php b/ext_emconf.php index f248131..0892933 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -21,7 +21,7 @@ 'createDirs' => '', 'clearCacheOnLoad' => 1, 'author_company' => '', - 'version' => '3.3.1', + 'version' => '3.4.0', 'constraints' => [ 'depends' =>