WP GDPR Compliance - Version 2.0.18

Version Description

Release date: 12th Jul 2022 * More improvements

Download this release

Release Info

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

Code changes from version 2.0.17 to 2.0.18

Templates/Admin/notice-upgrade-content.php CHANGED
@@ -1,8 +1,8 @@
1
- <p><?php echo esc_html(__("The free WP GDPR Consent Plugin does not store users consents plus other necessary things that are strictly required by ePrivacy and GDPR regulation. These required things can not be done for free. To protect the WordPress community, we offer our professional grade CMP without any cost for a year.",'van-ons')); ?></p>
2
 
3
- <h4 class="wpgdprc-message__title h4 margin-top-1"><?php echo esc_html(__("You can be up and running in few minutes",'van-ons')); ?></h4>
4
 
5
- <p><?php echo esc_html(__("We’ve made it quick and easy to switch from your current cookie banner to a GDPR-compliant solution. All you need to do is to create your free account here, and then you'll be able to upgrade your consent pop up through the simple push of a button on your existing WordPress Plugin.",'van-ons')); ?></p>
6
  <p><?php echo esc_html(__("There's also a video walking you through the 3 steps on the page below.",'van-ons')); ?></p>
7
 
8
  <hr class="margin-top-2">
1
+ <p><?php echo esc_html(__("The free WP GDPR Consent Plugin does not store users' consent plus other necessary things that are strictly required by ePrivacy and the GDPR regulations. These required things cannot be done for free. To protect the WordPress community, we offer our professional grade CMP without any cost for a year.",'van-ons')); ?></p>
2
 
3
+ <h4 class="wpgdprc-message__title h4 margin-top-1"><?php echo esc_html(__("You can be up and running in a few minutes",'van-ons')); ?></h4>
4
 
5
+ <p><?php echo esc_html(__("We have made it quick and easy to switch from your current cookie banner to a GDPR-compliant solution. All you need to do is to create your free account here, and then you will be able to upgrade your consent pop-up through the simple push of a button on your existing WordPress Plugin.",'van-ons')); ?></p>
6
  <p><?php echo esc_html(__("There's also a video walking you through the 3 steps on the page below.",'van-ons')); ?></p>
7
 
8
  <hr class="margin-top-2">
Templates/Admin/notice-upgrade.php CHANGED
@@ -2,4 +2,4 @@
2
 
3
  use WPGDPRC\Utils\Elements;
4
 
5
- Elements::notice(__("Upgrade to at 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 €10 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.17
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.17 =
42
  *Release date: 12th Jul 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.18
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.18 =
42
+ *Release date: 12th Jul 2022*
43
+ * More improvements
44
+
45
  = 2.0.17 =
46
  *Release date: 12th Jul 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.17
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.17' );
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.18
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.18' );
37
  define( 'WPGDPRC_PREFIX', strtolower( __NAMESPACE__ ) );
38
 
39
  // register activation & deactivation hook to add/remove plugin specific database options