GDPR Cookie Compliance - Version 4.8.12

Version Description

Download this release

Release Info

Developer MooveAgency
Plugin Icon 128x128 GDPR Cookie Compliance
Version 4.8.12
Comparing to
See all releases

Code changes from version 4.8.11 to 4.8.12

gdpr-modules/modal/tab-footer-buttons.php CHANGED
@@ -9,29 +9,29 @@
9
  foreach ( $content->buttons_order as $button_type ) :
10
  if ( 'enable' === $button_type && isset( $content->allow_v ) && $content->allow_v ) :
11
  ?>
12
- <button class="mgbutton moove-gdpr-modal-allow-all button-visible" role="button" title="<?php echo esc_attr( $content->allow_label ); ?>" aria-label="<?php echo esc_attr( $content->allow_label ); ?>"><?php echo esc_attr( $content->allow_label ); ?></button>
13
  <?php
14
  elseif ( 'reject' === $button_type && isset( $content->reject_v ) && $content->reject_v ) :
15
  ?>
16
- <button class="mgbutton moove-gdpr-modal-reject-all button-visible" role="button" title="<?php echo esc_attr( $content->reject_label ); ?>" aria-label="<?php echo esc_attr( $content->reject_label ); ?>"><?php echo esc_attr( $content->reject_label ); ?></button>
17
  <?php
18
  elseif ( 'save' === $button_type && isset( $content->settings_v ) && $content->settings_v ) :
19
  ?>
20
- <button class="mgbutton moove-gdpr-modal-save-settings button-visible" role="button" title="<?php echo esc_attr( $content->settings_label ); ?>" aria-label="<?php echo esc_attr( $content->settings_label ); ?>"><?php echo esc_attr( $content->settings_label ); ?></button>
21
  <?php
22
  endif;
23
  endforeach;
24
  else : ?>
25
  <?php if ( isset( $content->allow_v ) && $content->allow_v ) : ?>
26
- <button class="mgbutton moove-gdpr-modal-allow-all button-visible" role="button" title="<?php echo esc_attr( $content->allow_label ); ?>" aria-label="<?php echo esc_attr( $content->allow_label ); ?>"><?php echo esc_attr( $content->allow_label ); ?></button>
27
  <?php endif; ?>
28
 
29
  <?php if ( isset( $content->reject_v ) && $content->reject_v ) : ?>
30
- <button class="mgbutton moove-gdpr-modal-reject-all button-visible" role="button" title="<?php echo esc_attr( $content->reject_label ); ?>" aria-label="<?php echo esc_attr( $content->reject_label ); ?>"><?php echo esc_attr( $content->reject_label ); ?></button>
31
  <?php endif; ?>
32
 
33
  <?php if ( isset( $content->settings_v ) && $content->settings_v ) : ?>
34
- <button class="mgbutton moove-gdpr-modal-save-settings button-visible" role="button" title="<?php echo esc_attr( $content->settings_label ); ?>" aria-label="<?php echo esc_attr( $content->settings_label ); ?>"><?php echo esc_attr( $content->settings_label ); ?></button>
35
  <?php endif; ?>
36
  <?php endif; ?>
37
  </div>
9
  foreach ( $content->buttons_order as $button_type ) :
10
  if ( 'enable' === $button_type && isset( $content->allow_v ) && $content->allow_v ) :
11
  ?>
12
+ <button class="mgbutton moove-gdpr-modal-allow-all button-visible" role="button" aria-label="<?php echo esc_attr( $content->allow_label ); ?>"><?php echo esc_attr( $content->allow_label ); ?></button>
13
  <?php
14
  elseif ( 'reject' === $button_type && isset( $content->reject_v ) && $content->reject_v ) :
15
  ?>
16
+ <button class="mgbutton moove-gdpr-modal-reject-all button-visible" role="button" aria-label="<?php echo esc_attr( $content->reject_label ); ?>"><?php echo esc_attr( $content->reject_label ); ?></button>
17
  <?php
18
  elseif ( 'save' === $button_type && isset( $content->settings_v ) && $content->settings_v ) :
19
  ?>
20
+ <button class="mgbutton moove-gdpr-modal-save-settings button-visible" role="button" aria-label="<?php echo esc_attr( $content->settings_label ); ?>"><?php echo esc_attr( $content->settings_label ); ?></button>
21
  <?php
22
  endif;
23
  endforeach;
24
  else : ?>
25
  <?php if ( isset( $content->allow_v ) && $content->allow_v ) : ?>
