Version Description
- Defaulted the minimize cookie bar option for Read more link to disabled state.
- The cookie message bar has been defaulted to include Reject option in addition to Accept.
Download this release
Release Info
Developer | webtoffee |
Plugin | Cookie Law / GDPR Info |
Version | 1.7.5 |
Comparing to | |
See all releases |
Code changes from version 1.7.4 to 1.7.5
- admin/class-cookie-law-info-admin.php +0 -0
- admin/css/cookie-law-info-admin-1.6.7.css +0 -0
- admin/css/cookie-law-info-admin.css +0 -0
- admin/index.php +0 -0
- admin/js/cookie-law-info-admin-1.6.7.js +0 -0
- admin/js/cookie-law-info-admin.js +0 -0
- admin/views/goto-pro.php +4 -0
- cookie-law-info.php +2 -2
- includes/class-cookie-law-info-activator.php +0 -0
- includes/class-cookie-law-info-deactivator.php +0 -0
- includes/class-cookie-law-info-i18n.php +0 -0
- includes/class-cookie-law-info-loader.php +0 -0
- includes/class-cookie-law-info.php +3 -3
- includes/index.php +0 -0
- index.php +0 -0
- languages/cookie-law-info-bg_BG.mo +0 -0
- languages/cookie-law-info-bg_BG.po +0 -0
- languages/cookie-law-info-cs_CZ.mo +0 -0
- languages/cookie-law-info-cs_CZ.po +0 -0
- languages/cookie-law-info-da_DA.mo +0 -0
- languages/cookie-law-info-da_DA.po +0 -0
- languages/cookie-law-info-da_DK.mo +0 -0
- languages/cookie-law-info-da_DK.po +0 -0
- languages/cookie-law-info-de_DE.mo +0 -0
- languages/cookie-law-info-de_DE.po +0 -0
- languages/cookie-law-info-es_ES.mo +0 -0
- languages/cookie-law-info-es_ES.po +0 -0
- languages/cookie-law-info-fr_FR.mo +0 -0
- languages/cookie-law-info-fr_FR.po +0 -0
- languages/cookie-law-info-hr.mo +0 -0
- languages/cookie-law-info-hr.po +0 -0
- languages/cookie-law-info-is_IS.mo +0 -0
- languages/cookie-law-info-is_IS.po +0 -0
- languages/cookie-law-info-nl_NL.mo +0 -0
- languages/cookie-law-info-nl_NL.po +0 -0
- languages/cookie-law-info-sl_SL.mo +0 -0
- languages/cookie-law-info-sl_SL.po +0 -0
- LICENSE.txt → license.txt +0 -0
- public/class-cookie-law-info-public.php +0 -0
- public/css/cookie-law-info-gdpr.css +0 -0
- public/css/cookie-law-info-public.css +0 -0
- public/css/cookie-law-info-table.css +0 -0
- public/index.php +0 -0
- readme.txt +9 -8
- uninstall.php +0 -0
admin/class-cookie-law-info-admin.php
CHANGED
File without changes
|
admin/css/cookie-law-info-admin-1.6.7.css
CHANGED
File without changes
|
admin/css/cookie-law-info-admin.css
CHANGED
File without changes
|
admin/index.php
CHANGED
File without changes
|
admin/js/cookie-law-info-admin-1.6.7.js
CHANGED
File without changes
|
admin/js/cookie-law-info-admin.js
CHANGED
File without changes
|
admin/views/goto-pro.php
CHANGED
@@ -89,6 +89,10 @@
|
|
89 |
<li><?php echo __('Customized privacy overview','cookie-law-info'); ?></li>
|
90 |
<li><?php echo __('Cookie bar preview in admin settings page','cookie-law-info'); ?></li>
|
91 |
<li><?php echo __('Advanced support for cache plugins','cookie-law-info'); ?></li>
|
|
|
|
|
|
|
|
|
92 |
|
93 |
</ul>
|
94 |
<br/>
|
89 |
<li><?php echo __('Customized privacy overview','cookie-law-info'); ?></li>
|
90 |
<li><?php echo __('Cookie bar preview in admin settings page','cookie-law-info'); ?></li>
|
91 |
<li><?php echo __('Advanced support for cache plugins','cookie-law-info'); ?></li>
|
92 |
+
<li><?php echo __('Cookie bar theme customizer for banner/ widgets/ popup','cookie-law-info'); ?></li>
|
93 |
+
|
94 |
+
|
95 |
+
|
96 |
|
97 |
</ul>
|
98 |
<br/>
|
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.7.
|
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.7.
|
67 |
|
68 |
|
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.7.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.7.5' );
|
67 |
|
68 |
|
69 |
/**
|
includes/class-cookie-law-info-activator.php
CHANGED
File without changes
|
includes/class-cookie-law-info-deactivator.php
CHANGED
File without changes
|
includes/class-cookie-law-info-i18n.php
CHANGED
File without changes
|
includes/class-cookie-law-info-loader.php
CHANGED
File without changes
|
includes/class-cookie-law-info.php
CHANGED
@@ -76,7 +76,7 @@ class Cookie_Law_Info {
|
|
76 |
}
|
77 |
else
|
78 |
{
|
79 |
-
$this->version = '1.7.
|
80 |
}
|
81 |
$this->plugin_name = 'cookie-law-info';
|
82 |
|
@@ -378,7 +378,7 @@ class Cookie_Law_Info {
|
|
378 |
'button_2_button_size' => 'medium',
|
379 |
'button_2_url_type' =>'url',
|
380 |
'button_2_page' =>get_option('wp_page_for_privacy_policy') ? get_option('wp_page_for_privacy_policy') : 0,
|
381 |
-
'button_2_hidebar' =>
|
382 |
|
383 |
'button_3_text' => 'Reject',
|
384 |
'button_3_url' => '#',
|
@@ -408,7 +408,7 @@ class Cookie_Law_Info {
|
|
408 |
'notify_div_id' => '#cookie-law-info-bar',
|
409 |
'notify_position_horizontal' => 'right', // left | right
|
410 |
'notify_position_vertical' => 'bottom', // 'top' = header | 'bottom' = footer
|
411 |
-
'notify_message' => addslashes ( 'This website uses cookies to improve your experience. We\'ll assume you\'re ok with this, but you can opt-out if you wish.[cookie_button] [cookie_link]'),
|
412 |
'scroll_close' => false,
|
413 |
'scroll_close_reload' => false,
|
414 |
'accept_close_reload' => false,
|
76 |
}
|
77 |
else
|
78 |
{
|
79 |
+
$this->version = '1.7.5';
|
80 |
}
|
81 |
$this->plugin_name = 'cookie-law-info';
|
82 |
|
378 |
'button_2_button_size' => 'medium',
|
379 |
'button_2_url_type' =>'url',
|
380 |
'button_2_page' =>get_option('wp_page_for_privacy_policy') ? get_option('wp_page_for_privacy_policy') : 0,
|
381 |
+
'button_2_hidebar' =>false,
|
382 |
|
383 |
'button_3_text' => 'Reject',
|
384 |
'button_3_url' => '#',
|
408 |
'notify_div_id' => '#cookie-law-info-bar',
|
409 |
'notify_position_horizontal' => 'right', // left | right
|
410 |
'notify_position_vertical' => 'bottom', // 'top' = header | 'bottom' = footer
|
411 |
+
'notify_message' => addslashes ( 'This website uses cookies to improve your experience. We\'ll assume you\'re ok with this, but you can opt-out if you wish.[cookie_button margin="5px"][cookie_reject margin="5px"] [cookie_link margin="5px"]'),
|
412 |
'scroll_close' => false,
|
413 |
'scroll_close_reload' => false,
|
414 |
'accept_close_reload' => false,
|
includes/index.php
CHANGED
File without changes
|
index.php
CHANGED
File without changes
|
languages/cookie-law-info-bg_BG.mo
CHANGED
File without changes
|
languages/cookie-law-info-bg_BG.po
CHANGED
File without changes
|
languages/cookie-law-info-cs_CZ.mo
CHANGED
File without changes
|
languages/cookie-law-info-cs_CZ.po
CHANGED
File without changes
|
languages/cookie-law-info-da_DA.mo
CHANGED
File without changes
|
languages/cookie-law-info-da_DA.po
CHANGED
File without changes
|
languages/cookie-law-info-da_DK.mo
CHANGED
File without changes
|
languages/cookie-law-info-da_DK.po
CHANGED
File without changes
|
languages/cookie-law-info-de_DE.mo
CHANGED
File without changes
|
languages/cookie-law-info-de_DE.po
CHANGED
File without changes
|
languages/cookie-law-info-es_ES.mo
CHANGED
File without changes
|
languages/cookie-law-info-es_ES.po
CHANGED
File without changes
|
languages/cookie-law-info-fr_FR.mo
CHANGED
File without changes
|
languages/cookie-law-info-fr_FR.po
CHANGED
File without changes
|
languages/cookie-law-info-hr.mo
CHANGED
File without changes
|
languages/cookie-law-info-hr.po
CHANGED
File without changes
|
languages/cookie-law-info-is_IS.mo
CHANGED
File without changes
|
languages/cookie-law-info-is_IS.po
CHANGED
File without changes
|
languages/cookie-law-info-nl_NL.mo
CHANGED
File without changes
|
languages/cookie-law-info-nl_NL.po
CHANGED
File without changes
|
languages/cookie-law-info-sl_SL.mo
CHANGED
File without changes
|
languages/cookie-law-info-sl_SL.po
CHANGED
File without changes
|
LICENSE.txt → license.txt
RENAMED
File without changes
|
public/class-cookie-law-info-public.php
CHANGED
File without changes
|
public/css/cookie-law-info-gdpr.css
CHANGED
File without changes
|
public/css/cookie-law-info-public.css
CHANGED
File without changes
|
public/css/cookie-law-info-table.css
CHANGED
File without changes
|
public/index.php
CHANGED
File without changes
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.webtoffee.com/plugins/
|
|
4 |
Tags: eu cookie law, GDPR, cookie law, cookie consent, eu privacy directive, privacy directive, cookies, privacy, compliance
|
5 |
Requires at least: 3.3.1
|
6 |
Tested up to: 5.1.0
|
7 |
-
Stable tag: 1.7.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -172,6 +172,11 @@ See http://cookielawinfo.com for more information on what is required.
|
|
172 |
|
173 |
== Changelog ==
|
174 |
|
|
|
|
|
|
|
|
|
|
|
175 |
= 1.7.4 =
|
176 |
|
177 |
* Cookie policy generator
|
@@ -363,11 +368,7 @@ See http://cookielawinfo.com for more information on what is required.
|
|
363 |
|
364 |
== Upgrade Notice ==
|
365 |
|
366 |
-
= 1.7.
|
367 |
|
368 |
-
*
|
369 |
-
*
|
370 |
-
* Updated shortcode [cookie_audit] with option to configure columns
|
371 |
-
* Margin option added in all button shortcodes
|
372 |
-
* Introduced an option to hide cookie bar on policy page
|
373 |
-
* Tested ok with WP 5.1
|
4 |
Tags: eu cookie law, GDPR, cookie law, cookie consent, eu privacy directive, privacy directive, cookies, privacy, compliance
|
5 |
Requires at least: 3.3.1
|
6 |
Tested up to: 5.1.0
|
7 |
+
Stable tag: 1.7.5
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
172 |
|
173 |
== Changelog ==
|
174 |
|
175 |
+
= 1.7.5 =
|
176 |
+
|
177 |
+
* Defaulted the minimize cookie bar option for Read more link to disabled state.
|
178 |
+
* The cookie message bar has been defaulted to include Reject option in addition to Accept.
|
179 |
+
|
180 |
= 1.7.4 =
|
181 |
|
182 |
* Cookie policy generator
|
368 |
|
369 |
== Upgrade Notice ==
|
370 |
|
371 |
+
= 1.7.5 =
|
372 |
|
373 |
+
* Defaulted the minimize cookie bar option for Read more link to disabled state.
|
374 |
+
* The cookie message bar has been defaulted to include Reject option in addition to Accept.
|
|
|
|
|
|
|
|
uninstall.php
CHANGED
File without changes
|