iubenda Cookie Solution for GDPR - Version 1.10.4

Version Description

  • Fixed compatibility with the Yoast SEO plugin (and possibly others)
  • Fixed preference saving after update from 1.9.19
Download this release

Release Info

Developer Facens
Plugin Icon 128x128 iubenda Cookie Solution for GDPR
Version 1.10.4
Comparing to
See all releases

Code changes from version 1.10.3 to 1.10.4

iubenda-cookie-class/README.md ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ # Attention
2
+ We offer these files as a download on here https://www.iubenda.com/it/help/posts/1045
3
+
4
+ If there are stable changes, they need also be reflected there. Please tell Simon or Andrea
iubenda_cookie_solution.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin URI: https://www.iubenda.com
5
  Description: Iubenda Cookie Solution permette di gestire tutti gli aspetti della cookie law su WP.
6
  Author: iubenda
7
- Version: 1.10.3
8
  Text Domain: iubenda-cookie-wp-plugin
9
  Author URI: https://www.iubenda.com
10
  */
@@ -140,7 +140,7 @@ if('callback' in _iub.csConfiguration) {
140
  /**/
141
 
142
  if(!is_admin() && !$_POST) {
143
- add_action("wp_head", "iubenda_buffer_start");
144
  add_action("shutdown", "iubenda_buffer_end");
145
  }
146
 
@@ -220,7 +220,7 @@ if('callback' in _iub.csConfiguration) {
220
  }
221
  }
222
 
223
- if(!get_option("default_skip_parsing")) {
224
  update_option("default_skip_parsing", true);
225
  update_option("skip_parsing", "skip");
226
  }
4
  Plugin URI: https://www.iubenda.com
5
  Description: Iubenda Cookie Solution permette di gestire tutti gli aspetti della cookie law su WP.
6
  Author: iubenda
7
+ Version: 1.10.4
8
  Text Domain: iubenda-cookie-wp-plugin
9
  Author URI: https://www.iubenda.com
10
  */
140
  /**/
141
 
142
  if(!is_admin() && !$_POST) {
143
+ add_action("plugins_loaded", "iubenda_buffer_start");
144
  add_action("shutdown", "iubenda_buffer_end");
145
  }
146
 
220
  }
221
  }
222
 
223
+ if(!get_option("skip_parsing") && !get_option("default_skip_parsing")) {
224
  update_option("default_skip_parsing", true);
225
  update_option("skip_parsing", "skip");
226
  }
readme.txt CHANGED
@@ -122,6 +122,10 @@ Il plugin Wordpress di iubenda permette di semplificare l’adeguamento del prop
122
 
123
  == Changelog ==
124
 
 
 
 
 
125
  = 1.10.3 =
126
  * Fixed the WPML activation, which now detects the language of the embedding code and places it in the right tab
127
  * The first tab when WPML is activated is now activated automatically
122
 
123
  == Changelog ==
124
 
125
+ = 1.10.4 =
126
+ * Fixed compatibility with the Yoast SEO plugin (and possibly others)
127
+ * Fixed preference saving after update from 1.9.19
128
+
129
  = 1.10.3 =
130
  * Fixed the WPML activation, which now detects the language of the embedding code and places it in the right tab
131
  * The first tab when WPML is activated is now activated automatically