Plugin Directory

Changeset 2648402


Ignore:
Timestamp:
12/23/2021 02:25:57 PM (4 years ago)
Author:
artemari
Message:

Wordpress 5.9 compability testing

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

Legend:

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

    r2578025 r2648402  
    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.2
     5 * Version: 1.7.3
    66 * Author: GDPR
    77 * Author URI: https://gdprinfo.eu
     
    1616}
    1717
    18 define( 'CNCB_VERSION', '1.7.2' );
     18define( 'CNCB_VERSION', '1.7.3' );
    1919define( 'CNCB_PREFIX', 'cncb' );
    2020define( 'CNCB_PATH', trailingslashit( plugin_dir_path( __FILE__ ) ) );
  • cookie-notice-and-consent-banner/trunk/readme.txt

    r2578025 r2648402  
    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.8
     8Tested up to: 5.9
    99Stable tag: trunk
    1010License: GPLv2 or later
     
    3535
    3636== Changelog ==
     37
     38= 1.7.3 - 23. DEC 2021 =
     39* Fix: Wordpress 5.9 compatibility tested
    3740
    3841= 1.7.2 - 04. AUG 2021 =
Note: See TracChangeset for help on using the changeset viewer.