Changeset 3386576
- Timestamp:
- 10/29/2025 04:24:11 PM (5 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
r3385815 r3386576 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.1 35 * Version: 1.7.14 6 6 * Author: GDPR 7 * Author URI: https://gdpr explorer.com7 * Author URI: https://gdprinfo.eu 8 8 * Text Domain: cookie-notice-and-consent-banner 9 9 * Domain Path: /languages … … 16 16 } 17 17 18 define( 'CNCB_VERSION', '1.7.1 2' );18 define( 'CNCB_VERSION', '1.7.14' ); 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
r3385815 r3386576 592 592 array( 593 593 'transport' => 'postMessage', 594 'default' => esc_attr__( 'https://gdpr explorer.com', 'cookie-notice-and-consent-banner' ),594 'default' => esc_attr__( 'https://gdprinfo.eu', '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
r3385815 r3386576 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 explorer.com/' ) ),63 'href' => get_theme_mod( 'cncb_widget_link_href', esc_attr__( 'https://gdprinfo.eu/' ) ), 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
r3385815 r3386576 260 260 #: includes/customizer/class-cncb-customizer.php:418 261 261 #: includes/helpers/class-cncb-banner-helper.php:63 262 msgid "https://gdpr explorer.com/"262 msgid "https://gdprinfo.eu/" 263 263 msgstr "" 264 264 -
cookie-notice-and-consent-banner/trunk/languages/cookie-notice-and-consent-banner-de.po
r3385815 r3386576 260 260 #: includes/customizer/class-cncb-customizer.php:418 261 261 #: includes/helpers/class-cncb-banner-helper.php:63 262 msgid "https://gdpr explorer.com/"262 msgid "https://gdprinfo.eu/" 263 263 msgstr "" 264 264 -
cookie-notice-and-consent-banner/trunk/languages/cookie-notice-and-consent-banner-ru_RU.po
r3385815 r3386576 564 564 #: includes/helpers/class-cncb-banner-helper.php:63 565 565 #: includes/customizer/class-cncb-customizer.php:589 566 msgid "https://gdpr explorer.com/"567 msgstr "https://gdpr explorer.com/"566 msgid "https://gdprinfo.eu/" 567 msgstr "https://gdprinfo.eu/" 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
r3385815 r3386576 261 261 #: includes/customizer/class-cncb-customizer.php:418 262 262 #: includes/helpers/class-cncb-banner-helper.php:63 263 msgid "https://gdpr explorer.com/"263 msgid "https://gdprinfo.eu/" 264 264 msgstr "" 265 265 -
cookie-notice-and-consent-banner/trunk/languages/cookie-notice-and-consent-banner.pot
r3385815 r3386576 260 260 #: includes/customizer/class-cncb-customizer.php:418 261 261 #: includes/helpers/class-cncb-banner-helper.php:63 262 msgid "https://gdpr explorer.com/"262 msgid "https://gdprinfo.eu/" 263 263 msgstr "" 264 264 -
cookie-notice-and-consent-banner/trunk/readme.txt
r3385815 r3386576 1 1 === Cookie Notice & Consent Banner for GDPR & CCPA Compliance === 2 Author URI: https://gdpr explorer.com3 Plugin URI: https://gdpr explorer.com2 Author URI: https://gdprinfo.eu 3 Plugin URI: https://gdprinfo.eu 4 4 Author: GRPR 5 5 Contributors: artemari, kaganvmz … … 44 44 45 45 == Changelog == 46 = 1.7.14 - 29. OCTOBER 2025 = 47 * Fix: Minor changes 46 48 47 49 = 1.7.12 - 26. AUGUST 2025 =
Note: See TracChangeset
for help on using the changeset viewer.