WP DSGVO Tools - Version 3.1.12

Version Description

  • removed register_rest_route notice
Download this release

Release Info

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

Code changes from version 3.1.11 to 3.1.12

Files changed (3) hide show
  1. README.txt +5 -2
  2. public/class-sp-dsgvo-public.php +1 -0
  3. sp-dsgvo.php +2 -2
README.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: legalweb
3
  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.5.2
7
- Stable tag: 3.1.11
8
  Requires PHP: 5.6.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -203,6 +203,9 @@ Just install via wordpress plugin feature or upload zip and activate it.
203
 
204
 
205
  == Changelog ==
 
 
 
206
  = 3.1.11 =
207
  * added support to embed shortcodes in content-block shortcode like [lw_content_block type="id_here" shortcode="other shortcode here"]
208
  * fixed slashes at cookie notice images
3
  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.0
7
+ Stable tag: 3.1.12
8
  Requires PHP: 5.6.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
203
 
204
 
205
  == Changelog ==
206
+ = 3.1.12 =
207
+ * removed register_rest_route notice
208
+
209
  = 3.1.11 =
210
  * added support to embed shortcodes in content-block shortcode like [lw_content_block type="id_here" shortcode="other shortcode here"]
211
  * fixed slashes at cookie notice images
public/class-sp-dsgvo-public.php CHANGED
@@ -988,6 +988,7 @@ class SPDSGVOPublic
988
  register_rest_route( 'legalweb/v1', 'lwTextEndpoint',array(
989
  'methods' => 'GET',
990
  'callback' => array($this, 'getLwText'),
 
991
  'args' => array(
992
  'locale',
993
  'slug',
988
  register_rest_route( 'legalweb/v1', 'lwTextEndpoint',array(
989
  'methods' => 'GET',
990
  'callback' => array($this, 'getLwText'),
991
+ 'permission_callback' => '__return_true',
992
  'args' => array(
993
  'locale',
994
  'slug',
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.11
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.11');
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.12
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.12');
32
  define('sp_dsgvo_NAME', 'sp-dsgvo');
33
  define('sp_dsgvo_PLUGIN_NAME', 'shapepress-dsgvo');
34
  define('sp_dsgvo_LEGAL_TEXTS_MIN_VERSION', '1579021814');