Ginger – EU Cookie Law - Version 1.1.5

Version Description

  • Bugfix
Download this release

Release Info

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

Code changes from version 1.1.4 to 1.1.5

front/gingerfront.utils.php CHANGED
@@ -82,6 +82,8 @@ function ginger_scirpt(){ ?>
82
  //Recupero Testo Iframe
83
  if($option_ginger_bar['ginger_Iframe_text']):
84
  $ginger_iframe_text = $option_ginger_bar['ginger_Iframe_text'];
 
 
85
  else:
86
  $ginger_iframe_text = 'This website uses cookies.';
87
  endif;
82
  //Recupero Testo Iframe
83
  if($option_ginger_bar['ginger_Iframe_text']):
84
  $ginger_iframe_text = $option_ginger_bar['ginger_Iframe_text'];
85
+ $ginger_iframe_text = str_replace('</', '<\/', $ginger_iframe_text);
86
+ $ginger_iframe_text = str_replace( array("\n", "\r"), "<br \/>", $ginger_iframe_text );
87
  else:
88
  $ginger_iframe_text = 'This website uses cookies.';
89
  endif;
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: 1.1.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: 1.1.5
7
  Author: Manafactory
8
  Author URI: http://manafactory.it/
9
  License: GPLv2 or later
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: manafactory, webgrafia, matteobarale
3
  Tags: EU Cookie Law, cookie law, block cookie, cookie consent, cookie law, cookie policy, privacy policy, cookie banner, italian cookie law, cookie italia
4
  Requires at least: 3.0.1
5
  Tested up to: 4.2.2
6
- Stable tag: 1.1.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -69,6 +69,9 @@ No, you can be safe from plugins conflict. It's been developed using Cookies Ena
69
 
70
  == Changelog ==
71
 
 
 
 
72
  = 1.1.4 =
73
  * Bugfix
74
 
3
  Tags: EU Cookie Law, cookie law, block cookie, cookie consent, cookie law, cookie policy, privacy policy, cookie banner, italian cookie law, cookie italia
4
  Requires at least: 3.0.1
5
  Tested up to: 4.2.2
6
+ Stable tag: 1.1.5
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
69
 
70
  == Changelog ==
71
 
72
+ = 1.1.5 =
73
+ * Bugfix
74
+
75
  = 1.1.4 =
76
  * Bugfix
77