Version Description
- Fix: Move the FB connect to experience enhancement
- Tweak: Add Google GPT to per-purpose blocking support in engines
Download this release
Release Info
Developer | iubenda |
Plugin | iubenda Cookie Solution for GDPR |
Version | 2.3.11 |
Comparing to | |
See all releases |
Code changes from version 2.3.10 to 2.3.11
iubenda-cookie-class/README.md
CHANGED
@@ -98,6 +98,15 @@ These operations take place in accordance with the rules explained in [this guid
|
|
98 |
|
99 |
## Changelog
|
100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
##### 4.1.1
|
102 |
* Fix: AddThis per-purpose category
|
103 |
|
98 |
|
99 |
## Changelog
|
100 |
|
101 |
+
##### 4.1.4
|
102 |
+
* Fix: Move FB connect to experience enhancement
|
103 |
+
|
104 |
+
##### 4.1.3
|
105 |
+
* Tweak: Add Google GPT to per-purpose blocking support
|
106 |
+
|
107 |
+
##### 4.1.2
|
108 |
+
* Security Fix: limit url sanitize to http protocols
|
109 |
+
|
110 |
##### 4.1.1
|
111 |
* Fix: AddThis per-purpose category
|
112 |
|
iubenda-cookie-class/iubenda.class.faster.php
CHANGED
@@ -37,6 +37,7 @@ class iubendaFaster {
|
|
37 |
"apis.google.com/js/platform.js",
|
38 |
"connect.facebook.net",
|
39 |
"www.youtube.com/iframe_api",
|
|
|
40 |
"pagead2.googlesyndication.com/pagead/js/adsbygoogle.js",
|
41 |
"sharethis.com/button/buttons.js",
|
42 |
"addthis.com/js/",
|
37 |
"apis.google.com/js/platform.js",
|
38 |
"connect.facebook.net",
|
39 |
"www.youtube.com/iframe_api",
|
40 |
+
"securepubads.g.doubleclick.net/tag/js/gpt.js",
|
41 |
"pagead2.googlesyndication.com/pagead/js/adsbygoogle.js",
|
42 |
"sharethis.com/button/buttons.js",
|
43 |
"addthis.com/js/",
|
iubenda-cookie-class/iubenda.class.page.php
CHANGED
@@ -35,6 +35,7 @@ class iubendaPage {
|
|
35 |
'connect.facebook.net',
|
36 |
'www.youtube.com/iframe_api',
|
37 |
'pagead2.googlesyndication.com/pagead/js/adsbygoogle.js',
|
|
|
38 |
'sharethis.com/button/buttons.js',
|
39 |
'addthis.com/js/',
|
40 |
'window.adsbygoogle'
|
35 |
'connect.facebook.net',
|
36 |
'www.youtube.com/iframe_api',
|
37 |
'pagead2.googlesyndication.com/pagead/js/adsbygoogle.js',
|
38 |
+
'securepubads.g.doubleclick.net/tag/js/gpt.js',
|
39 |
'sharethis.com/button/buttons.js',
|
40 |
'addthis.com/js/',
|
41 |
'window.adsbygoogle'
|
iubenda-cookie-class/iubenda.class.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @author iubenda s.r.l
|
6 |
* @copyright 2018-2020, iubenda s.r.l
|
7 |
* @license GNU/GPL
|
8 |
-
* @version 4.1.
|
9 |
* @deprecated
|
10 |
*
|
11 |
* This program is free software: you can redistribute it and/or modify
|
@@ -71,8 +71,9 @@ class iubendaParser {
|
|
71 |
'platform.linkedin.com/in.js',
|
72 |
'pinterest.com/js/pinit.js',
|
73 |
'codepen.io',
|
74 |
-
|
75 |
-
'bat.bing.com'
|
|
|
76 |
),
|
77 |
// Analytics
|
78 |
4 => array(
|
@@ -96,7 +97,6 @@ class iubendaParser {
|
|
96 |
'www.googletagmanager.com/gtag/js',
|
97 |
'window.adsbygoogle',
|
98 |
'static.ads-twitter.com',
|
99 |
-
'connect.facebook.net',
|
100 |
'static.criteo.net/js/',
|
101 |
'adagionet.com/uploads/js/sipra.js',
|
102 |
'cdn-wx.rainbowtgx.com/rtgx.js',
|
5 |
* @author iubenda s.r.l
|
6 |
* @copyright 2018-2020, iubenda s.r.l
|
7 |
* @license GNU/GPL
|
8 |
+
* @version 4.1.4
|
9 |
* @deprecated
|
10 |
*
|
11 |
* This program is free software: you can redistribute it and/or modify
|
71 |
'platform.linkedin.com/in.js',
|
72 |
'pinterest.com/js/pinit.js',
|
73 |
'codepen.io',
|
74 |
+
'addthis.com/js/',
|
75 |
+
'bat.bing.com',
|
76 |
+
'connect.facebook.net'
|
77 |
),
|
78 |
// Analytics
|
79 |
4 => array(
|
97 |
'www.googletagmanager.com/gtag/js',
|
98 |
'window.adsbygoogle',
|
99 |
'static.ads-twitter.com',
|
|
|
100 |
'static.criteo.net/js/',
|
101 |
'adagionet.com/uploads/js/sipra.js',
|
102 |
'cdn-wx.rainbowtgx.com/rtgx.js',
|
iubenda_cookie_solution.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Cookie and Consent Solution for the GDPR & ePrivacy
|
4 |
Plugin URI: https://www.iubenda.com
|
5 |
Description: An All-in-One approach developed by iubenda, which includes functionalities of two powerful solutions that help to make your website GDPR and ePrivacy compliant.
|
6 |
-
Version: 2.3.
|
7 |
Author: iubenda
|
8 |
Author URI: https://www.iubenda.com
|
9 |
License: MIT License
|
@@ -32,7 +32,7 @@ define( 'IUB_DEBUG', false );
|
|
32 |
* iubenda final class.
|
33 |
*
|
34 |
* @class iubenda
|
35 |
-
* @version 2.3.
|
36 |
*/
|
37 |
class iubenda {
|
38 |
|
@@ -61,7 +61,7 @@ class iubenda {
|
|
61 |
)
|
62 |
);
|
63 |
public $base_url;
|
64 |
-
public $version = '2.3.
|
65 |
public $activation = array(
|
66 |
'update_version' => 0,
|
67 |
'update_notice' => true,
|
3 |
Plugin Name: Cookie and Consent Solution for the GDPR & ePrivacy
|
4 |
Plugin URI: https://www.iubenda.com
|
5 |
Description: An All-in-One approach developed by iubenda, which includes functionalities of two powerful solutions that help to make your website GDPR and ePrivacy compliant.
|
6 |
+
Version: 2.3.11
|
7 |
Author: iubenda
|
8 |
Author URI: https://www.iubenda.com
|
9 |
License: MIT License
|
32 |
* iubenda final class.
|
33 |
*
|
34 |
* @class iubenda
|
35 |
+
* @version 2.3.11
|
36 |
*/
|
37 |
class iubenda {
|
38 |
|
61 |
)
|
62 |
);
|
63 |
public $base_url;
|
64 |
+
public $version = '2.3.11';
|
65 |
public $activation = array(
|
66 |
'update_version' => 0,
|
67 |
'update_notice' => true,
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Donate link:
|
|
4 |
Tags: cookies, cookie law, cookie policy, cookie banner, privacy policy, cookie consent, privacy, gdpr, eprivacy
|
5 |
Requires at least: 4.0
|
6 |
Requires PHP: 5.2.4
|
7 |
-
Tested up to: 5.5.
|
8 |
-
Stable tag: 2.3.
|
9 |
License: MIT License
|
10 |
License URI: http://opensource.org/licenses/MIT
|
11 |
|
@@ -150,6 +150,10 @@ We will be very happy to receive feedback here: [Uservoice forum](https://suppor
|
|
150 |
|
151 |
== Changelog ==
|
152 |
|
|
|
|
|
|
|
|
|
153 |
= 2.3.10 =
|
154 |
* Add action (Hook) before rendering the source form
|
155 |
* Change the AMP consent href
|
@@ -464,6 +468,6 @@ We will be very happy to receive feedback here: [Uservoice forum](https://suppor
|
|
464 |
|
465 |
== Upgrade Notice ==
|
466 |
|
467 |
-
= 2.3.
|
468 |
-
*
|
469 |
-
*
|
4 |
Tags: cookies, cookie law, cookie policy, cookie banner, privacy policy, cookie consent, privacy, gdpr, eprivacy
|
5 |
Requires at least: 4.0
|
6 |
Requires PHP: 5.2.4
|
7 |
+
Tested up to: 5.5.1
|
8 |
+
Stable tag: 2.3.11
|
9 |
License: MIT License
|
10 |
License URI: http://opensource.org/licenses/MIT
|
11 |
|
150 |
|
151 |
== Changelog ==
|
152 |
|
153 |
+
= 2.3.11 =
|
154 |
+
* Fix: Move the FB connect to experience enhancement
|
155 |
+
* Tweak: Add Google GPT to per-purpose blocking support in engines
|
156 |
+
|
157 |
= 2.3.10 =
|
158 |
* Add action (Hook) before rendering the source form
|
159 |
* Change the AMP consent href
|
468 |
|
469 |
== Upgrade Notice ==
|
470 |
|
471 |
+
= 2.3.11 =
|
472 |
+
* Fix: Move the FB connect to experience enhancement
|
473 |
+
* Tweak: Add Google GPT to per-purpose blocking support in engines
|