WP GDPR Compliance - Version 2.0.19

Version Description

Release date: 12th Sep 2022 * Copy improvements

Download this release

Release Info

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

Code changes from version 2.0.18 to 2.0.19

Templates/Admin/notice-upgrade-content.php CHANGED
@@ -13,11 +13,7 @@
13
  <ol>
14
  <li><?php echo esc_html(__("Start a free 30-day trial.", 'van-ons')) ?></li>
15
  <li>
16
- <?php echo esc_html(__("Use the code JSGqJ2W3 before the trial expires to get an entire year free of charge.", 'van-ons')) ?>
17
- <br>
18
- <strong>
19
- <?php echo esc_html(__("No credit card required!", 'van-ons')) ?>
20
- </strong>
21
  </li>
22
  </ol>
23
 
13
  <ol>
14
  <li><?php echo esc_html(__("Start a free 30-day trial.", 'van-ons')) ?></li>
15
  <li>
16
+ <?php echo esc_html(__("Use the code wpgdpr12 before the trial expires to get an entire year free of charge.", 'van-ons')) ?>
 
 
 
 
17
  </li>
18
  </ol>
19
 
Templates/Admin/notice-upgrade.php CHANGED
@@ -2,4 +2,4 @@
2
 
3
  use WPGDPRC\Utils\Elements;
4
 
5
- Elements::notice(__("Upgrade to a professional grade consent solution – FREE for one year. Thereafter prices start from €10 per month", 'van-ons'), \WPGDPRC\Utils\Template::get('Admin/notice-upgrade-content'), '', 'upgrade' );
2
 
3
  use WPGDPRC\Utils\Elements;
4
 
5
+ Elements::notice(__("Upgrade to a professional grade consent solution – FREE for one year. Thereafter prices start from €12 per month", 'van-ons'), \WPGDPRC\Utils\Template::get('Admin/notice-upgrade-content'), '', 'upgrade' );
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.18
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.18 =
42
  *Release date: 12th Jul 2022*
43
  * More improvements
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
 
39
  == Changelog ==
40
 
41
+ = 2.0.19 =
42
+ *Release date: 12th Sep 2022*
43
+ * Copy improvements
44
+
45
  = 2.0.18 =
46
  *Release date: 12th Jul 2022*
47
  * More 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.18
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.18' );
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.19
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.19' );
37
  define( 'WPGDPRC_PREFIX', strtolower( __NAMESPACE__ ) );
38
 
39
  // register activation & deactivation hook to add/remove plugin specific database options