iubenda Cookie Solution for GDPR - Version 3.0.9

Version Description

  • Move www.googletagmanager.com/gtag/js to analytics #4
Download this release

Release Info

Developer iubenda
Plugin Icon 128x128 iubenda Cookie Solution for GDPR
Version 3.0.9
Comparing to
See all releases

Code changes from version 3.0.8 to 3.0.9

iubenda-cookie-class/README.md CHANGED
@@ -98,9 +98,12 @@ These operations take place in accordance with the rules explained in [this guid
98
 
99
  ## Changelog
100
 
 
 
 
101
  ##### 4.1.9
102
  * Fix SSRF security vulnerability
103
- * Remove googletagmanager.com/gtm.js from basic internaction
104
 
105
  ##### ``4.1.8
106
  * Fix: Avoid overriding the purposes attr if it was set
98
 
99
  ## Changelog
100
 
101
+ ##### 4.1.10
102
+ * Move www.googletagmanager.com/gtag/js under analytics #4
103
+
104
  ##### 4.1.9
105
  * Fix SSRF security vulnerability
106
+ * Remove googletagmanager.com/gtm.js from basic interaction
107
 
108
  ##### ``4.1.8
109
  * Fix: Avoid overriding the purposes attr if it was set
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
9
  * @deprecated
10
  *
11
  * This program is free software: you can redistribute it and/or modify
@@ -96,7 +96,8 @@ class iubendaParser {
96
  'i.kissmetrics.com/i.js',
97
  'cdn.mxpnl.com',
98
  'rum-static.pingdom.net/prum.min.js',
99
- 'google-analytics.com/analytics.js'
 
100
  ),
101
  // Targeting & Advertising
102
  5 => array(
@@ -104,7 +105,6 @@ class iubendaParser {
104
  'securepubads.g.doubleclick.net/tag/js/gpt.js',
105
  'googlesyndication.com/pagead/show_ads.js',
106
  'googleadservices.com/pagead/conversion.js',
107
- 'www.googletagmanager.com/gtag/js',
108
  'window.adsbygoogle',
109
  'static.ads-twitter.com',
110
  'static.criteo.net/js/',
5
  * @author iubenda s.r.l
6
  * @copyright 2018-2020, iubenda s.r.l
7
  * @license GNU/GPL
8
+ * @version 4.1.10
9
  * @deprecated
10
  *
11
  * This program is free software: you can redistribute it and/or modify
96
  'i.kissmetrics.com/i.js',
97
  'cdn.mxpnl.com',
98
  'rum-static.pingdom.net/prum.min.js',
99
+ 'google-analytics.com/analytics.js',
100
+ 'www.googletagmanager.com/gtag/js'
101
  ),
102
  // Targeting & Advertising
103
  5 => array(
105
  'securepubads.g.doubleclick.net/tag/js/gpt.js',
106
  'googlesyndication.com/pagead/show_ads.js',
107
  'googleadservices.com/pagead/conversion.js',
 
108
  'window.adsbygoogle',
109
  'static.ads-twitter.com',
110
  'static.criteo.net/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: 3.0.8
7
  Author: iubenda
8
  Author URI: https://www.iubenda.com
9
  License: MIT License
@@ -34,7 +34,7 @@ define( 'IUB_DEBUG', false );
34
  * @property-read iubenda_Settings $settings
35
  *
36
  * @class iubenda
37
- * @version 3.0.8
38
  */
39
  class iubenda {
40
 
@@ -92,7 +92,7 @@ class iubenda {
92
  )
93
  );
94
  public $base_url;
95
- public $version = '3.0.8';
96
  public $activation = array(
97
  'update_version' => 0,
98
  '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: 3.0.9
7
  Author: iubenda
8
  Author URI: https://www.iubenda.com
9
  License: MIT License
34
  * @property-read iubenda_Settings $settings
35
  *
36
  * @class iubenda
37
+ * @version 3.0.9
38
  */
39
  class iubenda {
40
 
92
  )
93
  );
94
  public $base_url;
95
+ public $version = '3.0.9';
96
  public $activation = array(
97
  'update_version' => 0,
98
  'update_notice' => true,
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: cookie banner, cookie law, eprivacy, gdpr, ukgdpr, ccpa, caloppa, lgpd, ds
5
  Requires at least: 5.0
6
  Requires PHP: 7.0.0
7
  Tested up to: 6.0
8
- Stable tag: 3.0.8
9
  License: MIT License
10
  License URI: http://opensource.org/licenses/MIT
11
 
@@ -242,6 +242,9 @@ The Brazilian General Data Protection Law, the ***Lei Geral de Proteção de Dad
242
 
243
  == Changelog ==
244
 
 
 
 
245
  = 3.0.8 =
246
  * Fix SSRF security vulnerability
247
  * Remove googletagmanager.com/gtm.js from basic interaction
@@ -675,6 +678,5 @@ The Brazilian General Data Protection Law, the ***Lei Geral de Proteção de Dad
675
 
676
  == Upgrade Notice ==
677
 
678
- = 3.0.8 =
679
- * Fix SSRF security vulnerability
680
- * Remove googletagmanager.com/gtm.js from basic interaction
5
  Requires at least: 5.0
6
  Requires PHP: 7.0.0
7
  Tested up to: 6.0
8
+ Stable tag: 3.0.9
9
  License: MIT License
10
  License URI: http://opensource.org/licenses/MIT
11
 
242
 
243
  == Changelog ==
244
 
245
+ = 3.0.9 =
246
+ * Move www.googletagmanager.com/gtag/js to analytics #4
247
+
248
  = 3.0.8 =
249
  * Fix SSRF security vulnerability
250
  * Remove googletagmanager.com/gtm.js from basic interaction
678
 
679
  == Upgrade Notice ==
680
 
681
+ = 3.0.9 =
682
+ Move www.googletagmanager.com/gtag/js to analytics #4