Changeset 3385815
- Timestamp:
- 10/28/2025 11:42:49 AM (5 months ago)
- Location:
- cookie-notice-and-consent-banner/trunk
- Files:
-
- 9 edited
-
class-cncb-main.php (modified) (1 diff)
-
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) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cookie-notice-and-consent-banner/trunk/class-cncb-main.php
r3350431 r3385815 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 25 * Version: 1.7.13 6 6 * Author: GDPR 7 * Author URI: https://gdpr info.eu7 * Author URI: https://gdprexplorer.com 8 8 * Text Domain: cookie-notice-and-consent-banner 9 9 * Domain Path: /languages -
cookie-notice-and-consent-banner/trunk/includes/customizer/class-cncb-customizer.php
r3347702 r3385815 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://gdprexplorer.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
r3347702 r3385815 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://gdprexplorer.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
r3347702 r3385815 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://gdprexplorer.com/" 263 263 msgstr "" 264 264 -
cookie-notice-and-consent-banner/trunk/languages/cookie-notice-and-consent-banner-de.po
r3347702 r3385815 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://gdprexplorer.com/" 263 263 msgstr "" 264 264 -
cookie-notice-and-consent-banner/trunk/languages/cookie-notice-and-consent-banner-ru_RU.po
r3347702 r3385815 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://gdprexplorer.com/" 567 msgstr "https://gdprexplorer.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
r3347702 r3385815 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://gdprexplorer.com/" 264 264 msgstr "" 265 265 -
cookie-notice-and-consent-banner/trunk/languages/cookie-notice-and-consent-banner.pot
r3347702 r3385815 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://gdprexplorer.com/" 263 263 msgstr "" 264 264 -
cookie-notice-and-consent-banner/trunk/readme.txt
r3350431 r3385815 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://gdprexplorer.com 3 Plugin URI: https://gdprexplorer.com 4 4 Author: GRPR 5 5 Contributors: artemari, kaganvmz
Note: See TracChangeset
for help on using the changeset viewer.