Plugin Directory

Changeset 2567926


Ignore:
Timestamp:
07/20/2021 08:19:26 AM (5 years ago)
Author:
themebeez
Message:
Location:
simple-gdpr-cookie-compliance
Files:
55 added
2 edited

Legend:

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

    r2483786 r2567926  
    55Tags: gdpr, cookie, cookies, notice, notification, notify, notifier, gdpr compliance, privacy, privacy directive, cookie notice, simple notice, cookie compliance
    66Requires at least: 5.0.0
    7 Tested up to: 5.6.1
     7Tested up to: 5.8
    88Requires PHP: 7.0.0
    9 Stable tag: 1.0.5
     9Stable tag: 1.0.6
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7676== Changelog ==
    7777
     78= 1.0.6 - July 20, 2021 =
     79
     80* Tested: up to WordPress 5.8
     81
    7882= 1.0.5 - Feb 19, 2021 =
    7983
    8084* Fix: Setting page link
    81 
    8285
    8386= 1.0.4 - Dec 17, 2020 =
  • simple-gdpr-cookie-compliance/trunk/simple-gdpr-cookie-compliance.php

    r2483786 r2567926  
    55 * Plugin URI:        https://themebeez.com/plugins/simple-gdpr-cookie-compliance
    66 * Description:       Simple GDPR Cookie Compliance is a simple notifier to inform users that your site uses of cookies and show your complies with EU GDPR cookie law and CCPA regulations.
    7  * Version:           1.0.5
     7 * Version:           1.0.6
    88 * Author:            themebeez
    99 * Author URI:        https://themebeez.com/
     
    2424 * Rename this for your plugin and update it as you release new versions.
    2525 */
    26 define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_VERSION', '1.0.5' );
     26define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_VERSION', '1.0.6' );
    2727define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_BASENAME', plugin_basename( __FILE__ ) );
    2828
Note: See TracChangeset for help on using the changeset viewer.