Skip to content

ODS OSM 4.1.0

Compare
Choose a tag to compare
@albig albig released this 06 Dec 22:38
· 132 commits to master since this release
bd265e3

Maintenance Release 4.1.0

This release is a maintenance release with some important updates:

  • OpenLayers 2/3 is updated to OpenLayers 7.1.0
  • LeafLet is updated to 1.9.1
  • Use only one flexform configuration
  • Support for map in calendarize detail event view
  • Support for PHP 8.1
  • Fix some issues

Upgrade Instruction

There is a new upgrade wizard to update existing flexform configuration. You should run it in the backend or via the TYPO3 console.

vendor/bin/typo3cms upgrade:run odsOsmMigrateSettings

What's Changed (Pull Requests)

  • Bugfix fix PHP 8 incompaibility by @hannesbochmann in #87
  • Fix broken icon URL by @ut in #89
  • Bugfix fix PHP 8 incompaibility by @hannesbochmann in #91
  • Update OpenLayers and Leaflet by @albig in #94
  • Fix absRefPrefix for TYPO3 10 & 11 by @albig in #95
  • Fix some issues with PHP 8.1 by @albig in #96
  • Fix icon identifer in CE wizard by @sypets in #98
  • Cleanup the code with typo3-rector for TYPO3 11 and PHP 8.1 by @albig in #100
  • Prepare release 4.1 by @albig in #102
  • Fix upgrade wizard identifier by @albig in #103
  • Add some checks in upgrade wizard MigrateSettings by @sypets in #106
  • Harden the migration settings wizard by @albig in #107
  • Fix identifier of MigrateSettings upgrade wizard by @albig in #108
  • Fix enable_scrollwheelzoom and enable_dragging setting if unset by @albig in #111
  • Overrule flexform settings over TypoScript without empty values by @albig in #112
  • Fix initial data import due to removed fields by @albig in #114
  • Enhance the documentation by @albig in #115

New Contributors

Full Changelog: v4.0.0...v4.1.0