Plugin Directory


Ignore:
Timestamp:
08/14/2023 08:06:57 AM (3 years ago)
Author:
themebeez
Message:

Update to version 1.1.6 from GitHub

Location:
simple-gdpr-cookie-compliance
Files:
1 added
8 edited
1 copied

Legend:

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

    r2902126 r2953089  
    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: 5.0.0
    7 Tested up to: 6.1.1
    8 Requires PHP: 7.0.0
    9 Stable tag: 1.1.5
     6Requires at least: 6.0.0
     7Tested up to: 6.3.0
     8Requires PHP: 7.4.0
     9Stable tag: 1.1.6
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8181
    8282== Changelog ==
     83
     84= 1.1.6 - 14 August, 2023 =
     85
     86- Tested: WordPress version 6.3.0
     87- Updated: POT file.
    8388
    8489= 1.1.5 - 21 April, 2023 =
  • simple-gdpr-cookie-compliance/tags/1.1.6/languages/simple-gdpr-cookie-compliance.pot

    r2884014 r2953089  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Simple GDPR Cookie Compliance 1.1.4\n"
     5"Project-Id-Version: Simple GDPR Cookie Compliance 1.1.5\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/simple-gdpr-cookie-compliance\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2023-03-21T06:18:24+00:00\n"
     12"POT-Creation-Date: 2023-08-14T07:57:19+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.7.1\n"
  • simple-gdpr-cookie-compliance/tags/1.1.6/simple-gdpr-cookie-compliance.php

    r2902126 r2953089  
    1010 * Plugin URI:        https://themebeez.com/plugins/simple-gdpr-cookie-compliance
    1111 * 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.
    12  * Version:           1.1.5
     12 * Version:           1.1.6
    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.5' );
     31define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_VERSION', '1.1.6' );
    3232define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_BASENAME', plugin_basename( __FILE__ ) );
    3333
  • simple-gdpr-cookie-compliance/trunk/README.txt

    r2902126 r2953089  
    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: 5.0.0
    7 Tested up to: 6.1.1
    8 Requires PHP: 7.0.0
    9 Stable tag: 1.1.5
     6Requires at least: 6.0.0
     7Tested up to: 6.3.0
     8Requires PHP: 7.4.0
     9Stable tag: 1.1.6
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8181
    8282== Changelog ==
     83
     84= 1.1.6 - 14 August, 2023 =
     85
     86- Tested: WordPress version 6.3.0
     87- Updated: POT file.
    8388
    8489= 1.1.5 - 21 April, 2023 =
  • simple-gdpr-cookie-compliance/trunk/languages/simple-gdpr-cookie-compliance.pot

    r2884014 r2953089  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Simple GDPR Cookie Compliance 1.1.4\n"
     5"Project-Id-Version: Simple GDPR Cookie Compliance 1.1.5\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/simple-gdpr-cookie-compliance\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2023-03-21T06:18:24+00:00\n"
     12"POT-Creation-Date: 2023-08-14T07:57:19+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.7.1\n"
  • simple-gdpr-cookie-compliance/trunk/simple-gdpr-cookie-compliance.php

    r2902126 r2953089  
    1010 * Plugin URI:        https://themebeez.com/plugins/simple-gdpr-cookie-compliance
    1111 * 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.
    12  * Version:           1.1.5
     12 * Version:           1.1.6
    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.5' );
     31define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_VERSION', '1.1.6' );
    3232define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_BASENAME', plugin_basename( __FILE__ ) );
    3333
Note: See TracChangeset for help on using the changeset viewer.