The GDPR Framework By Data443 - Version 1.0.13

Version Description

Download this release

Release Info

Developer indrek_k
Plugin Icon 128x128 The GDPR Framework By Data443
Version 1.0.13
Comparing to
See all releases

Code changes from version 1.0.12 to 1.0.13

Files changed (2) hide show
  1. gdpr-framework.php +2 -2
  2. readme.txt +1 -1
gdpr-framework.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: The GDPR Framework
5
  * Plugin URI: https://www.data443.com/gdpr-framework/
6
  * Description: Tools to help make your website GDPR-compliant. Fully documented, extendable and developer-friendly.
7
- * Version: 1.0.12
8
  * Author: Data443
9
  * Author URI: https://www.data443.com/
10
  * Text Domain: gdpr-framework
@@ -15,7 +15,7 @@ if (!defined('WPINC')) {
15
  die;
16
  }
17
 
18
- define('GDPR_FRAMEWORK_VERSION', '1.0.12');
19
 
20
  add_action( 'plugins_loaded', 'myplugin_load_textdomain' );
21
  function myplugin_load_textdomain() {
4
  * Plugin Name: The GDPR Framework
5
  * Plugin URI: https://www.data443.com/gdpr-framework/
6
  * Description: Tools to help make your website GDPR-compliant. Fully documented, extendable and developer-friendly.
7
+ * Version: 1.0.13
8
  * Author: Data443
9
  * Author URI: https://www.data443.com/
10
  * Text Domain: gdpr-framework
15
  die;
16
  }
17
 
18
+ define('GDPR_FRAMEWORK_VERSION', '1.0.13');
19
 
20
  add_action( 'plugins_loaded', 'myplugin_load_textdomain' );
21
  function myplugin_load_textdomain() {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: gdpr, compliance, security, privacy, wordpress gdpr, eu privacy directive,
4
  Requires at least: 4.7
5
  Tested up to: 4.9.8
6
  Requires PHP: 5.6.33
7
- Stable tag: 1.0.12
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10
 
4
  Requires at least: 4.7
5
  Tested up to: 4.9.8
6
  Requires PHP: 5.6.33
7
+ Stable tag: 1.0.13
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10