Plugin Directory

Changeset 2564819


Ignore:
Timestamp:
07/15/2021 06:31:25 AM (5 years ago)
Author:
artemari
Message:

Tested up to WP 5.8

Location:
cookie-notice-and-consent-banner
Files:
87 added
2 edited

Legend:

Unmodified
Added
Removed
  • cookie-notice-and-consent-banner/trunk/class-cncb-main.php

    r2552584 r2564819  
    33 * Plugin Name: Cookie Notice and Consent Banner
    44 * Description: Cookie Notice or Consent Banner as Required by Privacy Laws (GDPR & CCPA). Easily Customizable to Fit Your Design.
    5  * Version: 1.7.0
     5 * Version: 1.7.1
    66 * Author: GDPR
    77 * Author URI: https://gdprinfo.eu
     
    1616}
    1717
    18 define( 'CNCB_VERSION', '1.7.0' );
     18define( 'CNCB_VERSION', '1.7.1' );
    1919define( 'CNCB_PREFIX', 'cncb' );
    2020define( 'CNCB_PATH', trailingslashit( plugin_dir_path( __FILE__ ) ) );
  • cookie-notice-and-consent-banner/trunk/readme.txt

    r2552584 r2564819  
    66Tags: Cookie, GDPR, CCPA, Compliance, Cookie Consent, Cookie Notice, Cookie banner, Privacy, Cookie Compliance, Law, Compliant
    77Requires at least: 5.0
    8 Tested up to: 5.7.2
     8Tested up to: 5.8
    99Stable tag: trunk
    1010License: GPLv2 or later
     
    3535
    3636== Changelog ==
     37
     38= 1.7.1 - 15. JULY 2021 =
     39* Fix: Wordpress 5.8 compatibility tested
     40* Fix: Minor changes
    3741
    3842= 1.7.0 - 23. JUNE 2021 =
Note: See TracChangeset for help on using the changeset viewer.