Skip to content

Commit

Permalink
[TASK] Release version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fsuter committed Dec 28, 2018
1 parent 2c0c45e commit d9d051b
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* Ensure compatibility with TYPO3 9, drop devLog usage, resolves #13
* Add API to store content of distant source into temporary file, resolves #14
* Release version 3.3.0

2018-12-26 Francois Suter (Cobweb) <typo3@cobweb.ch>

Expand Down
7 changes: 3 additions & 4 deletions Documentation/Developers/Sample/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@
Configuration sample
^^^^^^^^^^^^^^^^^^^^

Since version 2.1.0 of svconnector, the testing BE module can read
configuration samples from existing connector services. This makes it
easier enter a configuration for testing, in particular to avoid
The testing BE module can read configuration samples from existing connector services.
This makes it easier to enter a configuration for testing, in particular to avoid
forgetting some important parameter. This sample configuration does
not have to be declared in any way, but is expected to be strictly
located in :code:`Resources/Public/Samples/Configuration.txt` .

It consists of a simple text file, with one configuration option per
line, as you would input it in the BE module. Please check the
existing connector services (feed, SQL, CSV) for examples.
existing connector services (Feed, JSON, SQL, CSV) for examples.

2 changes: 1 addition & 1 deletion Documentation/Developers/Utilities/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ TYPO3 CMS API. e.g.:

.. code-block:: php
$xml = \TYPO3\CMS\Core\Utility\GeneralUtility::array2xml_cs($phpArray);
$xml = '<?xml version="1.0" encoding="utf-8" standalone="yes" ?>' . "\n" . GeneralUtility::array2xml($result);
Again one's own conversion method may be used if needed.

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Connector Services
data import, fetch data, services

:Copyright:
2007-2018
2007-2019

:Author:
François Suter (Cobweb)
Expand Down
6 changes: 3 additions & 3 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[general]
copyright = 2007-2018
copyright = 2007-2019
project = Connector Services
release = 3.2.4
version = 3.2
release = 3.3.0
version = 3.3

[html_theme_options]
github_branch =
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Cobweb\\Svconnector\\": "Classes/"
}
},
"version": "3.2.4",
"version": "3.3.0",
"require": {
"php": ">=7.0.0",
"ext-simplexml": "*",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'createDirs' => '',
'clearCacheOnLoad' => 1,
'author_company' => '',
'version' => '3.2.4',
'version' => '3.3.0',
'constraints' =>
[
'depends' =>
Expand Down

0 comments on commit d9d051b

Please sign in to comment.