From cf78488023bae1716692a073029aecb9c7ecc9f2 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 29 Sep 2022 14:50:27 +0200 Subject: [PATCH] Move 1.3.1 to 1.3.0 (#76) We did not release 1.3.0 yet, so move all 1.3.1 things to 1.3.0. --- Documentation/Changelog/1.3.0.rst | 17 ++++++++++++- Documentation/Changelog/1.3.1.rst | 42 ------------------------------- ext_emconf.php | 2 +- 3 files changed, 17 insertions(+), 44 deletions(-) delete mode 100644 Documentation/Changelog/1.3.1.rst diff --git a/Documentation/Changelog/1.3.0.rst b/Documentation/Changelog/1.3.0.rst index 6635986..5b3b5f8 100644 --- a/Documentation/Changelog/1.3.0.rst +++ b/Documentation/Changelog/1.3.0.rst @@ -14,7 +14,22 @@ Add support for TYPO3 v11 and PHP 8.0 + 8.1. Fixes ----- -Nothing +* Allow to import objects (e.g. Tourist Attractions) which are managed by generic + organisations instead of specific Tourist Marketing Company. + Those organisations will now also be imported, just like Tourist Marketing Company before. + Both are organizations internally and only used for the TYPO3 backend module. + +* Handle multiple ``thuecat:offerType`` values within Offer. + The API is none breaking, the models still return only a single offer. + + They will filter down to the first offer which contains ``Offer`` within the value. + Examples: + + Given: Childcare and CourseOffer will result in CourseOffer. + + Given: Childcare will result in Childcare. + + Existing imported data is still handled. Tasks ----- diff --git a/Documentation/Changelog/1.3.1.rst b/Documentation/Changelog/1.3.1.rst deleted file mode 100644 index bca4178..0000000 --- a/Documentation/Changelog/1.3.1.rst +++ /dev/null @@ -1,42 +0,0 @@ -1.3.1 -===== - -Breaking --------- - -Nothing - -Features --------- - -Nothing - -Fixes ------ - -* Allow to import objects (e.g. Tourist Attractions) which are managed by generic - organisations instead of specific Tourist Marketing Company. - Those organisations will now also be imported, just like Tourist Marketing Company before. - Both are organizations internally and only used for the TYPO3 backend module. - -* Handle multiple ``thuecat:offerType`` values within Offer. - The API is none breaking, the models still return only a single offer. - - They will filter down to the first offer which contains ``Offer`` within the value. - Examples: - - Given: Childcare and CourseOffer will result in CourseOffer. - - Given: Childcare will result in Childcare. - - Existing imported data is still handled. - -Tasks ------ - -Nothing -Deprecation ------------ - -Nothing - diff --git a/ext_emconf.php b/ext_emconf.php index f3a836a..e95ae0e 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -11,7 +11,7 @@ $EM_CONF[$_EXTKEY] = [ 'author' => 'Daniel Siepmann', 'author_email' => 'coding@daniel-siepmann.de', 'author_company' => '', - 'version' => '1.3.1', + 'version' => '1.3.0', 'constraints' => [ 'depends' => [ 'core' => '',