Changeset 3110400
- Timestamp:
- 07/01/2024 11:31:55 AM (21 months ago)
- Location:
- exactly-gdpr-google-maps/trunk
- Files:
-
- 2 edited
-
exactly-gdpr-google-maps.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
exactly-gdpr-google-maps/trunk/exactly-gdpr-google-maps.php
r3110375 r3110400 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 28 * Version: 1.0.13 9 9 * Author: exovia 10 10 * Author URI: https://www.exovia.de/ … … 25 25 * Definitions 26 26 */ 27 define( 'EXGGMAP_VERSION', '1.0.1 2' );27 define( 'EXGGMAP_VERSION', '1.0.13' ); 28 28 29 29 define( 'EXGGMAP_PLUGIN', __FILE__ ); -
exactly-gdpr-google-maps/trunk/readme.txt
r3110375 r3110400 4 4 Requires at least: 5.6 5 5 Tested up to: 6.5 6 Stable tag: 1.0.1 27 Requires PHP: 8.26 Stable tag: 1.0.13 7 Requires PHP: 7.0 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 123 123 == Change log == 124 124 125 = 1.0.13 = 126 * php 8.0 compatibility, Tests with WP 6.5.5 125 127 = 1.0.12 = 126 128 * php 8.2 compatibility, Tests with WP 6.5.5
Note: See TracChangeset
for help on using the changeset viewer.