Plugin Directory


Ignore:
Timestamp:
08/13/2020 01:48:48 PM (6 years ago)
Author:
themebeez
Message:

Tested on WordPress release version 5.5

Location:
simple-gdpr-cookie-compliance
Files:
54 added
2 edited

Legend:

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

    r2204124 r2360175  
    44Donate link: https://themebeez.com/
    55Tags: gdpr, cookie, cookies, notice, notification, notify, notifier, gdpr compliance, privacy, privacy directive, cookie notice, simple notice, cookie compliance
    6 Requires at least: 4.8.0
    7 Tested up to: 5.3
    8 Requires PHP: 5.6
    9 Stable tag: 1.0.2
     6Requires at least: 5.0.0
     7Tested up to: 5.5
     8Requires PHP: 7.0.0
     9Stable tag: 1.0.3
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4343== Get Involved  ==
    4444
    45 * If you're a developer and want to contribute, you can do on [https://github.com/themebeez/simple-gdpr-cookie-compliance].
     45* If you're a developer and want to contribute, you can do on [Github repo.](https://github.com/themebeez/simple-gdpr-cookie-compliance).
    4646* If you love this plugin, and you want the plugin to be translated in your local language. Feel free to contribute on this [translation page](https://translate.wordpress.org/projects/wp-plugins/simple-gdpr-cookie-compliance/) for translation.
    47 * If you're a user and you need support or find any issues related to the plugin, please raise it on [https://github.com/themebeez/simple-gdpr-cookie-compliance/issues] or post it on [https://themebeez.com/support-forum/simple-gdpr-cookie-compliance-support/]
     47* If you're a user and you need support or find any issues related to the plugin, please raise it on [Github repo.](https://github.com/themebeez/simple-gdpr-cookie-compliance/issues) or post it on [our support forum.](https://themebeez.com/support-forum/simple-gdpr-cookie-compliance-support/)
    4848
    4949
     
    7676== Changelog ==
    7777
     78= 1.0.3 - August 13, 2020 =
     79
     80* Testing: Tested on WordPress version 5.5
     81
    7882= 1.0.2 - 1 December, 2019 =
    7983
  • simple-gdpr-cookie-compliance/trunk/simple-gdpr-cookie-compliance.php

    r2204124 r2360175  
    55 * Plugin URI:        https://themebeez.com/plugins/simple-gdpr-cookie-compliance
    66 * Description:       Simple GDPR Cookie Compliance is a simple notifier to notify users that your site make uses of cookies and to comply with EU GDPR regulations.
    7  * Version:           1.0.2
     7 * Version:           1.0.3
    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.2' );
     26define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_VERSION', '1.0.3' );
    2727
    2828/**
Note: See TracChangeset for help on using the changeset viewer.