Version Description
- disabled banner text indicization
Download this release
Release Info
Developer | manafactory |
Plugin | Ginger – EU Cookie Law |
Version | 3.1.4 |
Comparing to | |
See all releases |
Code changes from version 3.1.3 to 3.1.4
- front/gingerfront.core.php +2 -1
- ginger-eu-cookie-law.php +1 -1
- readme.txt +4 -1
front/gingerfront.core.php
CHANGED
@@ -17,8 +17,8 @@ function ginger_get_text_iframe($option_ginger_bar){
|
|
17 |
$ginger_iframe_text = 'This website uses cookies.';
|
18 |
endif;
|
19 |
|
|
|
20 |
$ginger_iframe_text = apply_filters("ginger_text_iframe", $ginger_iframe_text);
|
21 |
-
|
22 |
return $ginger_iframe_text;
|
23 |
}
|
24 |
|
@@ -41,6 +41,7 @@ function ginger_get_text_banner($option_ginger_bar){
|
|
41 |
$ginger_text = 'This website uses cookies.';
|
42 |
endif;
|
43 |
|
|
|
44 |
$ginger_text = apply_filters("ginger_text_banner", $ginger_text);
|
45 |
return $ginger_text;
|
46 |
}
|
17 |
$ginger_iframe_text = 'This website uses cookies.';
|
18 |
endif;
|
19 |
|
20 |
+
$ginger_iframe_text = '<!--googleoff: index-->'.$ginger_iframe_text.'<!--googleon: index-->';
|
21 |
$ginger_iframe_text = apply_filters("ginger_text_iframe", $ginger_iframe_text);
|
|
|
22 |
return $ginger_iframe_text;
|
23 |
}
|
24 |
|
41 |
$ginger_text = 'This website uses cookies.';
|
42 |
endif;
|
43 |
|
44 |
+
$ginger_text = '<!--googleoff: index-->'.$ginger_text.'<!--googleon: index-->';
|
45 |
$ginger_text = apply_filters("ginger_text_banner", $ginger_text);
|
46 |
return $ginger_text;
|
47 |
}
|
ginger-eu-cookie-law.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Ginger - EU Cookie Law
|
4 |
Plugin URI: http://www.ginger-cookielaw.com/
|
5 |
Description: Make your website compliant with EU Cookie Policy! For more features get <a href="http://www.ginger-cookielaw.com/download/">Ginger Plus - Tools Installer</a>
|
6 |
-
Version: 3.1.
|
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://www.ginger-cookielaw.com/
|
5 |
Description: Make your website compliant with EU Cookie Policy! For more features get <a href="http://www.ginger-cookielaw.com/download/">Ginger Plus - Tools Installer</a>
|
6 |
+
Version: 3.1.4
|
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.4
|
7 |
-
Stable tag: 3.1.
|
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 |
= 3.1.3 =
|
97 |
* fixed misspelling and order wp_footer script
|
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.4
|
7 |
+
Stable tag: 3.1.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
93 |
|
94 |
== Changelog ==
|
95 |
|
96 |
+
= 3.1.4 =
|
97 |
+
* disabled banner text indicization
|
98 |
+
|
99 |
= 3.1.3 =
|
100 |
* fixed misspelling and order wp_footer script
|
101 |
|