WP GDPR Compliance - Version 2.0.20

Version Description

Release date: 4th Oct 2022 * WP User integration improvements

Download this release

Release Info

Developer merlijnvanlent
Plugin Icon 128x128 WP GDPR Compliance
Version 2.0.20
Comparing to
See all releases

Code changes from version 2.0.19 to 2.0.20

Templates/Front/Registration/checkbox.php CHANGED
@@ -9,7 +9,7 @@
9
 
10
  <p>
11
  <label>
12
- <input type="checkbox" name="<?php echo esc_attr( $name ); ?>" value="1"/> <?php echo esc_html( $label ); ?>
13
  </label>
14
  </p>
15
  <br>
9
 
10
  <p>
11
  <label>
12
+ <input type="checkbox" name="<?php echo esc_attr( $name ); ?>" value="1"/> <?php echo $label; ?>
13
  </label>
14
  </p>
15
  <br>
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: gdpr, law, regulations, compliance, data, protection, privacy, data protec
4
  Requires at least: 5.3
5
  Tested up to: 5.9
6
  Requires PHP: 7.0
7
- Stable tag: 2.0.19
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -38,6 +38,10 @@ Get immediate access to:
38
 
39
  == Changelog ==
40
 
 
 
 
 
41
  = 2.0.19 =
42
  *Release date: 12th Sep 2022*
43
  * Copy improvements
4
  Requires at least: 5.3
5
  Tested up to: 5.9
6
  Requires PHP: 7.0
7
+ Stable tag: 2.0.20
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
 
38
 
39
  == Changelog ==
40
 
41
+ = 2.0.20 =
42
+ *Release date: 4th Oct 2022*
43
+ * WP User integration improvements
44
+
45
  = 2.0.19 =
46
  *Release date: 12th Sep 2022*
47
  * Copy improvements
wp-gdpr-compliance.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: The consent solution for non-businesses. This is a free plug-in that offers basic features.
6
  * Author: Cookie Information
7
  * Author URI: https://cookieinformation.com/
8
- * Version: 2.0.19
9
  * Text Domain: wp-gdpr-compliance
10
  * Domain Path: /Resources/languages
11
  * Requires at least: 5.3
@@ -33,7 +33,7 @@ spl_autoload_register( __NAMESPACE__ . '\\autoload' );
33
  define( 'WPGDPRC_ROOT', dirname( __FILE__ ) . '/' );
34
  define( 'WPGDPRC_ROOT_FILE', __FILE__ );
35
  define( 'WPGDPRC_FILE', plugin_basename( __FILE__ ) );
36
- define( 'WPGDPRC_VERSION', '2.0.19' );
37
  define( 'WPGDPRC_PREFIX', strtolower( __NAMESPACE__ ) );
38
 
39
  // register activation & deactivation hook to add/remove plugin specific database options
5
  * Description: The consent solution for non-businesses. This is a free plug-in that offers basic features.
6
  * Author: Cookie Information
7
  * Author URI: https://cookieinformation.com/
8
+ * Version: 2.0.20
9
  * Text Domain: wp-gdpr-compliance
10
  * Domain Path: /Resources/languages
11
  * Requires at least: 5.3
33
  define( 'WPGDPRC_ROOT', dirname( __FILE__ ) . '/' );
34
  define( 'WPGDPRC_ROOT_FILE', __FILE__ );
35
  define( 'WPGDPRC_FILE', plugin_basename( __FILE__ ) );
36
+ define( 'WPGDPRC_VERSION', '2.0.20' );
37
  define( 'WPGDPRC_PREFIX', strtolower( __NAMESPACE__ ) );
38
 
39
  // register activation & deactivation hook to add/remove plugin specific database options