Skip to content

Commit

Permalink
Merge pull request #312 from jweiland-net/useCorrectTypoScript
Browse files Browse the repository at this point in the history
Use correct typo script
  • Loading branch information
sfroemkenjw authored Feb 26, 2024
2 parents a545788 + 07c9691 commit adce7cd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Configuration/TypoScript/GoogleMaps/setup.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ plugin.tx_maps2 {
scaleControl = 1
streetViewControl = 1
fullscreenMapControl = 1
mapTypeId => google.maps.MapTypeId.ROADMAP
mapTypeId = google.maps.MapTypeId.ROADMAP
markerClusterer {
enable = {$plugin.tx_maps2.view.enableMarkerClusterer}
imagePath = EXT:maps2/Resources/Public/Icons/MarkerClusterer/m
Expand Down
5 changes: 5 additions & 0 deletions Documentation/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
ChangeLog
=========

Version 10.0.11
===============

* BUGFIX: Use correct TypoScript syntax for settings.mapTypeId

Version 10.0.10
===============

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

project = maps2 (Maps2)
version = 10.0
release = 10.0.10
release = 10.0.11
t3author = Stefan Froemken
copyright = since 2013 by jweiland.net

Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'Maps2',
'description' => 'Create maps with Marker, Area, Routes or Radius based on Google Maps or OpenStreetMap',
'version' => '10.0.10',
'version' => '10.0.11',
'category' => 'plugin',
'state' => 'stable',
'clearCacheOnLoad' => true,
Expand Down

0 comments on commit adce7cd

Please sign in to comment.