Plugin Directory

Changeset 2662024


Ignore:
Timestamp:
01/23/2022 05:55:09 AM (4 years ago)
Author:
themebeez
Message:
  • Tested: WordPress version 5.9
  • Tested: PHP version 7.4
Location:
simple-gdpr-cookie-compliance/trunk
Files:
2 edited

Legend:

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

    r2568044 r2662024  
    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.8
     7Tested up to: 5.9
    88Requires PHP: 7.0.0
    9 Stable tag: 1.0.7
     9Stable tag: 1.0.8
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7676== Changelog ==
    7777
     78= 1.0.8 - 23 January, 2022 =
     79
     80- Tested: WordPress version 5.9
     81- Tested: PHP version 7.4
     82
     83
    7884= 1.0.7 - July 20, 2021 =
    79 * Fix: Minor PHP issues
     85
     86- Fix: Minor PHP issues
    8087
    8188
    8289= 1.0.6 - July 20, 2021 =
    83 * Tested: up to WordPress 5.8
     90
     91- Tested: up to WordPress 5.8
    8492
    8593
    8694= 1.0.5 - Feb 19, 2021 =
    87 * Fix: Setting page link
     95
     96- Fix: Setting page link
    8897
    8998
    9099= 1.0.4 - Dec 17, 2020 =
    91 * Added: Options customization options.
    92 * Fix: Other minor issues
     100
     101- Added: Options customization options.
     102- Fix: Other minor issues
    93103
    94104
    95105= 1.0.3 - August 13, 2020 =
    96 * Testing: Tested on WordPress version 5.5
    97106
     107- Testing: Tested on WordPress version 5.5
    98108
    99109= 1.0.2 - 1 December, 2019 =
    100 * Added: Link type options
     110
     111- Added: Link type options
    101112
    102113
    103114= 1.0.1 - 4 November, 2019 =
    104 * Added: Color options
     115
     116- Added: Color options
    105117
    106118
    107119= 1.0.0 - 2 August, 2019 =
    108 * Initial release
     120
     121- Initial release
  • simple-gdpr-cookie-compliance/trunk/simple-gdpr-cookie-compliance.php

    r2568044 r2662024  
    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.7
     7 * Version:           1.0.8
    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.7' );
     26define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_VERSION', '1.0.8' );
    2727define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_BASENAME', plugin_basename( __FILE__ ) );
    2828
Note: See TracChangeset for help on using the changeset viewer.