Version Description
- Tested ok with Wordpress version 5.6
Download this release
Release Info
Developer | webtoffee |
Plugin | Cookie Law / GDPR Info |
Version | 1.9.5 |
Comparing to | |
See all releases |
Code changes from version 1.9.4 to 1.9.5
- admin/partials/cookie-law-info-admin_settings.php +0 -0
- admin/views/admin-settings-general.php +0 -0
- admin/views/admin-settings-messagebar.php +0 -0
- admin/views/goto-pro.php +0 -0
- cookie-law-info.php +2 -2
- includes/class-cookie-law-info.php +1 -1
- languages/cookie-law-info-bg_BG.mo +0 -0
- languages/cookie-law-info-cs_CZ.mo +0 -0
- languages/cookie-law-info-da_DA.mo +0 -0
- languages/cookie-law-info-da_DK.mo +0 -0
- languages/cookie-law-info-de_DE.mo +0 -0
- languages/cookie-law-info-es_ES.mo +0 -0
- languages/cookie-law-info-fi.po +0 -0
- languages/cookie-law-info-fr_FR.mo +0 -0
- languages/cookie-law-info-hr.mo +0 -0
- languages/cookie-law-info-is_IS.mo +0 -0
- languages/cookie-law-info-it_IT.po +0 -0
- languages/cookie-law-info-nl_NL.mo +0 -0
- languages/cookie-law-info-pt_BR.mo +0 -0
- languages/cookie-law-info-pt_PT.mo +0 -0
- languages/cookie-law-info-sl_SL.mo +0 -0
- languages/cookie-law-info-sv_SE.po +0 -0
- public/js/cookie-law-info-public.js +0 -10
- public/modules/script-blocker/assets/js/script-blocker.js +0 -0
- public/views/cookie-law-info_bar.php +0 -0
- readme.txt +80 -33
admin/partials/cookie-law-info-admin_settings.php
CHANGED
File without changes
|
admin/views/admin-settings-general.php
CHANGED
File without changes
|
admin/views/admin-settings-messagebar.php
CHANGED
File without changes
|
admin/views/goto-pro.php
CHANGED
File without changes
|
cookie-law-info.php
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* Plugin Name: GDPR Cookie Consent
|
17 |
* Plugin URI: https://www.webtoffee.com/product/gdpr-cookie-consent/
|
18 |
* Description: A simple way to show your website complies with the EU Cookie Law / GDPR.
|
19 |
-
* Version: 1.9.
|
20 |
* Author: WebToffee
|
21 |
* Author URI: http://cookielawinfo.com/
|
22 |
* License: GPLv3
|
@@ -63,7 +63,7 @@ define ( 'CLI_POST_TYPE','cookielawinfo');
|
|
63 |
* Currently plugin version.
|
64 |
* Rename this for your plugin and update it as you release new versions.
|
65 |
*/
|
66 |
-
define( 'CLI_VERSION', '1.9.
|
67 |
|
68 |
function wt_cookie_law_info_update_message( $data, $response )
|
69 |
{
|
16 |
* Plugin Name: GDPR Cookie Consent
|
17 |
* Plugin URI: https://www.webtoffee.com/product/gdpr-cookie-consent/
|
18 |
* Description: A simple way to show your website complies with the EU Cookie Law / GDPR.
|
19 |
+
* Version: 1.9.5
|
20 |
* Author: WebToffee
|
21 |
* Author URI: http://cookielawinfo.com/
|
22 |
* License: GPLv3
|
63 |
* Currently plugin version.
|
64 |
* Rename this for your plugin and update it as you release new versions.
|
65 |
*/
|
66 |
+
define( 'CLI_VERSION', '1.9.5' );
|
67 |
|
68 |
function wt_cookie_law_info_update_message( $data, $response )
|
69 |
{
|
includes/class-cookie-law-info.php
CHANGED
@@ -77,7 +77,7 @@ class Cookie_Law_Info {
|
|
77 |
}
|
78 |
else
|
79 |
{
|
80 |
-
$this->version = '1.9.
|
81 |
}
|
82 |
$this->plugin_name = 'cookie-law-info';
|
83 |
|
77 |
}
|
78 |
else
|
79 |
{
|
80 |
+
$this->version = '1.9.5';
|
81 |
}
|
82 |
$this->plugin_name = 'cookie-law-info';
|
83 |
|
languages/cookie-law-info-bg_BG.mo
CHANGED
File without changes
|
languages/cookie-law-info-cs_CZ.mo
CHANGED
File without changes
|
languages/cookie-law-info-da_DA.mo
CHANGED
File without changes
|
languages/cookie-law-info-da_DK.mo
CHANGED
File without changes
|
languages/cookie-law-info-de_DE.mo
CHANGED
File without changes
|
languages/cookie-law-info-es_ES.mo
CHANGED
File without changes
|
languages/cookie-law-info-fi.po
CHANGED
File without changes
|
languages/cookie-law-info-fr_FR.mo
CHANGED
File without changes
|
languages/cookie-law-info-hr.mo
CHANGED
File without changes
|
languages/cookie-law-info-is_IS.mo
CHANGED
File without changes
|
languages/cookie-law-info-it_IT.po
CHANGED
File without changes
|
languages/cookie-law-info-nl_NL.mo
CHANGED
File without changes
|
languages/cookie-law-info-pt_BR.mo
CHANGED
File without changes
|
languages/cookie-law-info-pt_PT.mo
CHANGED
File without changes
|
languages/cookie-law-info-sl_SL.mo
CHANGED
File without changes
|
languages/cookie-law-info-sv_SE.po
CHANGED
File without changes
|
public/js/cookie-law-info-public.js
CHANGED
@@ -899,16 +899,6 @@ var CLI=
|
|
899 |
cliConsent = window.btoa(cliConsent);
|
900 |
CLI_Cookie.set(CLI_PREFERNCE_COOKIE,cliConsent,CLI_ACCEPT_COOKIE_EXPIRE);
|
901 |
},
|
902 |
-
cookieLawInfoRunCallBacks:function()
|
903 |
-
{
|
904 |
-
this.checkCategories();
|
905 |
-
if(CLI_Cookie.read(CLI_ACCEPT_COOKIE_NAME)=='yes')
|
906 |
-
{
|
907 |
-
if("function" == typeof CookieLawInfo_Accept_Callback){
|
908 |
-
CookieLawInfo_Accept_Callback();
|
909 |
-
}
|
910 |
-
}
|
911 |
-
},
|
912 |
addStyleAttribute:function()
|
913 |
{
|
914 |
var bar=this.bar_elm;
|
899 |
cliConsent = window.btoa(cliConsent);
|
900 |
CLI_Cookie.set(CLI_PREFERNCE_COOKIE,cliConsent,CLI_ACCEPT_COOKIE_EXPIRE);
|
901 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
902 |
addStyleAttribute:function()
|
903 |
{
|
904 |
var bar=this.bar_elm;
|
public/modules/script-blocker/assets/js/script-blocker.js
CHANGED
File without changes
|
public/views/cookie-law-info_bar.php
CHANGED
File without changes
|
readme.txt
CHANGED
@@ -3,26 +3,29 @@ Contributors: webtoffee
|
|
3 |
Donate link: https://www.webtoffee.com/plugins/
|
4 |
Tags: eu cookie law, GDPR, CCPA, cookie law, cookie consent, eu privacy directive, privacy directive, cookies, privacy, compliance
|
5 |
Requires at least: 3.3.1
|
6 |
-
Tested up to: 5.
|
7 |
-
|
|
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
11 |
-
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
The GDPR Cookie Consent plugin will assist you in making your website GDPR compliant.
|
16 |
|
17 |
-
|
18 |
|
19 |
-
|
|
|
|
|
20 |
|
21 |
- Admin can configure cookie details and their description from the backend. The list of cookies can be displayed in your cookie policy page by using a shortcode.
|
22 |
|
23 |
-
- This plugin adds a subtle cookie banner to your website either in the header or footer so you can show your compliance status regarding the new GDPR law.
|
24 |
|
25 |
-
-
|
26 |
|
27 |
- You can choose to make the cookie notice bar disappear after a few seconds (completely configurable) or to accept on scroll (an option available under Italian law).
|
28 |
|
@@ -33,20 +36,7 @@ The GDPR Cookie Consent plugin will assist you in making your website GDPR compl
|
|
33 |
- Integrates seamlessly with Official Facebook Pixel, Smash Balloon Instagram Feed & Twitter Feed.
|
34 |
|
35 |
|
36 |
-
|
37 |
-
|
38 |
-
- viewed_cookie_policy – Is the primary cookie that records the user consent for the usage of the cookies upon accept and reject. It doesn’t track any personal data and is set only upon user action(accept/reject).
|
39 |
-
|
40 |
-
- cookielawinfo-checkbox-necessary/cookielawinfo-checkbox-non-necessary – Records the default button state of the corresponding category. It works only in coordination with the primary cookie.
|
41 |
-
|
42 |
-
- CookieLawInfoConsent – Records the default button state of the corresponding category & the status of CCPA. It works only in coordination with the primary cookie.
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
The plugin supports WPML and qTranslate so your translation needs are covered.
|
47 |
-
|
48 |
-
|
49 |
-
= Features =
|
50 |
|
51 |
* Fully customisable to look just like your own website’s style: customise the colours, styles and fonts
|
52 |
* Put the cookie bar in either the header or the footer
|
@@ -58,11 +48,24 @@ The plugin supports WPML and qTranslate so your translation needs are covered.
|
|
58 |
* WPML compatible
|
59 |
* qTranslate support
|
60 |
|
61 |
-
[Read more about the EU Cookie Law](https://cookielawinfo.com/ "More information about the EU Cookie Law")
|
62 |
|
63 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
|
65 |
-
[
|
|
|
|
|
66 |
|
67 |
https://www.youtube.com/watch?v=ChjX6U5EPdE
|
68 |
|
@@ -100,9 +103,10 @@ For complete list of features and details, Please visit <a rel="nofollow" href="
|
|
100 |
|
101 |
= NOTE: INSTALLING THIS PLUGIN ALONE DOES NOT MAKE YOUR SITE GDPR COMPLIANT. SINCE EACH SITE USES DIFFERENT COOKIES, YOU NEED TO ENSURE YOU HAVE THE NECESSARY CONFIGURATIONS IN PLACE WITH A SUPPORTING COOKIE NOTICE. =
|
102 |
|
|
|
103 |
== Frequently Asked Questions ==
|
104 |
|
105 |
-
There’s a lot of help available on the main plugin website. See
|
106 |
|
107 |
https://www.cookielawinfo.com/faq
|
108 |
https://www.webtoffee.com/gdpr-cookie-consent-plugin-basic-version-user-guide/
|
@@ -148,15 +152,59 @@ As a generic plugin, there's no way we can know anything about your specific cir
|
|
148 |
See http://cookielawinfo.com for more information on what is required.
|
149 |
|
150 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
== Screenshots ==
|
152 |
|
153 |
-
1.
|
154 |
-
2.
|
155 |
-
3.
|
156 |
-
4.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
157 |
|
158 |
== Changelog ==
|
159 |
|
|
|
|
|
|
|
|
|
160 |
= 1.9.4 =
|
161 |
|
162 |
* Renamed show again tab to revisit consent
|
@@ -455,7 +503,6 @@ See http://cookielawinfo.com for more information on what is required.
|
|
455 |
|
456 |
== Upgrade Notice ==
|
457 |
|
458 |
-
= 1.9.
|
459 |
|
460 |
-
*
|
461 |
-
* New shortcode `wt_cli_manage_consent` option for revisit consent
|
3 |
Donate link: https://www.webtoffee.com/plugins/
|
4 |
Tags: eu cookie law, GDPR, CCPA, cookie law, cookie consent, eu privacy directive, privacy directive, cookies, privacy, compliance
|
5 |
Requires at least: 3.3.1
|
6 |
+
Tested up to: 5.6
|
7 |
+
Requires PHP: 5.6
|
8 |
+
Stable tag: 1.9.5
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
12 |
+
Easily set up cookie notice and get GDPR Cookie Consent as per EU GDPR/Cookie Law regulations. The plugin supports GDPR (DSGVO, RGPD), LGPD, and CCPA Do Not Sell.
|
13 |
|
14 |
== Description ==
|
15 |
|
16 |
+
The GDPR Cookie Consent plugin will assist you in making your website GDPR (RGPD, DSVGO) compliant. In addition to compliance with this GDPR WordPress plugin also supports cookie compliance in accordance with the LGPD of Brazil and California Consumer Privacy Act (CCPA) which is a state statute intended to enhance privacy rights and consumer protection for residents of California.
|
17 |
|
18 |
+
The plugin is one of the best WordPress GDPR compliance plugins as it comes with a host of features some of which are listed below.
|
19 |
|
20 |
+
== Key Features ==
|
21 |
+
|
22 |
+
- The plugin will enable a WordPress cookie notice with Accept and Reject options. The cookies are not rendered by default and only upon user consent. (The cookie value will be set to ‘null’ by default; it takes a value 'yes' when the user clicks ‘Accept’ and ‘no’ upon 'Reject'. Your developer can check this value to set a cookie accordingly.)
|
23 |
|
24 |
- Admin can configure cookie details and their description from the backend. The list of cookies can be displayed in your cookie policy page by using a shortcode.
|
25 |
|
26 |
+
- This GDPR plugin adds a subtle cookie banner to your WordPress website either in the header or footer so you can show your compliance status regarding the new GDPR law.
|
27 |
|
28 |
+
- With the help of this WordPress GDPR plugin, you can fully customise the cookie notice style so it blends with your existing website: change the colours, fonts, styles, the position on the page and even how it behaves when you click “Accept”.
|
29 |
|
30 |
- You can choose to make the cookie notice bar disappear after a few seconds (completely configurable) or to accept on scroll (an option available under Italian law).
|
31 |
|
36 |
- Integrates seamlessly with Official Facebook Pixel, Smash Balloon Instagram Feed & Twitter Feed.
|
37 |
|
38 |
|
39 |
+
== Additional Features ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
|
41 |
* Fully customisable to look just like your own website’s style: customise the colours, styles and fonts
|
42 |
* Put the cookie bar in either the header or the footer
|
48 |
* WPML compatible
|
49 |
* qTranslate support
|
50 |
|
|
|
51 |
|
52 |
+
== The plugin uses the following cookies ==
|
53 |
+
|
54 |
+
- viewed_cookie_policy – Is the primary cookie that records the user consent for the usage of the cookies upon ‘accept’ and ‘reject’. It doesn’t track any personal data and is set only upon user action(accept/reject).
|
55 |
+
|
56 |
+
- cookielawinfo-checkbox-necessary/cookielawinfo-checkbox-non-necessary – Records the default button state of the corresponding category. It works only in coordination with the primary cookie.
|
57 |
+
|
58 |
+
- CookieLawInfoConsent – Records the default button state of the corresponding category & the status of CCPA. It works only in coordination with the primary cookie.
|
59 |
+
|
60 |
+
|
61 |
+
Another best part of this GDPR compliance plugin is that it seamlessly integrates with and supports WPML and qTranslate so your translation needs are covered.
|
62 |
+
|
63 |
+
|
64 |
+
You can get more information and [read more about the EU Cookie Law](https://cookielawinfo.com/ "More information about the EU Cookie Law")
|
65 |
|
66 |
+
[GDPR Cookie Consent user guide](https://www.webtoffee.com/gdpr-cookie-consent-plugin-basic-version-user-guide/ "GDPR Cookie Consent user guide") will help you with the setup of the plugin.
|
67 |
+
|
68 |
+
[Check our javascript solution for running third-party scripts](https://www.webtoffee.com/javascript-solution-for-running-third-party-scripts/ "Javascript solution for running third-party scripts") will also be helpful.
|
69 |
|
70 |
https://www.youtube.com/watch?v=ChjX6U5EPdE
|
71 |
|
103 |
|
104 |
= NOTE: INSTALLING THIS PLUGIN ALONE DOES NOT MAKE YOUR SITE GDPR COMPLIANT. SINCE EACH SITE USES DIFFERENT COOKIES, YOU NEED TO ENSURE YOU HAVE THE NECESSARY CONFIGURATIONS IN PLACE WITH A SUPPORTING COOKIE NOTICE. =
|
105 |
|
106 |
+
|
107 |
== Frequently Asked Questions ==
|
108 |
|
109 |
+
There’s a lot of help available on the main plugin website. See the [FAQ](https://www.cookielawinfo.com/faq) on the main website and the [setup guide](https://www.webtoffee.com/gdpr-cookie-consent-plugin-basic-version-user-guide/) for GDPR cookie compliance.
|
110 |
|
111 |
https://www.cookielawinfo.com/faq
|
112 |
https://www.webtoffee.com/gdpr-cookie-consent-plugin-basic-version-user-guide/
|
152 |
See http://cookielawinfo.com for more information on what is required.
|
153 |
|
154 |
|
155 |
+
== Other useful plugins from WebToffee that you might like: ==
|
156 |
+
|
157 |
+
1. [Product Catalog Sync for Facebook](https://wordpress.org/plugins/webtoffee-product-feed/ "WebToffee Product Feed for Facebook"): This plugin allows you to sync your WooCommerce plugins with your Facebook Business Manager account.
|
158 |
+
2. [Wishlist for WooCommerce](https://wordpress.org/plugins/wt-woocommerce-wishlist/ "Wishlist for WooCommerce"): This wishlist plugin allows you to add an option that lets your users add products to their wishlist that they can purchase later.
|
159 |
+
3. [Decorator – WooCommerce Email Customizer](https://wordpress.org/plugins/decorator-woocommerce-email-customizer/ "Decorator – WooCommerce Email Customizer"): As the name suggests, this plugin is for you to customize the WooCommerce emails that you send out to be customized and align more with your brand.
|
160 |
+
4. [Social Login for WordPress](https://wordpress.org/plugins/wt-social-login/ "Social Login for WordPress"): This plugin allows you to create a single sign-on for the users using their social media login.
|
161 |
+
5. [WordPress Migration & Duplicator](https://wordpress.org/plugins/wp-migration-duplicator/ "WordPress Migration & Duplicator"): This plugin helps you export your WordPress website media files, plugins, and themes including the database with a single click.
|
162 |
+
|
163 |
+
|
164 |
+
== Installation ==
|
165 |
+
|
166 |
+
= Automatic installation =
|
167 |
+
|
168 |
+
The automatic installation is the easiest way to install the plugin. You can install the plugin within your WordPress dashboard from the same browser window.
|
169 |
+
|
170 |
+
From your admin dashboard, go to Plugins > Add New. From the search box, type “GDPR Cookie consent” or just “gdpr” and then search. Click the install button on the GDPR Cookie Consent by WebToffee and then activate the plugin.
|
171 |
+
|
172 |
+
= Manual installation =
|
173 |
+
|
174 |
+
In the manual installation, you will need to download the zip file of the plugin from the plugin page in WordPress.org. You can upload the file directly from your WordPress dashboard, or using an FTP application.
|
175 |
+
|
176 |
+
When doing a manual installation
|
177 |
+
|
178 |
+
1. Upload the plugin folder to the /wp-content/plugins/ directory.
|
179 |
+
2. Activate the plugin through the Plugins menu in WordPress.
|
180 |
+
|
181 |
+
= Plugin updates =
|
182 |
+
|
183 |
+
For every update of the plugin, you will be notified of the installed plugins page. You can directly update the plugin from your dashboard. We recommend that you keep the latest version of the plugin so that you can avail yourself of the new functionalities and security features.
|
184 |
+
|
185 |
+
|
186 |
== Screenshots ==
|
187 |
|
188 |
+
1. Cookie compliance notice on the user-end
|
189 |
+
2. Cookie Settings options of the cookie notice
|
190 |
+
3. Cookie audit for transparency
|
191 |
+
4. GDPR plugin WordPress admin panel
|
192 |
+
5. Cookie consent notice behavior settings
|
193 |
+
6. Cookie notice - customization options
|
194 |
+
7. Cookie notice - change consent options
|
195 |
+
8. WordPress cookie notice - customize buttons options
|
196 |
+
9. WordPress CCPA compliance - customize button options
|
197 |
+
10. Manage cookies for cookie compliance
|
198 |
+
11. Add cookie scripts for consent management
|
199 |
+
12. Change necessary cookie descriptions
|
200 |
+
13. Add a privacy policy overview
|
201 |
|
202 |
== Changelog ==
|
203 |
|
204 |
+
= 1.9.5 =
|
205 |
+
|
206 |
+
* Tested ok with Wordpress version 5.6
|
207 |
+
|
208 |
= 1.9.4 =
|
209 |
|
210 |
* Renamed show again tab to revisit consent
|
503 |
|
504 |
== Upgrade Notice ==
|
505 |
|
506 |
+
= 1.9.5 =
|
507 |
|
508 |
+
* Tested ok with Wordpress version 5.6
|
|