Plugin Directory

Changeset 3110400


Ignore:
Timestamp:
07/01/2024 11:31:55 AM (21 months ago)
Author:
exovia
Message:

Changed PHP min requirement to 7.0

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

Legend:

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

    r3110375 r3110400  
    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.12
     8 * Version:     1.0.13
    99 * Author:      exovia
    1010 * Author URI:  https://www.exovia.de/
     
    2525 * Definitions
    2626 */
    27 define( 'EXGGMAP_VERSION', '1.0.12' );
     27define( 'EXGGMAP_VERSION', '1.0.13' );
    2828
    2929define( 'EXGGMAP_PLUGIN', __FILE__ );
  • exactly-gdpr-google-maps/trunk/readme.txt

    r3110375 r3110400  
    44Requires at least: 5.6
    55Tested up to: 6.5
    6 Stable tag: 1.0.12
    7 Requires PHP: 8.2
     6Stable tag: 1.0.13
     7Requires PHP: 7.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    123123== Change log ==
    124124
     125= 1.0.13 =
     126* php 8.0 compatibility, Tests with WP 6.5.5
    125127= 1.0.12 =
    126128* php 8.2 compatibility, Tests with WP 6.5.5
Note: See TracChangeset for help on using the changeset viewer.