WP DSGVO Tools - Version 3.1.19

Version Description

Download this release

Release Info

Developer legalweb
Plugin Icon 128x128 WP DSGVO Tools
Version 3.1.19
Comparing to
See all releases

Code changes from version 3.1.18 to 3.1.19

README.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://legalweb.io
4
  Tags: gdpr, dsgvo, datenschutz, privacy, privacy policy, imprint, impressum, wordpress, compliance, privacy, woocommerce, law
5
  Requires at least: 3.0.1
6
  Tested up to: 5.6.2
7
- Stable tag: 3.1.18
8
  Requires PHP: 5.6.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -201,6 +201,9 @@ Just install via wordpress plugin feature or upload zip and activate it.
201
 
202
 
203
  == Changelog ==
 
 
 
204
  = 3.1.18 =
205
  * improved custom fonts loading (option to disable it)
206
  * hide emtpy owner texts in imprint
4
  Tags: gdpr, dsgvo, datenschutz, privacy, privacy policy, imprint, impressum, wordpress, compliance, privacy, woocommerce, law
5
  Requires at least: 3.0.1
6
  Tested up to: 5.6.2
7
+ Stable tag: 3.1.19
8
  Requires PHP: 5.6.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
201
 
202
 
203
  == Changelog ==
204
+ = 3.1.18 =
205
+ * bugfixes
206
+
207
  = 3.1.18 =
208
  * improved custom fonts loading (option to disable it)
209
  * hide emtpy owner texts in imprint
admin/tabs/v3/popup-notice/page.php CHANGED
@@ -144,7 +144,7 @@ $hasValidLicense = isValidPremiumEdition() || isValidBlogEdition();
144
  spDsgvoWriteInput('toggle', '', 'deactivate_load_popup_fonts', SPDSGVOSettings::get('deactivate_load_popup_fonts'),
145
  __('Disable fonts loading with CSS', 'shapepress-dsgvo'),
146
  '',
147
- __('Deactivates the loading of Roboto fonts if custom fonts are used by CSS.', 'shapepress-dsgvo'),);
148
  ?>
149
 
150
 
144
  spDsgvoWriteInput('toggle', '', 'deactivate_load_popup_fonts', SPDSGVOSettings::get('deactivate_load_popup_fonts'),
145
  __('Disable fonts loading with CSS', 'shapepress-dsgvo'),
146
  '',
147
+ __('Deactivates the loading of Roboto fonts if custom fonts are used by CSS.', 'shapepress-dsgvo'));
148
  ?>
149
 
150
 
sp-dsgvo.php CHANGED
@@ -16,7 +16,7 @@
16
  * Plugin Name: WP DSGVO Tools (GDPR)
17
  * Plugin URI: https://legalweb.io
18
  * Description: WP DSGVO Tools (GDPR) help you to fulfill the GDPR (DGSVO) compliance guidance (<a target="_blank" href="https://ico.org.uk/for-organisations/data-protection-reform/overview-of-the-gdpr/">GDPR</a>)
19
- * Version: 3.1.18
20
  * Author: legalweb
21
  * Author URI: https://www.legalweb.io
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', '3.1.18');
32
  define('sp_dsgvo_NAME', 'sp-dsgvo');
33
  define('sp_dsgvo_PLUGIN_NAME', 'shapepress-dsgvo');
34
  define('sp_dsgvo_LEGAL_TEXTS_MIN_VERSION', '1579021814');
16
  * Plugin Name: WP DSGVO Tools (GDPR)
17
  * Plugin URI: https://legalweb.io
18
  * Description: WP DSGVO Tools (GDPR) help you to fulfill the GDPR (DGSVO) compliance guidance (<a target="_blank" href="https://ico.org.uk/for-organisations/data-protection-reform/overview-of-the-gdpr/">GDPR</a>)
19
+ * Version: 3.1.19
20
  * Author: legalweb
21
  * Author URI: https://www.legalweb.io
22
  * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
28
  die();
29
  }
30
 
31
+ define('sp_dsgvo_VERSION', '3.1.19');
32
  define('sp_dsgvo_NAME', 'sp-dsgvo');
33
  define('sp_dsgvo_PLUGIN_NAME', 'shapepress-dsgvo');
34
  define('sp_dsgvo_LEGAL_TEXTS_MIN_VERSION', '1579021814');