Skip to content

Commit

Permalink
[TASK] Release version 3.4.0, resolves #22
Browse files Browse the repository at this point in the history
  • Loading branch information
fsuter committed May 7, 2020
1 parent 438f0cb commit b124c6e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2020-05-07 Francois Suter (Idéative) <typo3@ideative.ch>

* Release version 3.4.0, resolves #22

2020-04-12 Francois Suter (Idéative) <typo3@ideative.ch>

* Add API for reporting about configuration issues, resolves #18
Expand Down
6 changes: 5 additions & 1 deletion Documentation/Installation/Index.rst
Expand Up @@ -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 <developers-api>`:
`checkConfiguration()` is expected to parse the connector configuration and return
errors, warnings or notices as needed.
2 changes: 1 addition & 1 deletion Documentation/Introduction/Index.rst
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
"Cobweb\\Svconnector\\": "Classes/"
}
},
"version": "3.3.1",
"version": "3.4.0",
"require": {
"php": ">=7.0.0",
"ext-simplexml": "*",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Expand Up @@ -21,7 +21,7 @@
'createDirs' => '',
'clearCacheOnLoad' => 1,
'author_company' => '',
'version' => '3.3.1',
'version' => '3.4.0',
'constraints' =>
[
'depends' =>
Expand Down

0 comments on commit b124c6e

Please sign in to comment.