Plugin Directory

Changeset 2927636


Ignore:
Timestamp:
06/18/2023 09:12:33 PM (3 years ago)
Author:
exovia
Message:

Update_v1.0.11_01

Location:
exactly-gdpr-google-maps
Files:
4 edited
1 copied

Legend:

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

    r2927635 r2927636  
    66 * Plugin URI:  https://wordpress.org/plugins/exactly-gdpr-google-maps/
    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.10
     8 * Version:     1.0.11
    99 * Author:      exovia
    1010 * Author URI:  https://www.exovia.de/
     
    2525 * Definitions
    2626 */
    27 define( 'EXGGMAP_VERSION', '1.0.10' );
     27define( 'EXGGMAP_VERSION', '1.0.11' );
    2828
    2929define( 'EXGGMAP_PLUGIN', __FILE__ );
  • exactly-gdpr-google-maps/tags/1.0.11/readme.txt

    r2927635 r2927636  
    44Requires at least: 5.6
    55Tested up to: 6.2
    6 Stable tag: 1.0.10
     6Stable tag: 1.0.11
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    122122
    123123== Change log ==
    124 = 1.0.10 =
     124= 1.0.11 =
    125125* Better Gutenberg docs
    126126= 1.0.9 =
  • exactly-gdpr-google-maps/trunk/exactly-gdpr-google-maps.php

    r2927635 r2927636  
    66 * Plugin URI:  https://wordpress.org/plugins/exactly-gdpr-google-maps/
    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.10
     8 * Version:     1.0.11
    99 * Author:      exovia
    1010 * Author URI:  https://www.exovia.de/
     
    2525 * Definitions
    2626 */
    27 define( 'EXGGMAP_VERSION', '1.0.10' );
     27define( 'EXGGMAP_VERSION', '1.0.11' );
    2828
    2929define( 'EXGGMAP_PLUGIN', __FILE__ );
  • exactly-gdpr-google-maps/trunk/readme.txt

    r2927635 r2927636  
    44Requires at least: 5.6
    55Tested up to: 6.2
    6 Stable tag: 1.0.10
     6Stable tag: 1.0.11
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    122122
    123123== Change log ==
    124 = 1.0.10 =
     124= 1.0.11 =
    125125* Better Gutenberg docs
    126126= 1.0.9 =
Note: See TracChangeset for help on using the changeset viewer.