GDPR Cookie Compliance - Version 4.4.2

Version Description

Download this release

Release Info

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

Code changes from version 4.4.1 to 4.4.2

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.4.1
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.4.1' );
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.4.2
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.4.2' );
22
  if ( ! defined( 'MOOVE_SHOP_URL' ) ) :
23
  define( 'MOOVE_SHOP_URL', 'https://shop.mooveagency.com' );
24
  endif;
readme.txt CHANGED
@@ -1,7 +1,7 @@
1
  === GDPR Cookie Compliance (CCPA, PIPEDA ready) ===
2
  Contributors: MooveAgency
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LCYMMR4EQ2YVW
4
- Stable tag: 4.4.1
5
  Tags: gdpr, cookie, notice, consent, law
6
  Requires at least: 4.5
7
  Tested up to: 5.6
@@ -261,6 +261,9 @@ The Brazilian General Data Protection Law (“Lei Geral de Proteção de Dados
261
  39. GDPR Cookie Compliance - Front-end - Cookie Shortcode [Premium]
262
 
263
  == Changelog ==
 
 
 
264
  = 4.4.1: November 26, 2020 =
265
  * Company logo attributes improved
266
  * Branding save option fixed
1
  === GDPR Cookie Compliance (CCPA, PIPEDA ready) ===
2
  Contributors: MooveAgency
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LCYMMR4EQ2YVW
4
+ Stable tag: 4.4.2
5
  Tags: gdpr, cookie, notice, consent, law
6
  Requires at least: 4.5
7
  Tested up to: 5.6
261
  39. GDPR Cookie Compliance - Front-end - Cookie Shortcode [Premium]
262
 
263
  == Changelog ==
264
+ = 4.4.2: November 27, 2020 =
265
+ * Banner save bug fixed
266
+
267
  = 4.4.1: November 26, 2020 =
268
  * Company logo attributes improved
269
  * Branding save option fixed
views/moove/admin/settings/banner-settings.php CHANGED
@@ -125,7 +125,7 @@ endif;
125
  <tr class="moove_gdpr_table_form_holder">
126
  <th colspan="2" scope="row">
127
  <?php
128
- // $content = isset( $gdpr_options[ 'moove_gdpr_info_bar_content' . $wpml_lang ] ) && $gdpr_options[ 'moove_gdpr_info_bar_content' . $wpml_lang ] ? maybe_unserialize( $gdpr_options[ 'moove_gdpr_info_bar_content' . $wpml_lang ] ) : false;
129
  if ( ! $content ) :
130
  $_content = '<p>' . esc_html__( 'We are using cookies to give you the best experience on our website.', 'gdpr-cookie-compliance' ) .'</p>';
131
  $_content .= '<p>' . sprintf( esc_html__( 'You can find out more about which cookies we are using or switch them off in [%s]settings[/%s].', 'gdpr-cookie-compliance' ), 'setting', 'setting' ) . '</p>';
125
  <tr class="moove_gdpr_table_form_holder">
126
  <th colspan="2" scope="row">
127
  <?php
128
+ $content = isset( $gdpr_options[ 'moove_gdpr_info_bar_content' . $wpml_lang ] ) && $gdpr_options[ 'moove_gdpr_info_bar_content' . $wpml_lang ] ? maybe_unserialize( $gdpr_options[ 'moove_gdpr_info_bar_content' . $wpml_lang ] ) : false;
129
  if ( ! $content ) :
130
  $_content = '<p>' . esc_html__( 'We are using cookies to give you the best experience on our website.', 'gdpr-cookie-compliance' ) .'</p>';
131
  $_content .= '<p>' . sprintf( esc_html__( 'You can find out more about which cookies we are using or switch them off in [%s]settings[/%s].', 'gdpr-cookie-compliance' ), 'setting', 'setting' ) . '</p>';