Version Description
Download this release
Release Info
Developer | MooveAgency |
Plugin | GDPR Cookie Compliance |
Version | 4.5.8 |
Comparing to | |
See all releases |
Code changes from version 4.5.7 to 4.5.8
- controllers/class-moove-gdpr-controller.php +14 -11
- moove-gdpr.php +2 -2
- readme.txt +4 -1
controllers/class-moove-gdpr-controller.php
CHANGED
@@ -293,7 +293,7 @@ class Moove_GDPR_Controller {
|
|
293 |
<?php
|
294 |
$input = apply_filters( 'moove_gdpr_inline_styles', ob_get_clean(), $primary_colour, $secondary_colour, $button_bg, $button_hover_bg, $button_font );
|
295 |
$gdpr_controller = new Moove_GDPR_Controller();
|
296 |
-
return $gdpr_controller->moove_gdpr_minify_css( $input );
|
297 |
}
|
298 |
|
299 |
/**
|
@@ -302,14 +302,15 @@ class Moove_GDPR_Controller {
|
|
302 |
* @return void
|
303 |
*/
|
304 |
public static function moove_gdpr_cookie_popup_modal() {
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
|
|
313 |
}
|
314 |
|
315 |
/**
|
@@ -318,8 +319,10 @@ class Moove_GDPR_Controller {
|
|
318 |
* @return void
|
319 |
*/
|
320 |
public static function moove_gdpr_cookie_popup_info() {
|
321 |
-
|
322 |
-
|
|
|
|
|
323 |
}
|
324 |
|
325 |
public static function moove_gdpr_get_static_scripts() {
|
293 |
<?php
|
294 |
$input = apply_filters( 'moove_gdpr_inline_styles', ob_get_clean(), $primary_colour, $secondary_colour, $button_bg, $button_hover_bg, $button_font );
|
295 |
$gdpr_controller = new Moove_GDPR_Controller();
|
296 |
+
return ! is_admin() ? $gdpr_controller->moove_gdpr_minify_css( $input ) : '';
|
297 |
}
|
298 |
|
299 |
/**
|
302 |
* @return void
|
303 |
*/
|
304 |
public static function moove_gdpr_cookie_popup_modal() {
|
305 |
+
if ( ! is_admin() ) :
|
306 |
+
// FLOATING BUTTON.
|
307 |
+
$content = gdpr_get_module( 'floating-button' );
|
308 |
+
apply_filters( 'gdpr_cc_keephtml', $content, true );
|
309 |
+
|
310 |
+
// MODAL CONTENT.
|
311 |
+
$content = gdpr_get_module( 'modal-base' );
|
312 |
+
apply_filters( 'gdpr_cc_keephtml', $content, true );
|
313 |
+
endif;
|
314 |
}
|
315 |
|
316 |
/**
|
319 |
* @return void
|
320 |
*/
|
321 |
public static function moove_gdpr_cookie_popup_info() {
|
322 |
+
if ( ! is_admin() ) :
|
323 |
+
$content = gdpr_get_module( 'infobar-base' );
|
324 |
+
apply_filters( 'gdpr_cc_keephtml', $content, true );
|
325 |
+
endif;
|
326 |
}
|
327 |
|
328 |
public static function moove_gdpr_get_static_scripts() {
|
moove-gdpr.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: GDPR Cookie Compliance (CCPA, PIPEDA ready)
|
5 |
* Plugin URI: https://wordpress.org/plugins/gdpr-cookie-compliance/
|
6 |
* Description: Our plugin is useful in preparing your site for the following data protection and privacy regulations: GDPR, PIPEDA, CCPA, AAP, LGPD and others.
|
7 |
-
* Version: 4.5.
|
8 |
* Author: Moove Agency
|
9 |
* Domain Path: /languages
|
10 |
* Author URI: https://www.mooveagency.com
|
@@ -18,7 +18,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
18 |
exit;
|
19 |
} // Exit if accessed directly
|
20 |
|
21 |
-
define( 'MOOVE_GDPR_VERSION', '4.5.
|
22 |
if ( ! defined( 'MOOVE_SHOP_URL' ) ) :
|
23 |
define( 'MOOVE_SHOP_URL', 'https://shop.mooveagency.com' );
|
24 |
endif;
|
4 |
* Plugin Name: GDPR Cookie Compliance (CCPA, PIPEDA ready)
|
5 |
* Plugin URI: https://wordpress.org/plugins/gdpr-cookie-compliance/
|
6 |
* Description: Our plugin is useful in preparing your site for the following data protection and privacy regulations: GDPR, PIPEDA, CCPA, AAP, LGPD and others.
|
7 |
+
* Version: 4.5.8
|
8 |
* Author: Moove Agency
|
9 |
* Domain Path: /languages
|
10 |
* Author URI: https://www.mooveagency.com
|
18 |
exit;
|
19 |
} // Exit if accessed directly
|
20 |
|
21 |
+
define( 'MOOVE_GDPR_VERSION', '4.5.8' );
|
22 |
if ( ! defined( 'MOOVE_SHOP_URL' ) ) :
|
23 |
define( 'MOOVE_SHOP_URL', 'https://shop.mooveagency.com' );
|
24 |
endif;
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Contributors: MooveAgency
|
3 |
Donate link: https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/
|
4 |
Tags: GDPR, CCPA, compliance, cookie law, cookie consent
|
5 |
-
Stable tag: 4.5.
|
6 |
Requires at least: 4.5
|
7 |
Tested up to: 5.8
|
8 |
Requires PHP: 5.6 or higher
|
@@ -266,6 +266,9 @@ The Brazilian General Data Protection Law (“Lei Geral de Proteção de Dados
|
|
266 |
39. GDPR Cookie Compliance - Front-end - Cookie Shortcode [Premium]
|
267 |
|
268 |
== Changelog ==
|
|
|
|
|
|
|
269 |
= 4.5.7: 15 July 2021 =
|
270 |
* Company logo alt improved
|
271 |
* JavaScript improvements
|
2 |
Contributors: MooveAgency
|
3 |
Donate link: https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/
|
4 |
Tags: GDPR, CCPA, compliance, cookie law, cookie consent
|
5 |
+
Stable tag: 4.5.8
|
6 |
Requires at least: 4.5
|
7 |
Tested up to: 5.8
|
8 |
Requires PHP: 5.6 or higher
|
266 |
39. GDPR Cookie Compliance - Front-end - Cookie Shortcode [Premium]
|
267 |
|
268 |
== Changelog ==
|
269 |
+
= 4.5.8: 26 July 2021 =
|
270 |
+
* Fixed GDPR in Gutenberg Widget Editor
|
271 |
+
|
272 |
= 4.5.7: 15 July 2021 =
|
273 |
* Company logo alt improved
|
274 |
* JavaScript improvements
|