Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use correct typo script #312

Merged
merged 2 commits into from
Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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