Version Description
- Bugfix: Fix language tabs in multi-language
Download this release
Release Info
Developer | iubenda |
Plugin | iubenda Cookie Solution for GDPR |
Version | 3.3.2 |
Comparing to | |
See all releases |
Code changes from version 3.3.1 to 3.3.2
- includes/settings.php +1 -2
- iubenda_cookie_solution.php +3 -3
- readme.txt +6 -5
includes/settings.php
CHANGED
@@ -479,8 +479,7 @@ class iubenda_Settings {
|
|
479 |
];
|
480 |
|
481 |
wp_localize_script( 'iubenda-admin', 'iub_js_vars', $iub_js_vars );
|
482 |
-
|
483 |
-
wp_enqueue_script('iubenda-admin-tabs', IUBENDA_PLUGIN_URL . '/assets/js/tabs.js', array('jquery'), iubenda()->version, true);
|
484 |
}
|
485 |
|
486 |
/**
|
479 |
];
|
480 |
|
481 |
wp_localize_script( 'iubenda-admin', 'iub_js_vars', $iub_js_vars );
|
482 |
+
wp_enqueue_script( 'iubenda-admin-tabs', IUBENDA_PLUGIN_URL . '/assets/js/tabs.js', array( 'jquery' ), iubenda()->version, true );
|
|
|
483 |
}
|
484 |
|
485 |
/**
|
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: The iubenda plugin is an <strong>all-in-one</strong>, extremely easy to use 360° compliance solution, with text crafted by actual lawyers, that quickly <strong>scans your site and auto-configures to match your specific setup</strong>. It supports the GDPR (DSGVO, RGPD), UK-GDPR, ePrivacy, LGPD, CCPA, CalOPPA, PECR and more.
|
6 |
-
Version: 3.3.
|
7 |
Author: iubenda
|
8 |
Author URI: https://www.iubenda.com
|
9 |
License: MIT License
|
@@ -36,7 +36,7 @@ define( 'IUB_DEBUG', false );
|
|
36 |
* @property IubendaLegalBlock $block
|
37 |
*
|
38 |
* @class iubenda
|
39 |
-
* @version 3.3.
|
40 |
*/
|
41 |
class iubenda {
|
42 |
|
@@ -94,7 +94,7 @@ class iubenda {
|
|
94 |
)
|
95 |
);
|
96 |
public $base_url;
|
97 |
-
public $version = '3.3.
|
98 |
public $activation = array(
|
99 |
'update_version' => 0,
|
100 |
'update_notice' => true,
|
3 |
Plugin Name: Cookie and Consent Solution for the GDPR & ePrivacy
|
4 |
Plugin URI: https://www.iubenda.com
|
5 |
Description: The iubenda plugin is an <strong>all-in-one</strong>, extremely easy to use 360° compliance solution, with text crafted by actual lawyers, that quickly <strong>scans your site and auto-configures to match your specific setup</strong>. It supports the GDPR (DSGVO, RGPD), UK-GDPR, ePrivacy, LGPD, CCPA, CalOPPA, PECR and more.
|
6 |
+
Version: 3.3.2
|
7 |
Author: iubenda
|
8 |
Author URI: https://www.iubenda.com
|
9 |
License: MIT License
|
36 |
* @property IubendaLegalBlock $block
|
37 |
*
|
38 |
* @class iubenda
|
39 |
+
* @version 3.3.2
|
40 |
*/
|
41 |
class iubenda {
|
42 |
|
94 |
)
|
95 |
);
|
96 |
public $base_url;
|
97 |
+
public $version = '3.3.2';
|
98 |
public $activation = array(
|
99 |
'update_version' => 0,
|
100 |
'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.1
|
8 |
-
Stable tag: 3.3.
|
9 |
License: MIT License
|
10 |
License URI: http://opensource.org/licenses/MIT
|
11 |
|
@@ -255,6 +255,9 @@ The Brazilian General Data Protection Law, the ***Lei Geral de Proteção de Dad
|
|
255 |
|
256 |
== Changelog ==
|
257 |
|
|
|
|
|
|
|
258 |
= 3.3.1 =
|
259 |
* New: Support WP 6.1
|
260 |
* Fix translation of CS "required" in the wizard
|
@@ -743,7 +746,5 @@ The Brazilian General Data Protection Law, the ***Lei Geral de Proteção de Dad
|
|
743 |
|
744 |
== Upgrade Notice ==
|
745 |
|
746 |
-
= 3.3.
|
747 |
-
*
|
748 |
-
* Fix translation of CS "required" in the wizard
|
749 |
-
* Fix typo in ConS product page
|
5 |
Requires at least: 5.0
|
6 |
Requires PHP: 7.0.0
|
7 |
Tested up to: 6.1
|
8 |
+
Stable tag: 3.3.2
|
9 |
License: MIT License
|
10 |
License URI: http://opensource.org/licenses/MIT
|
11 |
|
255 |
|
256 |
== Changelog ==
|
257 |
|
258 |
+
= 3.3.2 =
|
259 |
+
* Bugfix: Fix language tabs in multi-language
|
260 |
+
|
261 |
= 3.3.1 =
|
262 |
* New: Support WP 6.1
|
263 |
* Fix translation of CS "required" in the wizard
|
746 |
|
747 |
== Upgrade Notice ==
|
748 |
|
749 |
+
= 3.3.2 =
|
750 |
+
* Bugfix: Fix language tabs in multi-language
|
|
|
|