From 5e9befbd9e5c284744d621a26fb20adb2af555e6 Mon Sep 17 00:00:00 2001 From: Alexander Bigga Date: Fri, 20 Oct 2023 21:35:18 +0200 Subject: [PATCH 1/2] Fix #147: do not define variable $logger again --- Classes/Updates/FileLocationUpdater.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Classes/Updates/FileLocationUpdater.php b/Classes/Updates/FileLocationUpdater.php index 8be2b59..4e6aa64 100644 --- a/Classes/Updates/FileLocationUpdater.php +++ b/Classes/Updates/FileLocationUpdater.php @@ -57,11 +57,6 @@ class FileLocationUpdater implements UpgradeWizardInterface, ChattyInterface, Lo */ protected $storage; - /** - * @var Logger - */ - protected $logger; - /** * Array with table and fields to migrate * From f73159a20b94fe4a3dcd4202a15b62fedd4b2706 Mon Sep 17 00:00:00 2001 From: Alexander Bigga Date: Fri, 20 Oct 2023 21:39:18 +0200 Subject: [PATCH 2/2] Rise version number and add changelog entries for release 4.2.0 --- ChangeLog | 5 +++++ ext_emconf.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7b6eb70..fbec3bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-10-06 Alexander Bigga + * Remove support for TYPO3 10.4, support for 12.4 LTS + * Make geojson properties configurable to show in popup + * Update Openlayers to 8.1.0 + 2023-01-15 Alexander Bigga * Fix missing TCA configuration of fe_groups and sys_category in TYPO3 10.4. Thanks to Dirk Wildt, verdigado eG. * Fix exception on loading plugin settings if tt_address is not installed diff --git a/ext_emconf.php b/ext_emconf.php index be634db..b9be864 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -13,5 +13,5 @@ 'suggests' => [], ], 'state' => 'stable', - 'version' => '4.2.0', + 'version' => '4.2.1', ];