VK All in One Expansion Unit - Version 1.0.9

Version Description

Download this release

Release Info

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

Code changes from version 1.0.8 to 1.0.9

plugins/news_from_exUnit.php CHANGED
@@ -5,9 +5,9 @@ function vkExUnit_news_body()
5
  include_once(ABSPATH . WPINC . '/feed.php');
6
 
7
  if ( 'ja' == get_locale() ) {
8
- $exUnit_feed_url = 'http://ex-unit.bizvektor.com/ja/?feed';
9
  } else {
10
- $exUnit_feed_url = 'http://ex-unit.bizvektor.com/?feed';
11
  }
12
 
13
  $my_feeds = array(
@@ -39,6 +39,8 @@ function vkExUnit_news_body()
39
  $output .= '</li>';
40
  }
41
  else
 
 
42
  {
43
  foreach ( $rss_items as $item )
44
  {
5
  include_once(ABSPATH . WPINC . '/feed.php');
6
 
7
  if ( 'ja' == get_locale() ) {
8
+ $exUnit_feed_url = 'http://ex-unit.bizvektor.com/ja/?feed?'.date('his') ;
9
  } else {
10
+ $exUnit_feed_url = 'http://ex-unit.bizvektor.com/?feed?'.date('his') ;
11
  }
12
 
13
  $my_feeds = array(
39
  $output .= '</li>';
40
  }
41
  else
42
+
43
+
44
  {
45
  foreach ( $rss_items as $item )
46
  {
plugins/other_widget/widget-archives.php CHANGED
@@ -31,14 +31,12 @@ class WP_Widget_VK_archive_list extends WP_Widget {
31
  }
32
 
33
  ?>
34
- <div class="localSection sideWidget">
35
- <div class="sectionBox">
36
- <h3 class="localHead"><?php echo $instance['label']; ?></h3>
37
  <ul class="localNavi">
38
  <?php wp_get_archives($arg); ?>
39
  </ul>
40
- </div>
41
- </div>
42
  <?php
43
  }
44
 
31
  }
32
 
33
  ?>
34
+ <aside class="widget sideWidget widget_archive">
35
+ <h1 class="widget-title subSection-title"><?php echo $instance['label']; ?></h1>
 
36
  <ul class="localNavi">
37
  <?php wp_get_archives($arg); ?>
38
  </ul>
39
+ </aside>
 
40
  <?php
41
  }
42
 
plugins/other_widget/widget-taxonomies.php CHANGED
@@ -29,14 +29,12 @@ class WP_Widget_VK_taxonomy_list extends WP_Widget {
29
  $arg['taxonomy'] = $instance['tax_name'];
30
 
31
  ?>
32
- <div class="localSection sideWidget">
33
- <div class="sectionBox">
34
- <h3 class="localHead"><?php echo $instance['label']; ?></h3>
35
  <ul class="localNavi">
36
  <?php wp_list_categories($arg); ?>
37
  </ul>
38
- </div>
39
- </div>
40
  <?php
41
  }
42
 
29
  $arg['taxonomy'] = $instance['tax_name'];
30
 
31
  ?>
32
+ <aside class="widget sideWidget widget_taxonomies">
33
+ <h1 class="widget-title subSection-title"><?php echo $instance['label']; ?></h3>
 
34
  <ul class="localNavi">
35
  <?php wp_list_categories($arg); ?>
36
  </ul>
37
+ </aside>
 
38
  <?php
39
  }
40
 
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.2
7
- Stable tag: 1.0.8
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.2
6
  Tested up to: 4.2
7
+ Stable tag: 1.0.9
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://github.com/kurudrive/VK-All-in-one-Expansion-Unit
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: 1.0.8
7
  Author: Vektor,Inc.
8
  Author URI: http://vektor-inc.co.jp
9
  License: GPL2
3
  Plugin Name: VK All in One Expansion Unit
4
  Plugin URI: https://github.com/kurudrive/VK-All-in-one-Expansion-Unit
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: 1.0.9
7
  Author: Vektor,Inc.
8
  Author URI: http://vektor-inc.co.jp
9
  License: GPL2