Changeset 3288993
- Timestamp:
- 05/07/2025 09:26:01 AM (11 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
r3213877 r3288993 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 58 * Version: 1.0.16 9 9 * Author: exovia 10 10 * Author URI: https://www.exovia.de/ … … 25 25 * Definitions 26 26 */ 27 define( 'EXGGMAP_VERSION', '1.0.1 5' );27 define( 'EXGGMAP_VERSION', '1.0.16' ); 28 28 29 29 define( 'EXGGMAP_PLUGIN', __FILE__ ); -
exactly-gdpr-google-maps/trunk/readme.txt
r3213877 r3288993 3 3 Tags: GDPR, DSGVO, Maps, Google Maps 4 4 Requires at least: 5.6 5 Tested up to: 6. 76 Stable tag: 1.0.1 55 Tested up to: 6.8 6 Stable tag: 1.0.16 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 122 122 123 123 == Upgrade Notice == 124 = 1.0.1 5=125 This update ensures compatibility with WordPress 6.7 and improves stability.124 = 1.0.16 = 125 Compatibility tested up to WordPress 6.8. Recommended update for all users. 126 126 127 127 == Change log == 128 = 1.0.16 = 129 * Tested with WordPress 6.8 130 * Version bump to 1.0.16 128 131 = 1.0.15 = 129 132 * Updated 'Tested up to' to WordPress 6.7
Note: See TracChangeset
for help on using the changeset viewer.