VK All in One Expansion Unit - Version 9.30.2.0

Version Description

[ bug fix ] WP5.5 API Alert

Download this release

Release Info

Developer kurudrive
Plugin Icon 128x128 VK All in One Expansion Unit
Version 9.30.2.0
Comparing to
See all releases

Code changes from version 9.30.1.0 to 9.30.2.0

Files changed (3) hide show
  1. inc/sns/function_snsBtns.php +6 -2
  2. readme.txt +5 -2
  3. vkExUnit.php +1 -1
inc/sns/function_snsBtns.php CHANGED
@@ -229,6 +229,7 @@ add_action( 'rest_api_init', function () {
229
  array(
230
  'methods' => 'GET',
231
  'callback' => 'vew_sns_hatena_restapi_callback',
 
232
  )
233
  );
234
  register_rest_route(
@@ -243,7 +244,8 @@ add_action( 'rest_api_init', function () {
243
  'required' => true,
244
  'type' => 'string',
245
  )
246
- )
 
247
  )
248
  );
249
  register_rest_route(
@@ -252,6 +254,7 @@ add_action( 'rest_api_init', function () {
252
  array(
253
  'methods' => 'GET',
254
  'callback' => 'vew_sns_facebook_restapi_callback',
 
255
  )
256
  );
257
  register_rest_route(
@@ -266,7 +269,8 @@ add_action( 'rest_api_init', function () {
266
  'required' => true,
267
  'type' => 'string',
268
  )
269
- )
 
270
  )
271
  );
272
  });
229
  array(
230
  'methods' => 'GET',
231
  'callback' => 'vew_sns_hatena_restapi_callback',
232
+ 'permission_callback' => '__return_true',
233
  )
234
  );
235
  register_rest_route(
244
  'required' => true,
245
  'type' => 'string',
246
  )
247
+ ),
248
+ 'permission_callback' => '__return_true',
249
  )
250
  );
251
  register_rest_route(
254
  array(
255
  'methods' => 'GET',
256
  'callback' => 'vew_sns_facebook_restapi_callback',
257
+ 'permission_callback' => '__return_true',
258
  )
259
  );
260
  register_rest_route(
269
  'required' => true,
270
  'type' => 'string',
271
  )
272
+ ),
273
+ 'permission_callback' => '__return_true',
274
  )
275
  );
276
  });
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: vektor-inc,kurudrive,nc30,SaoriMiyazaki,catherine8007,naoki0h,rick
3
  Donate link:
4
  Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
5
  Requires at least: 5.0.0
6
- Tested up to: 5.4.2
7
- Stable tag: 9.30.1.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -99,6 +99,9 @@ e.g.
99
 
100
  == Changelog ==
101
 
 
 
 
102
  = 9.30.1.0 =
103
  [ bug fix ] IE Alert css tuning
104
 
3
  Donate link:
4
  Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
5
  Requires at least: 5.0.0
6
+ Tested up to: 5.5.0
7
+ Stable tag: 9.30.2.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
99
 
100
  == Changelog ==
101
 
102
+ = 9.30.2.0 =
103
+ [ bug fix ] WP5.5 API Alert
104
+
105
  = 9.30.1.0 =
106
  [ bug fix ] IE Alert css tuning
107
 
vkExUnit.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: VK All in One Expansion Unit
4
  * Plugin URI: https://ex-unit.nagoya
5
  * Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
6
- * Version: 9.30.1.0
7
  * Author: Vektor,Inc.
8
  * Text Domain: vk-all-in-one-expansion-unit
9
  * Domain Path: /languages
3
  * Plugin Name: VK All in One Expansion Unit
4
  * Plugin URI: https://ex-unit.nagoya
5
  * Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
6
+ * Version: 9.30.2.0
7
  * Author: Vektor,Inc.
8
  * Text Domain: vk-all-in-one-expansion-unit
9
  * Domain Path: /languages