From 3c4fff0879d4302fa7d96f518a1fb85b91ab5b5b Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 20 Dec 2021 10:29:00 +0100 Subject: [PATCH] Add changelog for upcoming 2.2.0 --- Documentation/Changelog/2.1.0.rst | 5 ---- Documentation/Changelog/2.2.0.rst | 45 +++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 5 deletions(-) create mode 100644 Documentation/Changelog/2.2.0.rst diff --git a/Documentation/Changelog/2.1.0.rst b/Documentation/Changelog/2.1.0.rst index 076f037..d431ed2 100644 --- a/Documentation/Changelog/2.1.0.rst +++ b/Documentation/Changelog/2.1.0.rst @@ -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 ----------- diff --git a/Documentation/Changelog/2.2.0.rst b/Documentation/Changelog/2.2.0.rst new file mode 100644 index 0000000..66c66fb --- /dev/null +++ b/Documentation/Changelog/2.2.0.rst @@ -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