VK All in One Expansion Unit - Version 4.3.1

Version Description

  • [ Other Tuning ] Improvement of RSS reading speed
  • [ Specification change ] ! Change Admin RSS filter name
Download this release

Release Info

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

Code changes from version 4.3.0 to 4.3.1

plugins_admin/vk-admin/class.vk-admin.php CHANGED
@@ -3,12 +3,15 @@
3
  /*
4
  このファイルの元ファイルは
5
  https://github.com/vektor-inc/vektor-wp-libraries
6
- にあります。修正の際は上記リポジトリのデータを修正してください。
 
 
 
7
  */
8
 
9
  class Vk_Admin {
10
 
11
- public static $version = '1.0.0';
12
 
13
  static function init(){
14
  add_action( 'admin_enqueue_scripts', array( __CLASS__, 'admin_common_css' ) );
@@ -68,9 +71,9 @@ class Vk_Admin {
68
  include_once( ABSPATH . WPINC . '/feed.php' );
69
 
70
  if ( 'ja' == get_locale() ) {
71
- $exUnit_feed_url = apply_filters( 'vkExUnit_news_RSS_URL_ja', 'http://ex-unit.vektor-inc.co.jp/ja/?feed?'.date( 'his' ) );
72
  } else {
73
- $exUnit_feed_url = apply_filters( 'vkExUnit_news_RSS_URL', 'http://ex-unit.vektor-inc.co.jp/?feed?'.date( 'his' ) );
74
  }
75
 
76
  $my_feeds = array(
3
  /*
4
  このファイルの元ファイルは
5
  https://github.com/vektor-inc/vektor-wp-libraries
6
+ にあります。
7
+ 修正の際は上記リポジトリのデータを修正してください。
8
+ 編集権限を持っていない方で何か修正要望などありましたら
9
+ 各プラグインのリポジトリにプルリクエストで結構です。
10
  */
11
 
12
  class Vk_Admin {
13
 
14
+ public static $version = '1.1.1';
15
 
16
  static function init(){
17
  add_action( 'admin_enqueue_scripts', array( __CLASS__, 'admin_common_css' ) );
71
  include_once( ABSPATH . WPINC . '/feed.php' );
72
 
73
  if ( 'ja' == get_locale() ) {
74
+ $exUnit_feed_url = apply_filters( 'vkAdmin_news_RSS_URL_ja', 'http://ex-unit.vektor-inc.co.jp/ja/feed' );
75
  } else {
76
+ $exUnit_feed_url = apply_filters( 'vkAdmin_news_RSS_URL', 'http://ex-unit.vektor-inc.co.jp/feed' );
77
  }
78
 
79
  $my_feeds = array(
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link:
4
  Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
5
  Requires at least: 4.2
6
  Tested up to: 4.5.2
7
- Stable tag: 4.3.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -71,6 +71,10 @@ e.g.
71
 
72
  == Changelog ==
73
 
 
 
 
 
74
  = 4.3.0 =
75
  * [ Design Tuning ][ Ancester Page List ]
76
  * [ Design Tuning ][ VK PR Blocks Widget ] Change break point
4
  Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
5
  Requires at least: 4.2
6
  Tested up to: 4.5.2
7
+ Stable tag: 4.3.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
71
 
72
  == Changelog ==
73
 
74
+ = 4.3.1 =
75
+ * [ Other Tuning ] Improvement of RSS reading speed
76
+ * [ Specification change ] ! Change Admin RSS filter name
77
+
78
  = 4.3.0 =
79
  * [ Design Tuning ][ Ancester Page List ]
80
  * [ Design Tuning ][ VK PR Blocks Widget ] Change break point
vkExUnit.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: VK All in One Expansion Unit
4
  * Plugin URI: http://ex-unit.vektor-inc.co.jp
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: 4.3.0
7
  * Author: Vektor,Inc.
8
  * Text Domain: vkExUnit
9
  * Domain Path: /languages
3
  * Plugin Name: VK All in One Expansion Unit
4
  * Plugin URI: http://ex-unit.vektor-inc.co.jp
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: 4.3.1
7
  * Author: Vektor,Inc.
8
  * Text Domain: vkExUnit
9
  * Domain Path: /languages