Version Description
- Tweak: Add Google GPT to per-purpose blocking support
- Fix: admin.js ready method deprecation
Download this release
Release Info
Developer | iubenda |
Plugin | iubenda Cookie Solution for GDPR |
Version | 2.3.8 |
Comparing to | |
See all releases |
Code changes from version 2.3.7 to 2.3.8
- iubenda-cookie-class/iubenda.class.php +1 -0
- iubenda_cookie_solution.php +3 -3
- js/admin.js +1 -1
- readme.txt +7 -2
iubenda-cookie-class/iubenda.class.php
CHANGED
@@ -90,6 +90,7 @@ class iubendaParser {
|
|
90 |
// Targeting & Advertising
|
91 |
5 => array(
|
92 |
'googlesyndication.com/pagead/js/adsbygoogle.js',
|
|
|
93 |
'googlesyndication.com/pagead/show_ads.js',
|
94 |
'googleadservices.com/pagead/conversion.js',
|
95 |
'www.googletagmanager.com/gtag/js',
|
90 |
// Targeting & Advertising
|
91 |
5 => array(
|
92 |
'googlesyndication.com/pagead/js/adsbygoogle.js',
|
93 |
+
'securepubads.g.doubleclick.net/tag/js/gpt.js',
|
94 |
'googlesyndication.com/pagead/show_ads.js',
|
95 |
'googleadservices.com/pagead/conversion.js',
|
96 |
'www.googletagmanager.com/gtag/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 |
|
@@ -62,7 +62,7 @@ class iubenda {
|
|
62 |
)
|
63 |
);
|
64 |
public $base_url;
|
65 |
-
public $version = '2.3.
|
66 |
public $activation = array(
|
67 |
'update_version' => 0,
|
68 |
'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.8
|
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.8
|
36 |
*/
|
37 |
class iubenda {
|
38 |
|
62 |
)
|
63 |
);
|
64 |
public $base_url;
|
65 |
+
public $version = '2.3.8';
|
66 |
public $activation = array(
|
67 |
'update_version' => 0,
|
68 |
'update_notice' => true,
|
js/admin.js
CHANGED
@@ -269,7 +269,7 @@
|
|
269 |
} );
|
270 |
|
271 |
// Force trigger change on document ready
|
272 |
-
$(
|
273 |
$( '#postbox-container-2' ).change();
|
274 |
} );
|
275 |
|
269 |
} );
|
270 |
|
271 |
// Force trigger change on document ready
|
272 |
+
$( function() {
|
273 |
$( '#postbox-container-2' ).change();
|
274 |
} );
|
275 |
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: cookies, cookie law, cookie policy, cookie banner, privacy policy, cookie
|
|
5 |
Requires at least: 4.0
|
6 |
Requires PHP: 5.2.4
|
7 |
Tested up to: 5.5.0
|
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.7 =
|
154 |
* Fix: admin.js ready method deprecation
|
155 |
|
@@ -452,5 +456,6 @@ We will be very happy to receive feedback here: [Uservoice forum](https://suppor
|
|
452 |
|
453 |
== Upgrade Notice ==
|
454 |
|
455 |
-
= 2.3.
|
|
|
456 |
* Fix: admin.js ready method deprecation
|
5 |
Requires at least: 4.0
|
6 |
Requires PHP: 5.2.4
|
7 |
Tested up to: 5.5.0
|
8 |
+
Stable tag: 2.3.8
|
9 |
License: MIT License
|
10 |
License URI: http://opensource.org/licenses/MIT
|
11 |
|
150 |
|
151 |
== Changelog ==
|
152 |
|
153 |
+
= 2.3.8 =
|
154 |
+
* Tweak: Add Google GPT to per-purpose blocking support
|
155 |
+
* Fix: admin.js ready method deprecation
|
156 |
+
|
157 |
= 2.3.7 =
|
158 |
* Fix: admin.js ready method deprecation
|
159 |
|
456 |
|
457 |
== Upgrade Notice ==
|
458 |
|
459 |
+
= 2.3.8 =
|
460 |
+
* Tweak: Add Google GPT to per-purpose blocking support
|
461 |
* Fix: admin.js ready method deprecation
|