Version Description
- Tweak: UI/UX improvements
Download this release
Release Info
Developer | dfactory |
Plugin | Cookie Notice by dFactory |
Version | 2.0.2 |
Comparing to | |
See all releases |
Code changes from version 2.0.1 to 2.0.2
- cookie-notice.php +5 -4
- img/screen-compliance.png +0 -0
- img/screen-dashboard.png +0 -0
- img/screen-notice.png +0 -0
- img/screen-plus.png +0 -0
- includes/settings.php +4 -4
- includes/welcome.php +12 -14
- languages/cookie-notice.pot +98 -97
- readme.txt +6 -5
cookie-notice.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Cookie Notice & Compliance for GDPR / CCPA
|
4 |
Description: Cookie Notice allows you to you elegantly inform users that your site uses cookies and helps you comply with GDPR, CCPA and other data privacy laws.
|
5 |
-
Version: 2.0.
|
6 |
Author: Hu-manity.co
|
7 |
Author URI: https://hu-manity.co/
|
8 |
Plugin URI: https://hu-manity.co/
|
@@ -85,7 +85,7 @@ class Cookie_Notice {
|
|
85 |
'update_notice' => true,
|
86 |
'update_delay_date' => 0
|
87 |
),
|
88 |
-
'version' => '2.0.
|
89 |
);
|
90 |
|
91 |
private static $_instance;
|
@@ -234,8 +234,9 @@ class Cookie_Notice {
|
|
234 |
// update plugin version
|
235 |
update_option( 'cookie_notice_version', $this->defaults['version'], false );
|
236 |
|
237 |
-
// show welcome
|
238 |
-
|
|
|
239 |
}
|
240 |
}
|
241 |
|
2 |
/*
|
3 |
Plugin Name: Cookie Notice & Compliance for GDPR / CCPA
|
4 |
Description: Cookie Notice allows you to you elegantly inform users that your site uses cookies and helps you comply with GDPR, CCPA and other data privacy laws.
|
5 |
+
Version: 2.0.2
|
6 |
Author: Hu-manity.co
|
7 |
Author URI: https://hu-manity.co/
|
8 |
Plugin URI: https://hu-manity.co/
|
85 |
'update_notice' => true,
|
86 |
'update_delay_date' => 0
|
87 |
),
|
88 |
+
'version' => '2.0.2'
|
89 |
);
|
90 |
|
91 |
private static $_instance;
|
234 |
// update plugin version
|
235 |
update_option( 'cookie_notice_version', $this->defaults['version'], false );
|
236 |
|
237 |
+
// show welcome, if no compliance only
|
238 |
+
if ( empty( $this->status ) )
|
239 |
+
set_transient( 'cn_activation_redirect', 1 );
|
240 |
}
|
241 |
}
|
242 |
|
img/screen-compliance.png
DELETED
Binary file
|
img/screen-dashboard.png
DELETED
Binary file
|
img/screen-notice.png
DELETED
Binary file
|
img/screen-plus.png
DELETED
Binary file
|
includes/settings.php
CHANGED
@@ -433,8 +433,8 @@ class Cookie_Notice_Settings {
|
|
433 |
<div class="cn-lead">
|
434 |
<p>' . __( 'An all new web application to help you deliver better consent experiences and comply with GDPR and CCPA more effectively.', 'cookie-notice' ) . '</p>
|
435 |
</div>
|
436 |
-
<img src="//cns-53eb.kxcdn.com/screen-dashboard-small.png"
|
437 |
-
<a href="' . esc_url( admin_url( 'index.php?page=cookie-notice-welcome' ) ) . '" class="cn-btn">' . __( 'Upgrade', 'cookie-notice' ) . '</a>';
|
438 |
}
|
439 |
|
440 |
echo '
|
@@ -581,7 +581,7 @@ class Cookie_Notice_Settings {
|
|
581 |
<fieldset>
|
582 |
<div id="cn_app_id">
|
583 |
<input type="text" class="regular-text" name="cookie_notice_options[app_id]" value="' . esc_attr( Cookie_Notice()->options['general']['app_id'] ) . '" />
|
584 |
-
<p class="description">' . __( 'Enter your
|
585 |
</div>
|
586 |
</fieldset>';
|
587 |
}
|
@@ -593,7 +593,7 @@ class Cookie_Notice_Settings {
|
|
593 |
echo '
|
594 |
<div id="cn_app_key">
|
595 |
<input type="password" class="regular-text" name="cookie_notice_options[app_key]" value="' . esc_attr( Cookie_Notice()->options['general']['app_key'] ) . '" />
|
596 |
-
<p class="description">' . __( 'Enter your
|
597 |
</div>';
|
598 |
}
|
599 |
|
433 |
<div class="cn-lead">
|
434 |
<p>' . __( 'An all new web application to help you deliver better consent experiences and comply with GDPR and CCPA more effectively.', 'cookie-notice' ) . '</p>
|
435 |
</div>
|
436 |
+
<img src="//cns-53eb.kxcdn.com/screen-dashboard-small.png" alt="Cookie Compliance dashboard" />
|
437 |
+
<a href="' . esc_url( admin_url( 'index.php?page=cookie-notice-welcome&screen=2' ) ) . '" class="cn-btn">' . __( 'Upgrade', 'cookie-notice' ) . '</a>';
|
438 |
}
|
439 |
|
440 |
echo '
|
581 |
<fieldset>
|
582 |
<div id="cn_app_id">
|
583 |
<input type="text" class="regular-text" name="cookie_notice_options[app_id]" value="' . esc_attr( Cookie_Notice()->options['general']['app_id'] ) . '" />
|
584 |
+
<p class="description">' . __( 'Enter your Cookie Compliance™ application ID.', 'cookie-notice' ) . '</p>
|
585 |
</div>
|
586 |
</fieldset>';
|
587 |
}
|
593 |
echo '
|
594 |
<div id="cn_app_key">
|
595 |
<input type="password" class="regular-text" name="cookie_notice_options[app_key]" value="' . esc_attr( Cookie_Notice()->options['general']['app_key'] ) . '" />
|
596 |
+
<p class="description">' . __( 'Enter your Cookie Compliance™ application secret key.', 'cookie-notice' ) . '</p>
|
597 |
</div>';
|
598 |
}
|
599 |
|
includes/welcome.php
CHANGED
@@ -151,8 +151,6 @@ class Cookie_Notice_Welcome {
|
|
151 |
|
152 |
if ( $is_ajax && ! check_ajax_referer( 'cookie-notice-welcome', 'nonce' ) )
|
153 |
wp_die( _( 'You do not have permission to access this page.', 'cookie-notice' ) );
|
154 |
-
|
155 |
-
$logo_url = plugins_url( '../img/cookie-compliance-logo.png', __FILE__ );
|
156 |
|
157 |
// get token data
|
158 |
$token_data = get_transient( 'cookie_notice_app_token' );
|
@@ -175,10 +173,10 @@ class Cookie_Notice_Welcome {
|
|
175 |
<p>' . __( 'An all new web application to help you deliver better consent experiences and comply with GDPR and CCPA more effectively.', 'cookie-notice' ) . '</p>
|
176 |
</div>
|
177 |
<div class="cn-hero-image">
|
178 |
-
<img src="//
|
179 |
</div>
|
180 |
<div class="cn-lead">
|
181 |
-
<p>' . __( 'Digital Factory - the original developers of Cookie Notice - has joined forces with
|
182 |
</div>
|
183 |
</div>
|
184 |
</div>
|
@@ -213,7 +211,7 @@ class Cookie_Notice_Welcome {
|
|
213 |
<img src="' . plugins_url( '../img/cookie-notice-logo-dark.png', __FILE__ ) . '">
|
214 |
<span class="cn-badge">' . __( 'WP Plugin', 'cookie-notice' ) . '</span>
|
215 |
</div>
|
216 |
-
<img src="//
|
217 |
<ul>
|
218 |
<li><span>' . __( 'Customizable notice message', 'cookie-notice' ) . '</span></li>
|
219 |
<li><span>' . __( 'Consent on click, scroll or close', 'cookie-notice' ) . '</span></li>
|
@@ -222,14 +220,14 @@ class Cookie_Notice_Welcome {
|
|
222 |
</ul>
|
223 |
</div>
|
224 |
<div class="cn-flex-item">
|
225 |
-
<img src="//
|
226 |
</div>
|
227 |
<div class="cn-flex-item">
|
228 |
<div class="cn-logo-container">
|
229 |
<img src="' . plugins_url( '../img/cookie-compliance-logo-dark.png', __FILE__ ) . '">
|
230 |
<span class="cn-badge">' . __( 'Web App', 'cookie-notice' ) . '</span>
|
231 |
</div>
|
232 |
-
<img src="//
|
233 |
<ul>
|
234 |
<li><span>' . __( 'Customizable <b>GDPR & CCPA</b> notice templates', 'cookie-notice' ) . '</span></li>
|
235 |
<li><span>' . __( '<b>Consent Analytics</b> Dashboard', 'cookie-notice' ) . '</span></li>
|
@@ -281,7 +279,7 @@ class Cookie_Notice_Welcome {
|
|
281 |
<div class="cn-inner">
|
282 |
<div class="cn-header">
|
283 |
<div class="cn-top-bar">
|
284 |
-
<div class="cn-logo"><img src="
|
285 |
</div>
|
286 |
</div>
|
287 |
<div class="cn-body">
|
@@ -303,7 +301,7 @@ class Cookie_Notice_Welcome {
|
|
303 |
<div class="cn-inner">
|
304 |
<div class="cn-header">
|
305 |
<div class="cn-top-bar">
|
306 |
-
<div class="cn-logo"><img src="
|
307 |
</div>
|
308 |
</div>
|
309 |
<div class="cn-body">
|
@@ -392,13 +390,13 @@ class Cookie_Notice_Welcome {
|
|
392 |
<div class="cn-inner">
|
393 |
<div class="cn-header">
|
394 |
<div class="cn-top-bar">
|
395 |
-
<div class="cn-logo"><img src="
|
396 |
</div>
|
397 |
</div>
|
398 |
<div class="cn-body">
|
399 |
<h2>' . __( 'GDPR & CCPA Upgrade Ready', 'cookie-notice' ) . '</h2>
|
400 |
<div class="cn-lead">
|
401 |
-
<p>' . __( 'To start using The Next Generation of Cookie Notice create a
|
402 |
</div>
|
403 |
<div class="cn-accordion">
|
404 |
<div id="cn-accordion-account" class="cn-accordion-item cn-form-container">
|
@@ -492,13 +490,13 @@ class Cookie_Notice_Welcome {
|
|
492 |
<div class="cn-inner">
|
493 |
<div class="cn-header">
|
494 |
<div class="cn-top-bar">
|
495 |
-
<div class="cn-logo"><img src="
|
496 |
</div>
|
497 |
</div>
|
498 |
<div class="cn-body">
|
499 |
<h2>' . __( 'Compliance Sign in', 'cookie-notice' ) . '</h2>
|
500 |
<div class="cn-lead">
|
501 |
-
<p>' . __( 'Sign in to your existing
|
502 |
</div>
|
503 |
<div class="cn-accordion">
|
504 |
<div id="cn-accordion-account" class="cn-accordion-item cn-form-container">
|
@@ -584,7 +582,7 @@ class Cookie_Notice_Welcome {
|
|
584 |
<div class="cn-inner">
|
585 |
<div class="cn-header">
|
586 |
<div class="cn-top-bar">
|
587 |
-
<div class="cn-logo"><img src="
|
588 |
</div>
|
589 |
</div>
|
590 |
<div class="cn-body">
|
151 |
|
152 |
if ( $is_ajax && ! check_ajax_referer( 'cookie-notice-welcome', 'nonce' ) )
|
153 |
wp_die( _( 'You do not have permission to access this page.', 'cookie-notice' ) );
|
|
|
|
|
154 |
|
155 |
// get token data
|
156 |
$token_data = get_transient( 'cookie_notice_app_token' );
|
173 |
<p>' . __( 'An all new web application to help you deliver better consent experiences and comply with GDPR and CCPA more effectively.', 'cookie-notice' ) . '</p>
|
174 |
</div>
|
175 |
<div class="cn-hero-image">
|
176 |
+
<img src="//cno0-53eb.kxcdn.com/screen-dashboard.png" alt="Cookie Compliance dashboard" />
|
177 |
</div>
|
178 |
<div class="cn-lead">
|
179 |
+
<p>' . sprintf( __( 'Digital Factory - the original developers of Cookie Notice - has joined forces with %s, the company known for introducing the 31st Human Right, to launch the Cookie Compliance™ web application.', 'cookie-notice' ), '<a href="https://hu-manity.co" target="_blank" class="cn-link">Hu-manity.co</a>' ) . '</p>
|
180 |
</div>
|
181 |
</div>
|
182 |
</div>
|
211 |
<img src="' . plugins_url( '../img/cookie-notice-logo-dark.png', __FILE__ ) . '">
|
212 |
<span class="cn-badge">' . __( 'WP Plugin', 'cookie-notice' ) . '</span>
|
213 |
</div>
|
214 |
+
<img src="//cno0-53eb.kxcdn.com/screen-notice.png" alt="Cookie Notice dashboard" />
|
215 |
<ul>
|
216 |
<li><span>' . __( 'Customizable notice message', 'cookie-notice' ) . '</span></li>
|
217 |
<li><span>' . __( 'Consent on click, scroll or close', 'cookie-notice' ) . '</span></li>
|
220 |
</ul>
|
221 |
</div>
|
222 |
<div class="cn-flex-item">
|
223 |
+
<img src="//cno0-53eb.kxcdn.com/screen-plus.png" alt="Cookie Notice + Compliance" />
|
224 |
</div>
|
225 |
<div class="cn-flex-item">
|
226 |
<div class="cn-logo-container">
|
227 |
<img src="' . plugins_url( '../img/cookie-compliance-logo-dark.png', __FILE__ ) . '">
|
228 |
<span class="cn-badge">' . __( 'Web App', 'cookie-notice' ) . '</span>
|
229 |
</div>
|
230 |
+
<img src="//cno0-53eb.kxcdn.com/screen-compliance.png"alt="Cookie Compliance dashboard" />
|
231 |
<ul>
|
232 |
<li><span>' . __( 'Customizable <b>GDPR & CCPA</b> notice templates', 'cookie-notice' ) . '</span></li>
|
233 |
<li><span>' . __( '<b>Consent Analytics</b> Dashboard', 'cookie-notice' ) . '</span></li>
|
279 |
<div class="cn-inner">
|
280 |
<div class="cn-header">
|
281 |
<div class="cn-top-bar">
|
282 |
+
<div class="cn-logo"><img src="//cno1-53eb.kxcdn.com/cookie-compliance-logo.png" alt="Cookie Compliance logo" /></div>
|
283 |
</div>
|
284 |
</div>
|
285 |
<div class="cn-body">
|
301 |
<div class="cn-inner">
|
302 |
<div class="cn-header">
|
303 |
<div class="cn-top-bar">
|
304 |
+
<div class="cn-logo"><img src="//cno2-53eb.kxcdn.com/cookie-compliance-logo.png" alt="Cookie Compliance logo" /></div>
|
305 |
</div>
|
306 |
</div>
|
307 |
<div class="cn-body">
|
390 |
<div class="cn-inner">
|
391 |
<div class="cn-header">
|
392 |
<div class="cn-top-bar">
|
393 |
+
<div class="cn-logo"><img src="//cno3-53eb.kxcdn.com/cookie-compliance-logo.png" alt="Cookie Compliance logo" /></div>
|
394 |
</div>
|
395 |
</div>
|
396 |
<div class="cn-body">
|
397 |
<h2>' . __( 'GDPR & CCPA Upgrade Ready', 'cookie-notice' ) . '</h2>
|
398 |
<div class="cn-lead">
|
399 |
+
<p>' . __( 'To start using The Next Generation of Cookie Notice create a Cookie Compliance™ account. Then you will be asked to select plan and authorize your subscription.', 'cookie-notice' ) . '</p>
|
400 |
</div>
|
401 |
<div class="cn-accordion">
|
402 |
<div id="cn-accordion-account" class="cn-accordion-item cn-form-container">
|
490 |
<div class="cn-inner">
|
491 |
<div class="cn-header">
|
492 |
<div class="cn-top-bar">
|
493 |
+
<div class="cn-logo"><img src="//cno3-53eb.kxcdn.com/cookie-compliance-logo.png" alt="Cookie Compliance logo" /></div>
|
494 |
</div>
|
495 |
</div>
|
496 |
<div class="cn-body">
|
497 |
<h2>' . __( 'Compliance Sign in', 'cookie-notice' ) . '</h2>
|
498 |
<div class="cn-lead">
|
499 |
+
<p>' . __( 'Sign in to your existing Cookie Compliance™ account to continue upgrading of this website.', 'cookie-notice' ) . '</p>
|
500 |
</div>
|
501 |
<div class="cn-accordion">
|
502 |
<div id="cn-accordion-account" class="cn-accordion-item cn-form-container">
|
582 |
<div class="cn-inner">
|
583 |
<div class="cn-header">
|
584 |
<div class="cn-top-bar">
|
585 |
+
<div class="cn-logo"><img src="//cno0-53eb.kxcdn.com/cookie-compliance-logo.png" alt="Cookie Compliance logo" /></div>
|
586 |
</div>
|
587 |
</div>
|
588 |
<div class="cn-body">
|
languages/cookie-notice.pot
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: Cookie Notice\n"
|
5 |
-
"POT-Creation-Date: 2021-02-
|
6 |
"PO-Revision-Date: 2015-03-24 11:30+0100\n"
|
7 |
"Last-Translator: Bartosz Arendt <info@dfactory.eu>\n"
|
8 |
"Language-Team: dFactory <info@dfactory.eu>\n"
|
@@ -16,15 +16,15 @@ msgstr ""
|
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
-
#: ../cookie-notice.php:
|
20 |
msgid "Settings"
|
21 |
msgstr ""
|
22 |
|
23 |
-
#: ../includes/settings.php:48 ../includes/welcome.php:
|
24 |
msgid "Top"
|
25 |
msgstr ""
|
26 |
|
27 |
-
#: ../includes/settings.php:49 ../includes/welcome.php:
|
28 |
msgid "Bottom"
|
29 |
msgstr ""
|
30 |
|
@@ -184,12 +184,12 @@ msgstr ""
|
|
184 |
msgid "Promote the privacy of your website visitors without affecting how you do your business."
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: ../includes/settings.php:432 ../includes/welcome.php:
|
188 |
-
#: ../includes/welcome.php:
|
189 |
msgid "The next generation of Cookie Notice"
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: ../includes/settings.php:434 ../includes/welcome.php:
|
193 |
msgid "An all new web application to help you deliver better consent experiences and comply with GDPR and CCPA more effectively."
|
194 |
msgstr ""
|
195 |
|
@@ -354,11 +354,11 @@ msgid "Launch Cookie Compliance™ and add GDPR & CCPA compliance features."
|
|
354 |
msgstr ""
|
355 |
|
356 |
#: ../includes/settings.php:584
|
357 |
-
msgid "Enter your
|
358 |
msgstr ""
|
359 |
|
360 |
#: ../includes/settings.php:596
|
361 |
-
msgid "Enter your
|
362 |
msgstr ""
|
363 |
|
364 |
#: ../includes/settings.php:606
|
@@ -576,345 +576,346 @@ msgstr ""
|
|
576 |
msgid "Please fill all the required fields."
|
577 |
msgstr ""
|
578 |
|
579 |
-
#: ../includes/welcome.php:
|
580 |
-
|
|
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: ../includes/welcome.php:
|
584 |
msgid "Privacy Made Easy"
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: ../includes/welcome.php:
|
588 |
msgid "Cookie Compliance™ adds GDPR & CCPA compliance features, and a new Privacy Experience to Cookie Notice."
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: ../includes/welcome.php:
|
592 |
msgid "WP Plugin"
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: ../includes/welcome.php:
|
596 |
msgid "Customizable notice message"
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: ../includes/welcome.php:
|
600 |
msgid "Consent on click, scroll or close"
|
601 |
msgstr ""
|
602 |
|
603 |
-
#: ../includes/welcome.php:
|
604 |
msgid "Multiple cookie expiry options"
|
605 |
msgstr ""
|
606 |
|
607 |
-
#: ../includes/welcome.php:
|
608 |
msgid "Link to Privacy Policy page"
|
609 |
msgstr ""
|
610 |
|
611 |
-
#: ../includes/welcome.php:
|
612 |
msgid "Web App"
|
613 |
msgstr ""
|
614 |
|
615 |
-
#: ../includes/welcome.php:
|
616 |
msgid "Customizable <b>GDPR & CCPA</b> notice templates"
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: ../includes/welcome.php:
|
620 |
msgid "<b>Consent Analytics</b> Dashboard"
|
621 |
msgstr ""
|
622 |
|
623 |
-
#: ../includes/welcome.php:
|
624 |
msgid "Cookie <b>Autoblocking</b> (complies with GDPR Art.7)"
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: ../includes/welcome.php:
|
628 |
msgid "<b>Cookie Categories</b> (complies with GDPR Art.32)"
|
629 |
msgstr ""
|
630 |
|
631 |
-
#: ../includes/welcome.php:
|
632 |
msgid "<b>Proof-of-Consent</b> Storage (complies with GDPR Art.30)"
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: ../includes/welcome.php:
|
636 |
msgid "Link to <b>'Do Not Sell'</b> page (supports CCPA Sec.1798)"
|
637 |
msgstr ""
|
638 |
|
639 |
-
#: ../includes/welcome.php:
|
640 |
msgid "Enhanced design controls and options"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: ../includes/welcome.php:
|
644 |
msgid "Multiple new banner positions"
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: ../includes/welcome.php:
|
648 |
msgid "Custom language localization"
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: ../includes/welcome.php:
|
652 |
msgid "Welcome"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: ../includes/welcome.php:
|
656 |
msgid "You are now Promoting Privacy"
|
657 |
msgstr ""
|
658 |
|
659 |
-
#: ../includes/welcome.php:
|
660 |
msgid "Log into the Cookie Compliance™ web application and continue configuring your Privacy Experience."
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: ../includes/welcome.php:
|
664 |
msgid "Go to Application"
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: ../includes/welcome.php:
|
668 |
msgid "GDPR & CCPA Upgrade Ready"
|
669 |
msgstr ""
|
670 |
|
671 |
-
#: ../includes/welcome.php:
|
672 |
msgid "Simulate Cookie Compliance™ on your site."
|
673 |
msgstr ""
|
674 |
|
675 |
-
#: ../includes/welcome.php:
|
676 |
msgid "Click below to see what the next generation of Cookie Notice looks like running on your website."
|
677 |
msgstr ""
|
678 |
|
679 |
-
#: ../includes/welcome.php:
|
680 |
msgid "Site URL"
|
681 |
msgstr ""
|
682 |
|
683 |
-
#: ../includes/welcome.php:
|
684 |
msgid "Site Name"
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: ../includes/welcome.php:
|
688 |
msgid "Launch Live Demo"
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: ../includes/welcome.php:
|
692 |
msgid "Compliance Live Demo"
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: ../includes/welcome.php:
|
696 |
msgid "Simulate the upgraded Cookie Compliance™ design and compliance features through the options below. Click Add Copmliance to save the configuration and go to creating your Cookie Compliance™ account."
|
697 |
msgstr ""
|
698 |
|
699 |
-
#: ../includes/welcome.php:
|
700 |
msgid "Banner Compliance"
|
701 |
msgstr ""
|
702 |
|
703 |
-
#: ../includes/welcome.php:
|
704 |
msgid "Select the laws that apply to your business"
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: ../includes/welcome.php:
|
708 |
msgid "GDPR"
|
709 |
msgstr ""
|
710 |
|
711 |
-
#: ../includes/welcome.php:
|
712 |
msgid "CCPA"
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: ../includes/welcome.php:
|
716 |
msgid "What kind of services is your site using? Check all that apply"
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: ../includes/welcome.php:
|
720 |
msgid "I use personalization services on my site"
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: ../includes/welcome.php:
|
724 |
msgid "I collect and analyse information about my website’s traffic"
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: ../includes/welcome.php:
|
728 |
msgid "I run targeted ads on my site using, for example, Google Adsense"
|
729 |
msgstr ""
|
730 |
|
731 |
-
#: ../includes/welcome.php:
|
732 |
msgid "Banner Design"
|
733 |
msgstr ""
|
734 |
|
735 |
-
#: ../includes/welcome.php:
|
736 |
msgid "Select your preferred display position"
|
737 |
msgstr ""
|
738 |
|
739 |
-
#: ../includes/welcome.php:
|
740 |
msgid "Left"
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: ../includes/welcome.php:
|
744 |
msgid "Right"
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: ../includes/welcome.php:
|
748 |
msgid "Center"
|
749 |
msgstr ""
|
750 |
|
751 |
-
#: ../includes/welcome.php:
|
752 |
msgid "Adjust the banner color scheme"
|
753 |
msgstr ""
|
754 |
|
755 |
-
#: ../includes/welcome.php:
|
756 |
msgid "Color of the buttons and interactive elements."
|
757 |
msgstr ""
|
758 |
|
759 |
-
#: ../includes/welcome.php:
|
760 |
msgid "Color of the banner background."
|
761 |
msgstr ""
|
762 |
|
763 |
-
#: ../includes/welcome.php:
|
764 |
msgid "Color of the borders and inactive elements."
|
765 |
msgstr ""
|
766 |
|
767 |
-
#: ../includes/welcome.php:
|
768 |
msgid "Color of the body text."
|
769 |
msgstr ""
|
770 |
|
771 |
-
#: ../includes/welcome.php:
|
772 |
msgid "Color of the heading text."
|
773 |
msgstr ""
|
774 |
|
775 |
-
#: ../includes/welcome.php:
|
776 |
msgid "Color of the button text."
|
777 |
msgstr ""
|
778 |
|
779 |
-
#: ../includes/welcome.php:
|
780 |
msgid "Add Compliance"
|
781 |
msgstr ""
|
782 |
|
783 |
-
#: ../includes/welcome.php:
|
784 |
-
msgid "To start using The Next Generation of Cookie Notice create a
|
785 |
msgstr ""
|
786 |
|
787 |
-
#: ../includes/welcome.php:
|
788 |
msgid "Create Account"
|
789 |
msgstr ""
|
790 |
|
791 |
-
#: ../includes/welcome.php:
|
792 |
msgid "Email address"
|
793 |
msgstr ""
|
794 |
|
795 |
-
#: ../includes/welcome.php:
|
796 |
msgid "Password"
|
797 |
msgstr ""
|
798 |
|
799 |
-
#: ../includes/welcome.php:
|
800 |
msgid "Confirm Password"
|
801 |
msgstr ""
|
802 |
|
803 |
-
#: ../includes/welcome.php:
|
804 |
#, php-format
|
805 |
msgid "I have read and agree to the <a href=\"%s\" target=\"_blank\">Terms of Service"
|
806 |
msgstr ""
|
807 |
|
808 |
-
#: ../includes/welcome.php:
|
809 |
msgid "Sign Up"
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: ../includes/welcome.php:
|
813 |
msgid "Already have an account?"
|
814 |
msgstr ""
|
815 |
|
816 |
-
#: ../includes/welcome.php:
|
817 |
msgid "Sign in"
|
818 |
msgstr ""
|
819 |
|
820 |
-
#: ../includes/welcome.php:
|
821 |
msgid "Account Plan"
|
822 |
msgstr ""
|
823 |
|
824 |
-
#: ../includes/welcome.php:
|
825 |
msgid "<b>14 days</b> Free Trial"
|
826 |
msgstr ""
|
827 |
|
828 |
-
#: ../includes/welcome.php:
|
829 |
msgid "/mo"
|
830 |
msgstr ""
|
831 |
|
832 |
-
#: ../includes/welcome.php:
|
833 |
msgid "<b>30 days</b> Free Trial"
|
834 |
msgstr ""
|
835 |
|
836 |
-
#: ../includes/welcome.php:
|
837 |
msgid "/yr"
|
838 |
msgstr ""
|
839 |
|
840 |
-
#: ../includes/welcome.php:
|
841 |
#, php-format
|
842 |
msgid "15% off"
|
843 |
msgstr ""
|
844 |
|
845 |
-
#: ../includes/welcome.php:
|
846 |
msgid "Subscription Method"
|
847 |
msgstr ""
|
848 |
|
849 |
-
#: ../includes/welcome.php:
|
850 |
msgid "Credit Card"
|
851 |
msgstr ""
|
852 |
|
853 |
-
#: ../includes/welcome.php:
|
854 |
msgid "PayPal"
|
855 |
msgstr ""
|
856 |
|
857 |
-
#: ../includes/welcome.php:
|
858 |
msgid "Card Number"
|
859 |
msgstr ""
|
860 |
|
861 |
-
#: ../includes/welcome.php:
|
862 |
msgid "Expiration Date"
|
863 |
msgstr ""
|
864 |
|
865 |
-
#: ../includes/welcome.php:
|
866 |
msgid "CVC/CVV"
|
867 |
msgstr ""
|
868 |
|
869 |
-
#: ../includes/welcome.php:
|
870 |
msgid "Start Free Trial"
|
871 |
msgstr ""
|
872 |
|
873 |
-
#: ../includes/welcome.php:
|
874 |
msgid "Compliance Sign in"
|
875 |
msgstr ""
|
876 |
|
877 |
-
#: ../includes/welcome.php:
|
878 |
-
msgid "Sign in to your existing
|
879 |
msgstr ""
|
880 |
|
881 |
-
#: ../includes/welcome.php:
|
882 |
msgid "Account Login"
|
883 |
msgstr ""
|
884 |
|
885 |
-
#: ../includes/welcome.php:
|
886 |
msgid "Don't have an account yet?"
|
887 |
msgstr ""
|
888 |
|
889 |
-
#: ../includes/welcome.php:
|
890 |
msgid "Sign up"
|
891 |
msgstr ""
|
892 |
|
893 |
-
#: ../includes/welcome.php:
|
894 |
msgid "Compliance Plan"
|
895 |
msgstr ""
|
896 |
|
897 |
-
#: ../includes/welcome.php:
|
898 |
msgid "Success!"
|
899 |
msgstr ""
|
900 |
|
901 |
-
#: ../includes/welcome.php:
|
902 |
msgid "You have successfully upgraded your website to Cookie Compliance™"
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: ../includes/welcome.php:
|
906 |
#, php-format
|
907 |
msgid "Go to Cookie Compliance™ application now. Or access it anytime from your <a href=\"%s\">Cookie Notice settings page</a>."
|
908 |
msgstr ""
|
909 |
|
910 |
-
#: ../includes/welcome.php:
|
911 |
msgid "Remind me later"
|
912 |
msgstr ""
|
913 |
|
914 |
-
#: ../includes/welcome.php:
|
915 |
msgid "WordPress Dashboard"
|
916 |
msgstr ""
|
917 |
|
918 |
-
#: ../includes/welcome.php:
|
919 |
msgid "Skip for now"
|
920 |
msgstr ""
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: Cookie Notice\n"
|
5 |
+
"POT-Creation-Date: 2021-02-05 18:15+0100\n"
|
6 |
"PO-Revision-Date: 2015-03-24 11:30+0100\n"
|
7 |
"Last-Translator: Bartosz Arendt <info@dfactory.eu>\n"
|
8 |
"Language-Team: dFactory <info@dfactory.eu>\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
+
#: ../cookie-notice.php:464
|
20 |
msgid "Settings"
|
21 |
msgstr ""
|
22 |
|
23 |
+
#: ../includes/settings.php:48 ../includes/welcome.php:358
|
24 |
msgid "Top"
|
25 |
msgstr ""
|
26 |
|
27 |
+
#: ../includes/settings.php:49 ../includes/welcome.php:357
|
28 |
msgid "Bottom"
|
29 |
msgstr ""
|
30 |
|
184 |
msgid "Promote the privacy of your website visitors without affecting how you do your business."
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: ../includes/settings.php:432 ../includes/welcome.php:171
|
188 |
+
#: ../includes/welcome.php:204
|
189 |
msgid "The next generation of Cookie Notice"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: ../includes/settings.php:434 ../includes/welcome.php:173
|
193 |
msgid "An all new web application to help you deliver better consent experiences and comply with GDPR and CCPA more effectively."
|
194 |
msgstr ""
|
195 |
|
354 |
msgstr ""
|
355 |
|
356 |
#: ../includes/settings.php:584
|
357 |
+
msgid "Enter your Cookie Compliance™ application ID."
|
358 |
msgstr ""
|
359 |
|
360 |
#: ../includes/settings.php:596
|
361 |
+
msgid "Enter your Cookie Compliance™ application secret key."
|
362 |
msgstr ""
|
363 |
|
364 |
#: ../includes/settings.php:606
|
576 |
msgid "Please fill all the required fields."
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: ../includes/welcome.php:179
|
580 |
+
#, php-format
|
581 |
+
msgid "Digital Factory - the original developers of Cookie Notice - has joined forces with %s, the company known for introducing the 31st Human Right, to launch the Cookie Compliance™ web application."
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: ../includes/welcome.php:203
|
585 |
msgid "Privacy Made Easy"
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: ../includes/welcome.php:206
|
589 |
msgid "Cookie Compliance™ adds GDPR & CCPA compliance features, and a new Privacy Experience to Cookie Notice."
|
590 |
msgstr ""
|
591 |
|
592 |
+
#: ../includes/welcome.php:212
|
593 |
msgid "WP Plugin"
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: ../includes/welcome.php:216
|
597 |
msgid "Customizable notice message"
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: ../includes/welcome.php:217
|
601 |
msgid "Consent on click, scroll or close"
|
602 |
msgstr ""
|
603 |
|
604 |
+
#: ../includes/welcome.php:218
|
605 |
msgid "Multiple cookie expiry options"
|
606 |
msgstr ""
|
607 |
|
608 |
+
#: ../includes/welcome.php:219
|
609 |
msgid "Link to Privacy Policy page"
|
610 |
msgstr ""
|
611 |
|
612 |
+
#: ../includes/welcome.php:228
|
613 |
msgid "Web App"
|
614 |
msgstr ""
|
615 |
|
616 |
+
#: ../includes/welcome.php:232
|
617 |
msgid "Customizable <b>GDPR & CCPA</b> notice templates"
|
618 |
msgstr ""
|
619 |
|
620 |
+
#: ../includes/welcome.php:233
|
621 |
msgid "<b>Consent Analytics</b> Dashboard"
|
622 |
msgstr ""
|
623 |
|
624 |
+
#: ../includes/welcome.php:234
|
625 |
msgid "Cookie <b>Autoblocking</b> (complies with GDPR Art.7)"
|
626 |
msgstr ""
|
627 |
|
628 |
+
#: ../includes/welcome.php:235
|
629 |
msgid "<b>Cookie Categories</b> (complies with GDPR Art.32)"
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: ../includes/welcome.php:236
|
633 |
msgid "<b>Proof-of-Consent</b> Storage (complies with GDPR Art.30)"
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: ../includes/welcome.php:237
|
637 |
msgid "Link to <b>'Do Not Sell'</b> page (supports CCPA Sec.1798)"
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: ../includes/welcome.php:238
|
641 |
msgid "Enhanced design controls and options"
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: ../includes/welcome.php:239
|
645 |
msgid "Multiple new banner positions"
|
646 |
msgstr ""
|
647 |
|
648 |
+
#: ../includes/welcome.php:240
|
649 |
msgid "Custom language localization"
|
650 |
msgstr ""
|
651 |
|
652 |
+
#: ../includes/welcome.php:254
|
653 |
msgid "Welcome"
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: ../includes/welcome.php:255
|
657 |
msgid "You are now Promoting Privacy"
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: ../includes/welcome.php:257
|
661 |
msgid "Log into the Cookie Compliance™ web application and continue configuring your Privacy Experience."
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: ../includes/welcome.php:260
|
665 |
msgid "Go to Application"
|
666 |
msgstr ""
|
667 |
|
668 |
+
#: ../includes/welcome.php:286 ../includes/welcome.php:397
|
669 |
msgid "GDPR & CCPA Upgrade Ready"
|
670 |
msgstr ""
|
671 |
|
672 |
+
#: ../includes/welcome.php:287
|
673 |
msgid "Simulate Cookie Compliance™ on your site."
|
674 |
msgstr ""
|
675 |
|
676 |
+
#: ../includes/welcome.php:287
|
677 |
msgid "Click below to see what the next generation of Cookie Notice looks like running on your website."
|
678 |
msgstr ""
|
679 |
|
680 |
+
#: ../includes/welcome.php:289
|
681 |
msgid "Site URL"
|
682 |
msgstr ""
|
683 |
|
684 |
+
#: ../includes/welcome.php:290
|
685 |
msgid "Site Name"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: ../includes/welcome.php:295
|
689 |
msgid "Launch Live Demo"
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: ../includes/welcome.php:308
|
693 |
msgid "Compliance Live Demo"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: ../includes/welcome.php:309
|
697 |
msgid "Simulate the upgraded Cookie Compliance™ design and compliance features through the options below. Click Add Copmliance to save the configuration and go to creating your Cookie Compliance™ account."
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: ../includes/welcome.php:313
|
701 |
msgid "Banner Compliance"
|
702 |
msgstr ""
|
703 |
|
704 |
+
#: ../includes/welcome.php:334
|
705 |
msgid "Select the laws that apply to your business"
|
706 |
msgstr ""
|
707 |
|
708 |
+
#: ../includes/welcome.php:336
|
709 |
msgid "GDPR"
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: ../includes/welcome.php:337
|
713 |
msgid "CCPA"
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: ../includes/welcome.php:341
|
717 |
msgid "What kind of services is your site using? Check all that apply"
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: ../includes/welcome.php:343
|
721 |
msgid "I use personalization services on my site"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: ../includes/welcome.php:344
|
725 |
msgid "I collect and analyse information about my website’s traffic"
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: ../includes/welcome.php:345
|
729 |
msgid "I run targeted ads on my site using, for example, Google Adsense"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: ../includes/welcome.php:351
|
733 |
msgid "Banner Design"
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: ../includes/welcome.php:355
|
737 |
msgid "Select your preferred display position"
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: ../includes/welcome.php:359
|
741 |
msgid "Left"
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: ../includes/welcome.php:360
|
745 |
msgid "Right"
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: ../includes/welcome.php:361
|
749 |
msgid "Center"
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: ../includes/welcome.php:365
|
753 |
msgid "Adjust the banner color scheme"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: ../includes/welcome.php:367
|
757 |
msgid "Color of the buttons and interactive elements."
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: ../includes/welcome.php:368
|
761 |
msgid "Color of the banner background."
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: ../includes/welcome.php:369
|
765 |
msgid "Color of the borders and inactive elements."
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: ../includes/welcome.php:370
|
769 |
msgid "Color of the body text."
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: ../includes/welcome.php:371
|
773 |
msgid "Color of the heading text."
|
774 |
msgstr ""
|
775 |
|
776 |
+
#: ../includes/welcome.php:372
|
777 |
msgid "Color of the button text."
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: ../includes/welcome.php:379
|
781 |
msgid "Add Compliance"
|
782 |
msgstr ""
|
783 |
|
784 |
+
#: ../includes/welcome.php:399
|
785 |
+
msgid "To start using The Next Generation of Cookie Notice create a Cookie Compliance™ account. Then you will be asked to select plan and authorize your subscription."
|
786 |
msgstr ""
|
787 |
|
788 |
+
#: ../includes/welcome.php:403
|
789 |
msgid "Create Account"
|
790 |
msgstr ""
|
791 |
|
792 |
+
#: ../includes/welcome.php:408 ../includes/welcome.php:508
|
793 |
msgid "Email address"
|
794 |
msgstr ""
|
795 |
|
796 |
+
#: ../includes/welcome.php:411 ../includes/welcome.php:511
|
797 |
msgid "Password"
|
798 |
msgstr ""
|
799 |
|
800 |
+
#: ../includes/welcome.php:414
|
801 |
msgid "Confirm Password"
|
802 |
msgstr ""
|
803 |
|
804 |
+
#: ../includes/welcome.php:418
|
805 |
#, php-format
|
806 |
msgid "I have read and agree to the <a href=\"%s\" target=\"_blank\">Terms of Service"
|
807 |
msgstr ""
|
808 |
|
809 |
+
#: ../includes/welcome.php:422
|
810 |
msgid "Sign Up"
|
811 |
msgstr ""
|
812 |
|
813 |
+
#: ../includes/welcome.php:436
|
814 |
msgid "Already have an account?"
|
815 |
msgstr ""
|
816 |
|
817 |
+
#: ../includes/welcome.php:436 ../includes/welcome.php:514
|
818 |
msgid "Sign in"
|
819 |
msgstr ""
|
820 |
|
821 |
+
#: ../includes/welcome.php:441
|
822 |
msgid "Account Plan"
|
823 |
msgstr ""
|
824 |
|
825 |
+
#: ../includes/welcome.php:447 ../includes/welcome.php:539
|
826 |
msgid "<b>14 days</b> Free Trial"
|
827 |
msgstr ""
|
828 |
|
829 |
+
#: ../includes/welcome.php:447 ../includes/welcome.php:539
|
830 |
msgid "/mo"
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: ../includes/welcome.php:448 ../includes/welcome.php:540
|
834 |
msgid "<b>30 days</b> Free Trial"
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: ../includes/welcome.php:448 ../includes/welcome.php:540
|
838 |
msgid "/yr"
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: ../includes/welcome.php:448
|
842 |
#, php-format
|
843 |
msgid "15% off"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: ../includes/welcome.php:452 ../includes/welcome.php:544
|
847 |
msgid "Subscription Method"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: ../includes/welcome.php:454 ../includes/welcome.php:546
|
851 |
msgid "Credit Card"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: ../includes/welcome.php:455 ../includes/welcome.php:547
|
855 |
msgid "PayPal"
|
856 |
msgstr ""
|
857 |
|
858 |
+
#: ../includes/welcome.php:461 ../includes/welcome.php:553
|
859 |
msgid "Card Number"
|
860 |
msgstr ""
|
861 |
|
862 |
+
#: ../includes/welcome.php:465 ../includes/welcome.php:557
|
863 |
msgid "Expiration Date"
|
864 |
msgstr ""
|
865 |
|
866 |
+
#: ../includes/welcome.php:469 ../includes/welcome.php:561
|
867 |
msgid "CVC/CVV"
|
868 |
msgstr ""
|
869 |
|
870 |
+
#: ../includes/welcome.php:473 ../includes/welcome.php:565
|
871 |
msgid "Start Free Trial"
|
872 |
msgstr ""
|
873 |
|
874 |
+
#: ../includes/welcome.php:497
|
875 |
msgid "Compliance Sign in"
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: ../includes/welcome.php:499
|
879 |
+
msgid "Sign in to your existing Cookie Compliance™ account to continue upgrading of this website."
|
880 |
msgstr ""
|
881 |
|
882 |
+
#: ../includes/welcome.php:503
|
883 |
msgid "Account Login"
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: ../includes/welcome.php:528
|
887 |
msgid "Don't have an account yet?"
|
888 |
msgstr ""
|
889 |
|
890 |
+
#: ../includes/welcome.php:528
|
891 |
msgid "Sign up"
|
892 |
msgstr ""
|
893 |
|
894 |
+
#: ../includes/welcome.php:533
|
895 |
msgid "Compliance Plan"
|
896 |
msgstr ""
|
897 |
|
898 |
+
#: ../includes/welcome.php:589
|
899 |
msgid "Success!"
|
900 |
msgstr ""
|
901 |
|
902 |
+
#: ../includes/welcome.php:590
|
903 |
msgid "You have successfully upgraded your website to Cookie Compliance™"
|
904 |
msgstr ""
|
905 |
|
906 |
+
#: ../includes/welcome.php:590
|
907 |
#, php-format
|
908 |
msgid "Go to Cookie Compliance™ application now. Or access it anytime from your <a href=\"%s\">Cookie Notice settings page</a>."
|
909 |
msgstr ""
|
910 |
|
911 |
+
#: ../includes/welcome.php:599
|
912 |
msgid "Remind me later"
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: ../includes/welcome.php:602
|
916 |
msgid "WordPress Dashboard"
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: ../includes/welcome.php:605
|
920 |
msgid "Skip for now"
|
921 |
msgstr ""
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: gdpr, ccpa, cookies, consent, compliance
|
|
4 |
Requires at least: 4.3
|
5 |
Requires PHP: 5.3
|
6 |
Tested up to: 5.6.1
|
7 |
-
Stable tag: 2.0.
|
8 |
License: MIT License
|
9 |
License URI: http://opensource.org/licenses/MIT
|
10 |
|
@@ -58,6 +58,9 @@ No questions yet.
|
|
58 |
|
59 |
== Changelog ==
|
60 |
|
|
|
|
|
|
|
61 |
= 2.0.1 =
|
62 |
* Fix: Pending Compliance update blocking the notice
|
63 |
* Fix: PHP Warning: Cannot modify header information
|
@@ -303,7 +306,5 @@ Initial release
|
|
303 |
|
304 |
== Upgrade Notice ==
|
305 |
|
306 |
-
= 2.0.
|
307 |
-
*
|
308 |
-
* Fix: PHP Warning: Cannot modify header information
|
309 |
-
* Tweak: UI/UX fixes for the settings screen
|
4 |
Requires at least: 4.3
|
5 |
Requires PHP: 5.3
|
6 |
Tested up to: 5.6.1
|
7 |
+
Stable tag: 2.0.2
|
8 |
License: MIT License
|
9 |
License URI: http://opensource.org/licenses/MIT
|
10 |
|
58 |
|
59 |
== Changelog ==
|
60 |
|
61 |
+
= 2.0.2 =
|
62 |
+
* Tweak: UI/UX improvements
|
63 |
+
|
64 |
= 2.0.1 =
|
65 |
* Fix: Pending Compliance update blocking the notice
|
66 |
* Fix: PHP Warning: Cannot modify header information
|
306 |
|
307 |
== Upgrade Notice ==
|
308 |
|
309 |
+
= 2.0.2 =
|
310 |
+
* Tweak: UI/UX improvements
|
|
|
|