Skip to content

Commit

Permalink
Merge pull request #148 from bobosch/fix-147
Browse files Browse the repository at this point in the history
Fix #147: do not define variable $logger again
  • Loading branch information
albig authored Oct 20, 2023
2 parents 69b680e + f73159a commit 8c39067
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2023-10-06 Alexander Bigga <alexander@bigga.de>
* 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 <alexander@bigga.de>
* 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
Expand Down
5 changes: 0 additions & 5 deletions Classes/Updates/FileLocationUpdater.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ class FileLocationUpdater implements UpgradeWizardInterface, ChattyInterface, Lo
*/
protected $storage;

/**
* @var Logger
*/
protected $logger;

/**
* Array with table and fields to migrate
*
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
'suggests' => [],
],
'state' => 'stable',
'version' => '4.2.0',
'version' => '4.2.1',
];

0 comments on commit 8c39067

Please sign in to comment.