mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-12-05 03:26:13 +01:00
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:
parent
2fd4b1bc2f
commit
cf78488023
3 changed files with 17 additions and 44 deletions
|
@ -14,7 +14,22 @@ Add support for TYPO3 v11 and PHP 8.0 + 8.1.
|
||||||
Fixes
|
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
|
Tasks
|
||||||
-----
|
-----
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ $EM_CONF[$_EXTKEY] = [
|
||||||
'author' => 'Daniel Siepmann',
|
'author' => 'Daniel Siepmann',
|
||||||
'author_email' => 'coding@daniel-siepmann.de',
|
'author_email' => 'coding@daniel-siepmann.de',
|
||||||
'author_company' => '',
|
'author_company' => '',
|
||||||
'version' => '1.3.1',
|
'version' => '1.3.0',
|
||||||
'constraints' => [
|
'constraints' => [
|
||||||
'depends' => [
|
'depends' => [
|
||||||
'core' => '',
|
'core' => '',
|
||||||
|
|
Loading…
Reference in a new issue