Plugin Directory

Changeset 3212439


Ignore:
Timestamp:
12/24/2024 06:15:02 AM (15 months ago)
Author:
themebeez
Message:

Update to version 1.1.9 from GitHub

Location:
simple-gdpr-cookie-compliance
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • simple-gdpr-cookie-compliance/tags/1.1.9/README.txt

    r3177670 r3212439  
    55Tags: gdpr, cookie, cookies, notice, notification, notify, notifier, gdpr compliance, privacy, privacy directive, cookie notice, simple notice, cookie compliance
    66Requires at least: 6.0.0
    7 Tested up to: 6.6
     7Tested up to: 6.7.1.
    88Requires PHP: 7.4
    9 Stable tag: 1.1.8
     9Stable tag: 1.1.9
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9494
    9595== Changelog ==
     96
     97= 1.1.9 - 13 December, 2024 =
     98
     99- Tested: WordPress version 6.7.1.
    96100
    97101= 1.1.8 - 29 October, 2024 =
  • simple-gdpr-cookie-compliance/tags/1.1.9/simple-gdpr-cookie-compliance.php

    r3177670 r3212439  
    1010 * Plugin URI:        https://themebeez.com/plugins/simple-gdpr-cookie-compliance
    1111 * Description:       Simple GDPR Cookie Compliance is a simple plugin that helps to display cookie notice on your WordPress website.
    12  * Version:           1.1.8
     12 * Version:           1.1.9
    1313 * Author:            themebeez
    1414 * Author URI:        https://themebeez.com/
     
    2929 * Rename this for your plugin and update it as you release new versions.
    3030 */
    31 define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_VERSION', '1.1.8' );
     31define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_VERSION', '1.1.9' );
    3232define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_BASENAME', plugin_basename( __FILE__ ) );
    3333
  • simple-gdpr-cookie-compliance/trunk/README.txt

    r3177670 r3212439  
    55Tags: gdpr, cookie, cookies, notice, notification, notify, notifier, gdpr compliance, privacy, privacy directive, cookie notice, simple notice, cookie compliance
    66Requires at least: 6.0.0
    7 Tested up to: 6.6
     7Tested up to: 6.7.1.
    88Requires PHP: 7.4
    9 Stable tag: 1.1.8
     9Stable tag: 1.1.9
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9494
    9595== Changelog ==
     96
     97= 1.1.9 - 13 December, 2024 =
     98
     99- Tested: WordPress version 6.7.1.
    96100
    97101= 1.1.8 - 29 October, 2024 =
  • simple-gdpr-cookie-compliance/trunk/simple-gdpr-cookie-compliance.php

    r3177670 r3212439  
    1010 * Plugin URI:        https://themebeez.com/plugins/simple-gdpr-cookie-compliance
    1111 * Description:       Simple GDPR Cookie Compliance is a simple plugin that helps to display cookie notice on your WordPress website.
    12  * Version:           1.1.8
     12 * Version:           1.1.9
    1313 * Author:            themebeez
    1414 * Author URI:        https://themebeez.com/
     
    2929 * Rename this for your plugin and update it as you release new versions.
    3030 */
    31 define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_VERSION', '1.1.8' );
     31define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_VERSION', '1.1.9' );
    3232define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_BASENAME', plugin_basename( __FILE__ ) );
    3333
Note: See TracChangeset for help on using the changeset viewer.