Ginger – EU Cookie Law - Version 2.3.5

Version Description

  • Added sharethis cookies
Download this release

Release Info

Developer manafactory
Plugin Icon 128x128 Ginger – EU Cookie Law
Version 2.3.5
Comparing to
See all releases

Code changes from version 2.3.4 to 2.3.5

front/gingerfront.core.php CHANGED
@@ -127,7 +127,8 @@ function ginger_parse_dom($output){
127
  );
128
  $ginger_script_tags = apply_filters('ginger_script_tags', $ginger_script_tags);
129
  $ginger_script_async_tags = array(
130
- 'addthis.com'
 
131
  );
132
  $ginger_script_async_tags = apply_filters('ginger_script_async_tags', $ginger_script_async_tags);
133
  $ginger_iframe_tags = array(
127
  );
128
  $ginger_script_tags = apply_filters('ginger_script_tags', $ginger_script_tags);
129
  $ginger_script_async_tags = array(
130
+ 'addthis.com',
131
+ 'sharethis.com'
132
  );
133
  $ginger_script_async_tags = apply_filters('ginger_script_async_tags', $ginger_script_async_tags);
134
  $ginger_iframe_tags = array(
ginger-eu-cookie-law.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Ginger - EU Cookie Law
4
  Plugin URI: http://manafactory.it/
5
  Description: Make your website compliant with EU Cookie Policy.
6
- Version: 2.3.4
7
  Author: Manafactory
8
  Author URI: http://manafactory.it/
9
  License: GPLv2 or later
3
  Plugin Name: Ginger - EU Cookie Law
4
  Plugin URI: http://manafactory.it/
5
  Description: Make your website compliant with EU Cookie Policy.
6
+ Version: 2.3.5
7
  Author: Manafactory
8
  Author URI: http://manafactory.it/
9
  License: GPLv2 or later
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.ginger-cookielaw.com/
4
  Tags: EU Cookie Law, cookie law, block cookie, cookie consent, cookie law, cookie policy, privacy policy, cookie banner, italian cookie law, cookie italia
5
  Requires at least: 3.0.1
6
  Tested up to: 4.3
7
- Stable tag: 2.3.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -93,6 +93,9 @@ Yes, actually you we have 2 addons for multilanguages: wpml and polylang. Ask to
93
 
94
  == Changelog ==
95
 
 
 
 
96
  = 2.3.4 =
97
  * Fixed bug disable button
98
 
4
  Tags: EU Cookie Law, cookie law, block cookie, cookie consent, cookie law, cookie policy, privacy policy, cookie banner, italian cookie law, cookie italia
5
  Requires at least: 3.0.1
6
  Tested up to: 4.3
7
+ Stable tag: 2.3.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
93
 
94
  == Changelog ==
95
 
96
+ = 2.3.5 =
97
+ * Added sharethis cookies
98
+
99
  = 2.3.4 =
100
  * Fixed bug disable button
101