26
+ <button class="mgbutton moove-gdpr-modal-allow-all button-visible" role="button" aria-label="<?php echo esc_attr( $content->allow_label ); ?>"><?php echo esc_attr( $content->allow_label ); ?></button>
27
  <?php endif; ?>
28
 
29
  <?php if ( isset( $content->reject_v ) && $content->reject_v ) : ?>
30
+ <button class="mgbutton moove-gdpr-modal-reject-all button-visible" role="button" aria-label="<?php echo esc_attr( $content->reject_label ); ?>"><?php echo esc_attr( $content->reject_label ); ?></button>
31
  <?php endif; ?>
32
 
33
  <?php if ( isset( $content->settings_v ) && $content->settings_v ) : ?>
34
+ <button class="mgbutton moove-gdpr-modal-save-settings button-visible" role="button" aria-label="<?php echo esc_attr( $content->settings_label ); ?>"><?php echo esc_attr( $content->settings_label ); ?></button>
35
  <?php endif; ?>
36
  <?php endif; ?>
37
  </div>
moove-gdpr.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: GDPR Cookie Compliance
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, CCPA, PIPEDA, AAP, LGPD and others.
7
- * Version: 4.8.11
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.8.11' );
22
  if ( ! defined( 'MOOVE_SHOP_URL' ) ) :
23
  define( 'MOOVE_SHOP_URL', 'https://shop.mooveagency.com' );
24
  endif;
4
  * Plugin Name: GDPR Cookie Compliance
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, CCPA, PIPEDA, AAP, LGPD and others.
7
+ * Version: 4.8.12
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.8.12' );
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, cookie banner, cookie law, cookie consent, cookie notice, dsgvo, rgpd
5
- Stable tag: 4.8.11
6
  Requires at least: 4.5
7
  Tested up to: 6.0
8
  Requires PHP: 5.6 or higher
@@ -31,7 +31,7 @@ Cookie Compliance for GDPR & CCPA, European and other cookie law and consent not
31
  * Sleek animations to enhance the user experience
32
  * **Mobile responsive** design
33
  * **SEO friendly**
34
- * Optimised for **WCAG/ADA compliance**
35
  * [WPML](https://wpml.org/?aid=85067&affiliate_key=oYH2FlnrApDE), QTranslate, WP Multilang, TranslatePress and Polylang compatible, .pot file for translations included
36
  * **CDN** base URL supported
37
  * Supports all major **caching** servers and plugins
@@ -275,6 +275,9 @@ The Brazilian General Data Protection Law (“Lei Geral de Proteção de Dados
275
  39. GDPR Cookie Compliance - Front-end - Cookie Shortcode [Premium]
276
 
277
  == Changelog ==
 
 
 
278
  = 4.8.11: 05 August 2022 =
279
  * WCAG improvements
280
 
@@ -285,7 +288,7 @@ The Brazilian General Data Protection Law (“Lei Geral de Proteção de Dados
285
  * Tabindex filter implemented, snippet added to Documentation
286
 
287
  = 4.8.8: 29 June 2022 =
288
- * Logo queries optimized
289
 
290
  = 4.8.7: 14 June 2022 =
291
  * Added support for TranslatePress plugin
2
  Contributors: MooveAgency
3
  Donate link: https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/
4
  Tags: GDPR, CCPA, cookie banner, cookie law, cookie consent, cookie notice, dsgvo, rgpd
5
+ Stable tag: 4.8.12
6
  Requires at least: 4.5
7
  Tested up to: 6.0
8
  Requires PHP: 5.6 or higher
31
  * Sleek animations to enhance the user experience
32
  * **Mobile responsive** design
33
  * **SEO friendly**
34
+ * Optimised for **WCAG & ADA compliance**
35
  * [WPML](https://wpml.org/?aid=85067&affiliate_key=oYH2FlnrApDE), QTranslate, WP Multilang, TranslatePress and Polylang compatible, .pot file for translations included
36
  * **CDN** base URL supported
37
  * Supports all major **caching** servers and plugins
275
  39. GDPR Cookie Compliance - Front-end - Cookie Shortcode [Premium]
276
 
277
  == Changelog ==
278
+ = 4.8.12: 17 August 2022 =
279
+ * WCAG improvements - modal footer buttons
280
+
281
  = 4.8.11: 05 August 2022 =
282
  * WCAG improvements
283
 
288
  * Tabindex filter implemented, snippet added to Documentation
289
 
290
  = 4.8.8: 29 June 2022 =
291
+ * Logo queries optimised
292
 
293
  = 4.8.7: 14 June 2022 =
294
  * Added support for TranslatePress plugin