VK All in One Expansion Unit - Version 6.6.7

Version Description

Download this release

Release Info

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

Code changes from version 6.6.6 to 6.6.7

plugins_admin/vk-admin/class-vk-admin.php CHANGED
@@ -109,11 +109,11 @@ if ( ! class_exists( 'Vk_Admin' ) ) {
109
  }
110
 
111
  if ( $lang == 'ja' && ! is_plugin_active( 'lightning-skin-jpnstyle/lightning_skin_jpnstyle.php' ) ) {
112
- $banner .= '<a href="//lightning.nagoya/ja/plugins/ex_plugin/lightning-jpnstyle" target="_blank" class="admin_banner"><img src="' . $dir_url . 'images/jpnstyle-bnr.jpg" alt="" /></a>';
113
  }
114
 
115
  if ( $lang == 'ja' && ! is_plugin_active( 'lightning-skin-fort/lightning-skin-fort.php' ) ) {
116
- $banner .= '<a href="//lightning.nagoya/ja/plugins/ex_plugin/lightning-fort" target="_blank" class="admin_banner"><img src="' . $dir_url . 'images/fort-bnr.jpg" alt="" /></a>';
117
  }
118
 
119
  if ( $lang == 'ja' && ! is_plugin_active( 'vk-all-in-one-expansion-unit/vkExUnit.php' ) ) {
@@ -162,7 +162,7 @@ if ( ! class_exists( 'Vk_Admin' ) ) {
162
 
163
  $html .= '<h4 class="vk-metabox-sub-title">';
164
  $html .= 'Vektor WordPress フォーラム';
165
- $html .= '<a href="https://forum.vektor-inc.co.jp/?rel=vkadmin" target="_blank" class="vk-metabox-more-link">記事一覧<span aria-hidden="true" class="dashicons dashicons-external"></span></a>';
166
  $html .= '</h4>';
167
  $html .= '<ul id="vk-wp-forum" class="vk-metabox-post-list"></ul>';
168
 
@@ -185,6 +185,7 @@ if ( ! class_exists( 'Vk_Admin' ) ) {
185
  ;(function($){
186
  jQuery(document).ready(function($){
187
 
 
188
  $.getJSON( "https://vektor-inc.co.jp/wp-json/wp/v2/info?info-cat=111&per_page=5",
189
  function(results) {
190
  // 取得したJSONの内容をループする
@@ -197,6 +198,7 @@ if ( ! class_exists( 'Vk_Admin' ) ) {
197
  });
198
  });
199
 
 
200
  $.getJSON( "https://www.vektor-inc.co.jp/wp-json/wp/v2/posts/?categories=55&per_page=3",
201
  function(results) {
202
  // 取得したJSONの内容をループする
@@ -209,7 +211,8 @@ if ( ! class_exists( 'Vk_Admin' ) ) {
209
  });
210
  });
211
 
212
- $.getJSON( "https://forum.vektor-inc.co.jp/wp-json/wp/v2/topics/?per_page=5",
 
213
  function(results) {
214
  $.each(results, function(i, item) {
215
  var date = new Date(item.date_gmt);
109
  }
110
 
111
  if ( $lang == 'ja' && ! is_plugin_active( 'lightning-skin-jpnstyle/lightning_skin_jpnstyle.php' ) ) {
112
+ $banner .= '<a href="//lightning.nagoya/ja/plugins/expansion/lightning-jpnstyle" target="_blank" class="admin_banner"><img src="' . $dir_url . 'images/jpnstyle-bnr.jpg" alt="" /></a>';
113
  }
114
 
115
  if ( $lang == 'ja' && ! is_plugin_active( 'lightning-skin-fort/lightning-skin-fort.php' ) ) {
116
+ $banner .= '<a href="//lightning.nagoya/ja/plugins/expansion/lightning-fort" target="_blank" class="admin_banner"><img src="' . $dir_url . 'images/fort-bnr.jpg" alt="" /></a>';
117
  }
118
 
119
  if ( $lang == 'ja' && ! is_plugin_active( 'vk-all-in-one-expansion-unit/vkExUnit.php' ) ) {
162
 
163
  $html .= '<h4 class="vk-metabox-sub-title">';
164
  $html .= 'Vektor WordPress フォーラム';
165
+ $html .= '<a href="https://vws.vektor-inc.co.jp/forums/?rel=vkadmin" target="_blank" class="vk-metabox-more-link">記事一覧<span aria-hidden="true" class="dashicons dashicons-external"></span></a>';
166
  $html .= '</h4>';
167
  $html .= '<ul id="vk-wp-forum" class="vk-metabox-post-list"></ul>';
168
 
185
  ;(function($){
186
  jQuery(document).ready(function($){
187
 
188
+ // お知らせ
189
  $.getJSON( "https://vektor-inc.co.jp/wp-json/wp/v2/info?info-cat=111&per_page=5",
190
  function(results) {
191
  // 取得したJSONの内容をループする
198
  });
199
  });
200
 
201
+ // ブログ
202
  $.getJSON( "https://www.vektor-inc.co.jp/wp-json/wp/v2/posts/?categories=55&per_page=3",
203
  function(results) {
204
  // 取得したJSONの内容をループする
211
  });
212
  });
213
 
214
+ // フォーラム
215
+ $.getJSON( "https://vws.vektor-inc.co.jp/wp-json/wp/v2/topics/?per_page=5",
216
  function(results) {
217
  $.each(results, function(i, item) {
218
  var date = new Date(item.date_gmt);
plugins_admin/vk-admin/images/fort-bnr.jpg CHANGED
Binary file
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.4
6
  Tested up to: 4.9.8
7
- Stable tag: 6.6.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
4
  Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
5
  Requires at least: 4.4
6
  Tested up to: 4.9.8
7
+ Stable tag: 6.6.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
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: 6.6.6
7
  * Author: Vektor,Inc.
8
  * Text Domain: vkExUnit
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: 6.6.7
7
  * Author: Vektor,Inc.
8
  * Text Domain: vkExUnit
9
  * Domain Path: /languages