Plugin Directory

Changeset 2413786


Ignore:
Timestamp:
11/06/2020 09:21:30 AM (5 years ago)
Author:
exactlywebdesign
Message:

1.0.1 Version Testing, fixed docs, implemented svn-tags

Location:
exactly-gdpr-google-maps/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • exactly-gdpr-google-maps/trunk/exactly-gdpr-google-maps.php

    r2291268 r2413786  
    66 * Plugin URI:  https://wordpress.org/plugins-wp/tbc/
    77 * 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
    99 * Author:      eXactly webdesign
    1010 * Author URI:  https://www.exactly-webdesign.de/
     
    1212 * License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    1313 * Text Domain: exactly-gdpr-google-maps
    14  * Domain Path: /languages
    1514 *
    1615 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU
     
    2625 * Definitions
    2726 */
    28 define( 'EXGGMAP_VERSION', '1.0' );
     27define( 'EXGGMAP_VERSION', '1.0.1' );
    2928
    3029define( 'EXGGMAP_PLUGIN', __FILE__ );
     
    4039 * Load plugin textdomain.
    4140 */
    42 require EXGGMAP_PLUGIN_DIR . '/includes/exggmap-i18n.php';
     41// require EXGGMAP_PLUGIN_DIR . '/includes/exggmap-i18n.php';
    4342
    4443/**
  • exactly-gdpr-google-maps/trunk/includes/exggmap-shortcode.php

    r2291268 r2413786  
    3333        <?php if( $embed_powered_by ){ ?>
    3434        <span>
    35            <?php echo __('powerd by', 'exactly-gdpr-google-maps'); ?><br>
     35           <?php echo __('powered by', 'exactly-gdpr-google-maps'); ?><br>
    3636            <a style="color: <?php echo $font_color; ?>" href="https://www.exactly-webdesign.de">exactly Webdesign</a>
    3737        </span>
  • exactly-gdpr-google-maps/trunk/readme.txt

    r2291301 r2413786  
    33Tags: GDPR, DSGVO, Maps, Google Maps
    44Requires at least: 4.9
    5 Tested up to: 5.4
    6 Stable tag: 1.0
     5Tested up to: 5.5.3
     6Stable tag: 1.0.1
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    66661. 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)
    67671. 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.
     681. Use the shortcode: <code>[exactly-gdpr-map]</code> anywhere on your website.
    69691. Wrapp your map as you wish by giving it a max-width
    70701. Look at your new Google Maps
Note: See TracChangeset for help on using the changeset viewer.