Changeset 2892983
- Timestamp:
- 04/03/2023 05:42:21 PM (3 years ago)
- Location:
- cookie-notice-and-consent-banner/trunk
- Files:
-
- 2 edited
-
class-cncb-main.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cookie-notice-and-consent-banner/trunk/class-cncb-main.php
r2813033 r2892983 3 3 * Plugin Name: Cookie Notice and Consent Banner 4 4 * Description: Cookie Notice or Consent Banner as Required by Privacy Laws (GDPR & CCPA). Easily Customizable to Fit Your Design. 5 * Version: 1.7. 55 * Version: 1.7.6 6 6 * Author: GDPR 7 7 * Author URI: https://gdprinfo.eu … … 16 16 } 17 17 18 define( 'CNCB_VERSION', '1.7. 4' );18 define( 'CNCB_VERSION', '1.7.6' ); 19 19 define( 'CNCB_PREFIX', 'cncb' ); 20 20 define( 'CNCB_PATH', trailingslashit( plugin_dir_path( __FILE__ ) ) ); -
cookie-notice-and-consent-banner/trunk/readme.txt
r2813033 r2892983 6 6 Tags: Cookie, GDPR, CCPA, Compliance, Cookie Consent, Cookie Notice, Cookie banner, Privacy, Cookie Compliance, Law, Compliant 7 7 Requires at least: 5.0 8 Tested up to: 6. 18 Tested up to: 6.2 9 9 Stable tag: trunk 10 10 License: GPLv2 or later … … 35 35 36 36 == Changelog == 37 = 1.7.6 - 04. APRIL 2023 = 38 * Fix: Preview customizer issue 37 39 38 40 = 1.7.5 - 26. NOV 2022 =
Note: See TracChangeset
for help on using the changeset viewer.