Cookie Law / GDPR Info - Version 1.6.4

Version Description

  • Class change.
  • Bug fix.
Download this release

Release Info

Developer webtoffee
Plugin Icon Cookie Law / GDPR Info
Version 1.6.4
Comparing to
See all releases

Code changes from version 1.6.3 to 1.6.4

admin/cli-admin-page.php CHANGED
@@ -149,7 +149,7 @@ function cookielawinfo_print_admin_page() {
149
  <dl class="accordion">
150
 
151
 
152
- <dt class="ui-icon ui-icon-triangle-1-s"><a href="#"><?php echo __('Settings','cookie-law-info'); ?></a></dt>
153
  <dd id="accordion_default">
154
  <h4><?php echo __('The Cookie Bar','cookie-law-info'); ?></h4>
155
  <table class="form-table">
149
  <dl class="accordion">
150
 
151
 
152
+ <dt class="ui-icon"><a href="#"><?php echo __('Settings','cookie-law-info'); ?></a></dt>
153
  <dd id="accordion_default">
154
  <h4><?php echo __('The Cookie Bar','cookie-law-info'); ?></h4>
155
  <table class="form-table">
cookie-law-info.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://wordpress.org/plugins/cookie-law-info/
5
  Description: A simple way to show your website complies with the EU Cookie Law / GDPR.
6
  Author: WebToffee
7
  Author URI: https://www.webtoffee.com/product/gdpr-cookie-consent/
8
- Version: 1.6.3
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
  Text Domain: cookie-law-info
5
  Description: A simple way to show your website complies with the EU Cookie Law / GDPR.
6
  Author: WebToffee
7
  Author URI: https://www.webtoffee.com/product/gdpr-cookie-consent/
8
+ Version: 1.6.4
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
  Text Domain: cookie-law-info
js/cookielawinfo.js CHANGED
@@ -1,5 +1,5 @@
1
  function cli_show_cookiebar(p) {
2
- /* plugin version 1.6.3 */
3
  var Cookie = {
4
  set: function(name,value,days) {
5
  if (days) {
1
  function cli_show_cookiebar(p) {
2
+ /* plugin version 1.6.4 */
3
  var Cookie = {
4
  set: function(name,value,days) {
5
  if (days) {
php/functions.php CHANGED
@@ -132,7 +132,7 @@ function cookielawinfo_inject_cli_script() {
132
  */
133
  function cookielawinfo_enqueue_frontend_scripts() {
134
  $the_options = cookielawinfo_get_admin_settings();
135
- $version = '1.6.3';
136
  if ( $the_options['is_on'] == true ) {
137
 
138
  /**
@@ -346,7 +346,7 @@ function include_admin_hdrscript_addedin_cookielawinfo(){
346
  if(!empty($third_party_cookie_options)){
347
  if($third_party_cookie_options['thirdparty_on_field'] == 'true' && isset($_COOKIE['viewed_cookie_policy'])){
348
  if($_COOKIE['viewed_cookie_policy'] == 'yes'){
349
- echo $third_party_cookie_options['thirdparty_body_section'];
350
  }
351
  }
352
 
132
  */
133
  function cookielawinfo_enqueue_frontend_scripts() {
134
  $the_options = cookielawinfo_get_admin_settings();
135
+ $version = '1.6.4';
136
  if ( $the_options['is_on'] == true ) {
137
 
138
  /**
346
  if(!empty($third_party_cookie_options)){
347
  if($third_party_cookie_options['thirdparty_on_field'] == 'true' && isset($_COOKIE['viewed_cookie_policy'])){
348
  if($_COOKIE['viewed_cookie_policy'] == 'yes'){
349
+ echo $third_party_cookie_options['thirdparty_head_section'];
350
  }
351
  }
352
 
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: 4.9.8
7
- Stable tag: 1.6.3
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -166,6 +166,11 @@ See http://cookielawinfo.com for more information on what is required.
166
 
167
  == Changelog ==
168
 
 
 
 
 
 
169
  = 1.6.3 =
170
 
171
  * Styling issues with winter style of cookie audit table shortcode fixed.
@@ -291,10 +296,8 @@ See http://cookielawinfo.com for more information on what is required.
291
 
292
  == Upgrade Notice ==
293
 
294
- = 1.6.3 =
295
-
296
- * Styling issues with winter style of cookie audit table fixed.
297
- * Functionality issues with reject button on open URL fixed.
298
- * Text corrections
299
 
 
 
300
 
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: 4.9.8
7
+ Stable tag: 1.6.4
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
166
 
167
  == Changelog ==
168
 
169
+ = 1.6.4 =
170
+
171
+ * Class change.
172
+ * Bug fix.
173
+
174
  = 1.6.3 =
175
 
176
  * Styling issues with winter style of cookie audit table shortcode fixed.
296
 
297
  == Upgrade Notice ==
298
 
299
+ = 1.6.4 =
 
 
 
 
300
 
301
+ * Class change.
302
+ * Bug fix.
303