Plugin Directory

Changeset 2552584


Ignore:
Timestamp:
06/23/2021 10:10:46 AM (5 years ago)
Author:
artemari
Message:

Update to 1.7.0

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

Legend:

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

    r2488856 r2552584  
    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.6.9
     5 * Version: 1.7.0
    66 * Author: GDPR
    77 * Author URI: https://gdprinfo.eu
     
    1616}
    1717
    18 define( 'CNCB_VERSION', '1.6.9' );
     18define( 'CNCB_VERSION', '1.7.0' );
    1919define( 'CNCB_PREFIX', 'cncb' );
    2020define( 'CNCB_PATH', trailingslashit( plugin_dir_path( __FILE__ ) ) );
  • cookie-notice-and-consent-banner/trunk/includes/customizer/class-cncb-customizer.php

    r2416073 r2552584  
    570570            array(
    571571                'transport' => 'postMessage',
    572                 'default'   => esc_attr__( 'Learn More', 'cookie-notice-and-consent-banner' ),
     572                'default'   => esc_attr__( 'GDPR', 'cookie-notice-and-consent-banner' ),
    573573            )
    574574        );
  • cookie-notice-and-consent-banner/trunk/includes/helpers/class-cncb-banner-helper.php

    r2375386 r2552584  
    6060            ),
    6161            'link'              => array(
    62                 'html'        => get_theme_mod( 'cncb_widget_link_text', esc_html__( 'Learn More', 'cookie-notice-and-consent-banner' ) ),
     62                'html'        => get_theme_mod( 'cncb_widget_link_text', esc_html__( 'GDPR', 'cookie-notice-and-consent-banner' ) ),
    6363                'href'        => get_theme_mod( 'cncb_widget_link_href', esc_attr__( 'https://gdprinfo.eu/' ) ),
    6464                'styles'      => array(
  • cookie-notice-and-consent-banner/trunk/readme.txt

    r2488856 r2552584  
    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
     8Tested up to: 5.7.2
    99Stable tag: trunk
    1010License: GPLv2 or later
     
    3535
    3636== Changelog ==
     37
     38= 1.7.0 - 23. JUNE 2021 =
     39* Fix: Wordpress 5.7.2 compatibility tested
     40* Fix: Minor changes
    3741
    3842= 1.6.9 - 07. MARCH 2021 =
Note: See TracChangeset for help on using the changeset viewer.