Add changelog for upcoming 2.2.0

This commit is contained in:
Daniel Siepmann 2021-12-20 10:29:00 +01:00
parent c6ca707b1c
commit 3c4fff0879
2 changed files with 45 additions and 5 deletions

View file

@ -9,9 +9,6 @@ Nothing
Features
--------
* ``region-uid`` of ``DestinationDataImportCommand`` is now optional.
No region will be fetched and assigned to Events if no uid is provided.
* ``DateDemandFactory`` supports TypoScript ``stdWrap`` on all settings on first level.
* New option ``queryCallback`` for ``DateDemand`` was added.
@ -38,8 +35,6 @@ Tasks
* Removed outdated stuff from Documentation.
* Fixed nearly all PHPStan issues.
Deprecation
-----------

View file

@ -0,0 +1,45 @@
2.2.0
=====
Breaking
--------
Nothing
Features
--------
* Add PHP 8.0.
* Add TYPO3 v11 LTS.
* Empty TypoScript option ``categoryParentUid`` or ``0`` no longer triggers a warning.
Instead it is respected to not import or assign any category.
* ``region-uid`` of ``DestinationDataImportCommand`` is now optional.
No region will be fetched and assigned to Events if no uid is provided.
Fixes
-----
* Commands ``RemovePast`` and ``RemoveAll`` now properly remove files related to events which no longer exist.
* Command ``RemovePast`` now properly removes past dates and associated events, category relations and files.
Tasks
-----
* Added lots of tests for existing code base and adjustments made in this version.
* Migrate readme to documentation.
* Remove execution rights from PHP File.
* Remove no longer existing TCA ``ctrl`` entry ``thumbnail``.
* Fixed nearly all PHPStan issues.
Deprecation
-----------
Nothing