Skip to content

Add consent for all plugins #272 #325

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

Merged
merged 2 commits into from
Feb 25, 2025
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: 2 additions & 0 deletions Configuration/Sets/GoogleMaps/setup.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ page.includeJSFooterlibs.markerClustererForMaps2 >
[ELSE]
# Requests to Google Maps are not allowed. Inform the user about cookies and request permissions for 3rd party.
tt_content.maps2_maps2.20.pluginName = Overlay
tt_content.maps2_searchwithinradius.20.pluginName = Overlay
tt_content.maps2_citymap.20.pluginName = Overlay
[END]

plugin.tx_maps2 {
Expand Down
2 changes: 2 additions & 0 deletions Configuration/Sets/OpenStreetMap/setup.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ page.includeJSFooterlibs.markerClustererForMaps2 >
[ELSE]
# Requests to OpenStreetMap are not allowed. Inform the user about cookies and request permissions for 3rd party.
tt_content.maps2_maps2.20.pluginName = Overlay
tt_content.maps2_searchwithinradius.20.pluginName = Overlay
tt_content.maps2_citymap.20.pluginName = Overlay
[END]

plugin.tx_maps2 {
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 12.0.1
==============

* Add cookie consent to searchwithinradius and citymap plugin

Version 12.0.0
==============

Expand Down
2 changes: 1 addition & 1 deletion Documentation/guides.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
project-issues="https://github.com/jweiland-net/maps2/issues"
edit-on-github-branch="main"
edit-on-github="jweiland/maps2" typo3-core-preferred="stable"/>
<project title="maps2 (Maps2)" release="11.0.3" version="11.0" copyright="since 2013 by jweiland.net"/>
<project title="maps2 (Maps2)" release="12.0.1" version="12.0" copyright="since 2013 by jweiland.net"/>
</guides>
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'Maps2',
'description' => 'Create maps with Marker, Area, Routes or Radius based on Google Maps or OpenStreetMap',
'version' => '12.0.0',
'version' => '12.0.1',
'category' => 'plugin',
'state' => 'stable',
'author' => 'Stefan Froemken',
Expand Down