WP DSGVO Tools - Version 2.0.1

Version Description

  • Standardwert für die Cookie Notice Art
Download this release

Release Info

Developer shapepress
Plugin Icon 128x128 WP DSGVO Tools
Version 2.0.1
Comparing to
See all releases

Code changes from version 2.0.0 to 2.0.1

README.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://wp-dsgvo.eu
4
  Tags: gdpr, dsgvo, datenschutz, wordpress, compliance, data
5
  Requires at least: 3.0.1
6
  Tested up to: 4.9.8
7
- Stable tag: 2.0.0
8
  Requires PHP: 5.6.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -77,9 +77,12 @@ WICHTIG: Vor der Installation bitte alle bisher aktivierten Cookie Notice Plugin
77
 
78
  == Changelog ==
79
 
 
 
 
80
  = 2.0.0 =
81
  * Cookie Notice Popup (Premium Edition)
82
- * HTML nun im Hinweisfeld fr Kommentare möglich
83
  * Bugfix: mehr als 10 Anfragen in der Liste bei Datenauszug und Löschanfrage möglich
84
  * Bugfix: Kompatibilität zum Divi Theme hergestellt
85
  * Text bei WooCommerce Datenschutzcheckbox nun editierbar
4
  Tags: gdpr, dsgvo, datenschutz, wordpress, compliance, data
5
  Requires at least: 3.0.1
6
  Tested up to: 4.9.8
7
+ Stable tag: 2.0.1
8
  Requires PHP: 5.6.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
77
 
78
  == Changelog ==
79
 
80
+ = 2.0.1 =
81
+ * Standardwert für die Cookie Notice Art
82
+
83
  = 2.0.0 =
84
  * Cookie Notice Popup (Premium Edition)
85
+ * HTML nun im Hinweisfeld für Kommentare möglich
86
  * Bugfix: mehr als 10 Anfragen in der Liste bei Datenauszug und Löschanfrage möglich
87
  * Bugfix: Kompatibilität zum Divi Theme hergestellt
88
  * Text bei WooCommerce Datenschutzcheckbox nun editierbar
includes/class-sp-dsgvo-settings.php CHANGED
@@ -147,6 +147,7 @@ class SPDSGVOSettings{
147
  'cn_height_container' => 'auto',
148
  'cn_show_dsgvo_icon' => '1',
149
  'cn_use_overlay' => '0',
 
150
 
151
 
152
  /////////////////////////////////////
147
  'cn_height_container' => 'auto',
148
  'cn_show_dsgvo_icon' => '1',
149
  'cn_use_overlay' => '0',
150
+ 'cookie_notice_display' => 'cookie_notice',
151
 
152
 
153
  /////////////////////////////////////
sp-dsgvo.php CHANGED
@@ -16,7 +16,7 @@
16
  * Plugin Name: WP DSGVO Tools
17
  * Plugin URI: https://wp-dsgvo.eu
18
  * Description: WP DSGVO Tools helfen beim Erf&uuml;llen der Richtlinien der Datenschutzgrundverordnung (<a target="_blank" href="https://ico.org.uk/for-organisations/data-protection-reform/overview-of-the-gdpr/">DSGVO</a>), spezialisiert auf &Ouml;sterreich und Deutschland.
19
- * Version: 2.0.0
20
  * Author: Shapepress eU
21
  * Author URI: https://www.shapepress.com
22
  * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
@@ -28,7 +28,7 @@ if (! defined('WPINC')) {
28
  die();
29
  }
30
 
31
- define('sp_dsgvo_VERSION', '2.0.0');
32
  define('sp_dsgvo_NAME', 'sp-dsgvo');
33
  /* i592995 */
34
  define('sp_dsgvo_URL', plugin_dir_url( __FILE__ ));
16
  * Plugin Name: WP DSGVO Tools
17
  * Plugin URI: https://wp-dsgvo.eu
18
  * Description: WP DSGVO Tools helfen beim Erf&uuml;llen der Richtlinien der Datenschutzgrundverordnung (<a target="_blank" href="https://ico.org.uk/for-organisations/data-protection-reform/overview-of-the-gdpr/">DSGVO</a>), spezialisiert auf &Ouml;sterreich und Deutschland.
19
+ * Version: 2.0.1
20
  * Author: Shapepress eU
21
  * Author URI: https://www.shapepress.com
22
  * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
28
  die();
29
  }
30
 
31
+ define('sp_dsgvo_VERSION', '2.0.1');
32
  define('sp_dsgvo_NAME', 'sp-dsgvo');
33
  /* i592995 */
34
  define('sp_dsgvo_URL', plugin_dir_url( __FILE__ ));