- replaced ListGoogleMapBeforeRenderEvent with GoogleMapsPrepareExternalItemEvent
- replaced ReaderGoogleMapBeforeRenderEvent with GoogleMapsPrepareExternalItemEvent
- Remove heimrichhannot/contao-google-maps-list-bundle dependency
- Update your list configs to don't use
HeimrichHannot\GoogleMapsListBundle\DefaultList
andHeimrichHannot\GoogleMapsListBundle\DefaultItem
anymore
- Renamed Bundle class from
HeimrichHannotContaoGoogleMapsBundle
toHeimrichHannotGoogleMapsBundle
. You may need to update loadAfter setup, twig paths and file paths (public folder) - DlhMigrationModifyMapEvent: legacyMap parameter is now type stdClass instead of Model
- DlhMigrationModifyOverlayEvent: legacyOverlay and legacyMap parameters are now type stdClass instead of Model
- Templates:
- gmap_map template: mapGoogleJs variable removed. Update your custom templates accordingly
- List bundle:
- refactored list config type to GoogleMapConfigElementType
- added templateVariable field support
- Reader bundle:
- refactored reader config type to GoogleMapConfigElementType
- added templateVariable field support