Changeset 3266382
- Timestamp:
- 04/03/2025 12:58:59 PM (12 months ago)
- Location:
- cookie-notice-and-consent-banner/trunk
- Files:
-
- 9 edited
-
class-cncb-main.php (modified) (2 diffs)
-
includes/customizer/class-cncb-customizer.php (modified) (1 diff)
-
includes/helpers/class-cncb-banner-helper.php (modified) (1 diff)
-
languages/cookie-consent-notice.pot (modified) (1 diff)
-
languages/cookie-notice-and-consent-banner-de.po (modified) (1 diff)
-
languages/cookie-notice-and-consent-banner-ru_RU.po (modified) (1 diff)
-
languages/cookie-notice-and-consent-banner-uk_UA.po (modified) (1 diff)
-
languages/cookie-notice-and-consent-banner.pot (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cookie-notice-and-consent-banner/trunk/class-cncb-main.php
r3250301 r3266382 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. 85 * Version: 1.7.9 6 6 * Author: GDPR 7 * Author URI: https://gdpr info.eu7 * Author URI: https://gdpratlas.com 8 8 * Text Domain: cookie-notice-and-consent-banner 9 9 * Domain Path: /languages … … 16 16 } 17 17 18 define( 'CNCB_VERSION', '1.7. 8' );18 define( 'CNCB_VERSION', '1.7.9' ); 19 19 define( 'CNCB_PREFIX', 'cncb' ); 20 20 define( 'CNCB_PATH', trailingslashit( plugin_dir_path( __FILE__ ) ) ); -
cookie-notice-and-consent-banner/trunk/includes/customizer/class-cncb-customizer.php
r2700054 r3266382 592 592 array( 593 593 'transport' => 'postMessage', 594 'default' => esc_attr__( 'https://gdpr info.eu', 'cookie-notice-and-consent-banner' ),594 'default' => esc_attr__( 'https://gdpratlas.com', 'cookie-notice-and-consent-banner' ), 595 595 'sanitize_callback' => 'cncb_text_sanitization', 596 596 ) -
cookie-notice-and-consent-banner/trunk/includes/helpers/class-cncb-banner-helper.php
r2700054 r3266382 61 61 'link' => array( 62 62 'html' => get_theme_mod( 'cncb_widget_link_text', esc_html__( 'GDPR', 'cookie-notice-and-consent-banner' ) ), 63 'href' => get_theme_mod( 'cncb_widget_link_href', esc_attr__( 'https://gdpr info.eu/' ) ),63 'href' => get_theme_mod( 'cncb_widget_link_href', esc_attr__( 'https://gdpratlas.com/' ) ), 64 64 'styles' => array( 65 65 'color' => get_theme_mod( 'cncb_link_color' ) ? get_theme_mod( 'cncb_link_color' ) : 'is_filtered', -
cookie-notice-and-consent-banner/trunk/languages/cookie-consent-notice.pot
r2375386 r3266382 260 260 #: includes/customizer/class-cncb-customizer.php:418 261 261 #: includes/helpers/class-cncb-banner-helper.php:63 262 msgid "https://gdpr info.eu/"262 msgid "https://gdpratlas.com/" 263 263 msgstr "" 264 264 -
cookie-notice-and-consent-banner/trunk/languages/cookie-notice-and-consent-banner-de.po
r2354548 r3266382 260 260 #: includes/customizer/class-cncb-customizer.php:418 261 261 #: includes/helpers/class-cncb-banner-helper.php:63 262 msgid "https://gdpr info.eu/"262 msgid "https://gdpratlas.com/" 263 263 msgstr "" 264 264 -
cookie-notice-and-consent-banner/trunk/languages/cookie-notice-and-consent-banner-ru_RU.po
r2354548 r3266382 564 564 #: includes/helpers/class-cncb-banner-helper.php:63 565 565 #: includes/customizer/class-cncb-customizer.php:589 566 msgid "https://gdpr info.eu/"567 msgstr "https://gdpr info.eu/"566 msgid "https://gdpratlas.com/" 567 msgstr "https://gdpratlas.com/" 568 568 569 569 #: includes/helpers/class-cncb-banner-helper.php:62 -
cookie-notice-and-consent-banner/trunk/languages/cookie-notice-and-consent-banner-uk_UA.po
r2354548 r3266382 261 261 #: includes/customizer/class-cncb-customizer.php:418 262 262 #: includes/helpers/class-cncb-banner-helper.php:63 263 msgid "https://gdpr info.eu/"263 msgid "https://gdpratlas.com/" 264 264 msgstr "" 265 265 -
cookie-notice-and-consent-banner/trunk/languages/cookie-notice-and-consent-banner.pot
r2354054 r3266382 260 260 #: includes/customizer/class-cncb-customizer.php:418 261 261 #: includes/helpers/class-cncb-banner-helper.php:63 262 msgid "https://gdpr info.eu/"262 msgid "https://gdpratlas.com/" 263 263 msgstr "" 264 264 -
cookie-notice-and-consent-banner/trunk/readme.txt
r3257067 r3266382 1 1 === Cookie Notice & Consent Banner for GDPR & CCPA Compliance === 2 Author URI: https://gdpr info.eu3 Plugin URI: https://gdpr info.eu2 Author URI: https://gdpratlas.com 3 Plugin URI: https://gdpratlas.com 4 4 Author: GRPR 5 5 Contributors: artemari, kaganvmz … … 44 44 45 45 == Changelog == 46 = 1.7.9 - 3. APRIL 2025 = 47 * Fix: Minor changes 48 46 49 = 1.7.8 - 4. MAR 2025 = 47 50 * Fix: Undefined array key 2 in file when user role is author or editor
Note: See TracChangeset
for help on using the changeset viewer.