Changeset 2413786
- Timestamp:
- 11/06/2020 09:21:30 AM (5 years ago)
- Location:
- exactly-gdpr-google-maps/trunk
- Files:
-
- 3 edited
-
exactly-gdpr-google-maps.php (modified) (4 diffs)
-
includes/exggmap-shortcode.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
exactly-gdpr-google-maps/trunk/exactly-gdpr-google-maps.php
r2291268 r2413786 6 6 * Plugin URI: https://wordpress.org/plugins-wp/tbc/ 7 7 * Description: The easy way to integrate Google Maps GDPR in compliance with data protection. The Google Maps only load when the user has agreed with a click. Just use the shortcut after setup: [exactly-gdpr-map] 8 * Version: 1.0 8 * Version: 1.0.1 9 9 * Author: eXactly webdesign 10 10 * Author URI: https://www.exactly-webdesign.de/ … … 12 12 * License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 13 13 * Text Domain: exactly-gdpr-google-maps 14 * Domain Path: /languages15 14 * 16 15 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU … … 26 25 * Definitions 27 26 */ 28 define( 'EXGGMAP_VERSION', '1.0 ' );27 define( 'EXGGMAP_VERSION', '1.0.1' ); 29 28 30 29 define( 'EXGGMAP_PLUGIN', __FILE__ ); … … 40 39 * Load plugin textdomain. 41 40 */ 42 require EXGGMAP_PLUGIN_DIR . '/includes/exggmap-i18n.php';41 // require EXGGMAP_PLUGIN_DIR . '/includes/exggmap-i18n.php'; 43 42 44 43 /** -
exactly-gdpr-google-maps/trunk/includes/exggmap-shortcode.php
r2291268 r2413786 33 33 <?php if( $embed_powered_by ){ ?> 34 34 <span> 35 <?php echo __('power d by', 'exactly-gdpr-google-maps'); ?><br>35 <?php echo __('powered by', 'exactly-gdpr-google-maps'); ?><br> 36 36 <a style="color: <?php echo $font_color; ?>" href="https://www.exactly-webdesign.de">exactly Webdesign</a> 37 37 </span> -
exactly-gdpr-google-maps/trunk/readme.txt
r2291301 r2413786 3 3 Tags: GDPR, DSGVO, Maps, Google Maps 4 4 Requires at least: 4.9 5 Tested up to: 5. 46 Stable tag: 1.0 5 Tested up to: 5.5.3 6 Stable tag: 1.0.1 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 66 66 1. Visit [Google Maps](https://www.google.de/maps/) to get your iframe code. For more information visit [Google Support Forum](https://support.google.com/maps/answer/144361?co=GENIE.Platform%3DAndroid&hl=en) 67 67 1. Paste your code into the iframe input field of the plugin 68 1. Use the shortcode: <code>[exact -gdpr-map]</code> anywhere on your website.68 1. Use the shortcode: <code>[exactly-gdpr-map]</code> anywhere on your website. 69 69 1. Wrapp your map as you wish by giving it a max-width 70 70 1. Look at your new Google Maps
Note: See TracChangeset
for help on using the changeset viewer.