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.
This commit is contained in:
Daniel Siepmann 2022-09-29 14:50:27 +02:00 committed by GitHub
parent 2fd4b1bc2f
commit cf78488023
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 44 deletions

View file

@ -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
-----

View file

@ -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

View file

@ -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' => '',