Changeset 2927636
- Timestamp:
- 06/18/2023 09:12:33 PM (3 years ago)
- Location:
- exactly-gdpr-google-maps
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.11 (copied) (copied from exactly-gdpr-google-maps/trunk)
-
tags/1.0.11/exactly-gdpr-google-maps.php (modified) (2 diffs)
-
tags/1.0.11/readme.txt (modified) (2 diffs)
-
trunk/exactly-gdpr-google-maps.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
exactly-gdpr-google-maps/tags/1.0.11/exactly-gdpr-google-maps.php
r2927635 r2927636 6 6 * Plugin URI: https://wordpress.org/plugins/exactly-gdpr-google-maps/ 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.1 08 * Version: 1.0.11 9 9 * Author: exovia 10 10 * Author URI: https://www.exovia.de/ … … 25 25 * Definitions 26 26 */ 27 define( 'EXGGMAP_VERSION', '1.0.1 0' );27 define( 'EXGGMAP_VERSION', '1.0.11' ); 28 28 29 29 define( 'EXGGMAP_PLUGIN', __FILE__ ); -
exactly-gdpr-google-maps/tags/1.0.11/readme.txt
r2927635 r2927636 4 4 Requires at least: 5.6 5 5 Tested up to: 6.2 6 Stable tag: 1.0.1 06 Stable tag: 1.0.11 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 122 122 123 123 == Change log == 124 = 1.0.1 0=124 = 1.0.11 = 125 125 * Better Gutenberg docs 126 126 = 1.0.9 = -
exactly-gdpr-google-maps/trunk/exactly-gdpr-google-maps.php
r2927635 r2927636 6 6 * Plugin URI: https://wordpress.org/plugins/exactly-gdpr-google-maps/ 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.1 08 * Version: 1.0.11 9 9 * Author: exovia 10 10 * Author URI: https://www.exovia.de/ … … 25 25 * Definitions 26 26 */ 27 define( 'EXGGMAP_VERSION', '1.0.1 0' );27 define( 'EXGGMAP_VERSION', '1.0.11' ); 28 28 29 29 define( 'EXGGMAP_PLUGIN', __FILE__ ); -
exactly-gdpr-google-maps/trunk/readme.txt
r2927635 r2927636 4 4 Requires at least: 5.6 5 5 Tested up to: 6.2 6 Stable tag: 1.0.1 06 Stable tag: 1.0.11 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 122 122 123 123 == Change log == 124 = 1.0.1 0=124 = 1.0.11 = 125 125 * Better Gutenberg docs 126 126 = 1.0.9 =
Note: See TracChangeset
for help on using the changeset viewer.