WP DSGVO Tools - Version 2.2.17

Version Description

  • fixed font issue
Download this release

Release Info

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

Code changes from version 2.2.16 to 2.2.17

Files changed (3) hide show
  1. README.txt +4 -1
  2. public/class-sp-dsgvo-public.php +1 -1
  3. sp-dsgvo.php +2 -2
README.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://wp-dsgvo.eu
4
  Tags: gdpr, dsgvo, datenschutz, wordpress, compliance, data, privacy, woocommerce,
5
  Requires at least: 3.0.1
6
  Tested up to: 5.2.2
7
- Stable tag: 2.2.16
8
  Requires PHP: 5.6.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -80,6 +80,9 @@ Important: Disable other cookie notice plugins and Google Analytics or FB Pixel
80
 
81
  == Changelog ==
82
 
 
 
 
83
  = 2.2.16 =
84
  * wordpress plugin directory fixes
85
 
4
  Tags: gdpr, dsgvo, datenschutz, wordpress, compliance, data, privacy, woocommerce,
5
  Requires at least: 3.0.1
6
  Tested up to: 5.2.2
7
+ Stable tag: 2.2.17
8
  Requires PHP: 5.6.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
80
 
81
  == Changelog ==
82
 
83
+ = 2.2.17 =
84
+ * fixed font issue
85
+
86
  = 2.2.16 =
87
  * wordpress plugin directory fixes
88
 
public/class-sp-dsgvo-public.php CHANGED
@@ -59,7 +59,7 @@ class SPDSGVOPublic
59
  /* i592995 */
60
  wp_enqueue_style('reset', plugin_dir_url(__FILE__) . 'css/reset.min.css');
61
  wp_enqueue_style('munkey', plugin_dir_url(__FILE__) . 'css/munkey.css');
62
- wp_enqueue_style('opensans', plugin_dir_url(__FILE__) . 'css/OpenSans.css');
63
  }
64
 
65
  /**
59
  /* i592995 */
60
  wp_enqueue_style('reset', plugin_dir_url(__FILE__) . 'css/reset.min.css');
61
  wp_enqueue_style('munkey', plugin_dir_url(__FILE__) . 'css/munkey.css');
62
+ //wp_enqueue_style('opensans', plugin_dir_url(__FILE__) . 'css/OpenSans.css');
63
  }
64
 
65
  /**
sp-dsgvo.php CHANGED
@@ -16,7 +16,7 @@
16
  * Plugin Name: WP DSGVO Tools (GDPR)
17
  * Plugin URI: https://wp-dsgvo.eu
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: 2.2.16
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.2.16');
32
  define('sp_dsgvo_NAME', 'sp-dsgvo');
33
  /* i592995 */
34
  define('sp_dsgvo_URL', plugin_dir_url( __FILE__ ));
16
  * Plugin Name: WP DSGVO Tools (GDPR)
17
  * Plugin URI: https://wp-dsgvo.eu
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: 2.2.17
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.2.17');
32
  define('sp_dsgvo_NAME', 'sp-dsgvo');
33
  /* i592995 */
34
  define('sp_dsgvo_URL', plugin_dir_url( __FILE__ ));