diff --git a/Configuration/TypoScript/GoogleMaps/setup.typoscript b/Configuration/TypoScript/GoogleMaps/setup.typoscript index 04336e2a..32857fcc 100644 --- a/Configuration/TypoScript/GoogleMaps/setup.typoscript +++ b/Configuration/TypoScript/GoogleMaps/setup.typoscript @@ -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 diff --git a/Documentation/ChangeLog/Index.rst b/Documentation/ChangeLog/Index.rst index b2ae9d6d..c6ee5cae 100644 --- a/Documentation/ChangeLog/Index.rst +++ b/Documentation/ChangeLog/Index.rst @@ -7,6 +7,11 @@ ChangeLog ========= +Version 10.0.11 +=============== + +* BUGFIX: Use correct TypoScript syntax for settings.mapTypeId + Version 10.0.10 =============== diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 6797c079..538d6546 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -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 diff --git a/ext_emconf.php b/ext_emconf.php index c42b2774..b064a4ae 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -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,