Version Description
- Doubleclick Adsense addon
Download this release
Release Info
Developer | manafactory |
Plugin | Ginger – EU Cookie Law |
Version | 2.3.2 |
Comparing to | |
See all releases |
Code changes from version 2.3.1 to 2.3.2
- addon/adsense/ginger.adsense.php +1 -1
- ginger-eu-cookie-law.php +1 -1
- readme.txt +3 -1
addon/adsense/ginger.adsense.php
CHANGED
@@ -60,5 +60,5 @@ function ginger_adsense(){
|
|
60 |
<?php }
|
61 |
add_filter('ginger_script_async_tags', 'ginger_addsesneremover',10,3);
|
62 |
function ginger_addsesneremover($array){
|
63 |
-
return array_merge($array, array('adsbygoogle'));
|
64 |
}
|
60 |
<?php }
|
61 |
add_filter('ginger_script_async_tags', 'ginger_addsesneremover',10,3);
|
62 |
function ginger_addsesneremover($array){
|
63 |
+
return array_merge($array, array('adsbygoogle', 'googlesyndication'));
|
64 |
}
|
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.
|
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.2
|
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.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -93,6 +93,8 @@ Yes, actually you we have 2 addons for multilanguages: wpml and polylang. Ask to
|
|
93 |
|
94 |
== Changelog ==
|
95 |
|
|
|
|
|
96 |
|
97 |
= 2.3.1 =
|
98 |
* Contextual Help
|
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.2
|
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.2 =
|
97 |
+
* Doubleclick Adsense addon
|
98 |
|
99 |
= 2.3.1 =
|
100 |
* Contextual Help
|