VK All in One Expansion Unit - Version 9.78.1.0

Version Description

[ Bug Fix ][ Auto Eycatch ] Fix auto eyecatch do not display

Download this release

Release Info

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

Code changes from version 9.78.0.1 to 9.78.1.0

inc/sns/function-sns-btns.php CHANGED
@@ -4,9 +4,11 @@
4
  *
5
  * @package vk-all-in-one-expantion-unit
6
  */
7
- $options = veu_get_sns_options();
8
- if ( ! empty( $options['hook_point'] ) ) {
9
- $hook_points = explode( "\n", $options['hook_point'] );
 
 
10
  foreach ( $hook_points as $hook_point ) {
11
  add_action( $hook_point, 'veu_the_sns_btns' );
12
  }
4
  *
5
  * @package vk-all-in-one-expantion-unit
6
  */
7
+
8
+ // global なので $options にすると ExUnit 全体の $options の値を汚染するので $sns_options を使用
9
+ $sns_options = veu_get_sns_options();
10
+ if ( ! empty( $sns_options['hook_point'] ) ) {
11
+ $hook_points = explode( "\n", $sns_options['hook_point'] );
12
  foreach ( $hook_points as $hook_point ) {
13
  add_action( $hook_point, 'veu_the_sns_btns' );
14
  }
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Fa
5
  Requires at least: 5.3.0
6
  Tested up to: 6.0.1
7
  Requires PHP: 7.2
8
- Stable tag: 9.78.0.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -81,6 +81,9 @@ e.g.
81
 
82
  == Changelog ==
83
 
 
 
 
84
  = 9.78.0.0 =
85
  [ Add function ][ SNS ] Add function of change out put action hook.
86
  [ Specification Change ][ Page list from ancestor block ] change icon
5
  Requires at least: 5.3.0
6
  Tested up to: 6.0.1
7
  Requires PHP: 7.2
8
+ Stable tag: 9.78.1.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
81
 
82
  == Changelog ==
83
 
84
+ = 9.78.1.0 =
85
+ [ Bug Fix ][ Auto Eycatch ] Fix auto eyecatch do not display
86
+
87
  = 9.78.0.0 =
88
  [ Add function ][ SNS ] Add function of change out put action hook.
89
  [ Specification Change ][ Page list from ancestor block ] change icon
vendor/autoload.php CHANGED
@@ -9,4 +9,4 @@ if (PHP_VERSION_ID < 50600) {
9
 
10
  require_once __DIR__ . '/composer/autoload_real.php';
11
 
12
- return ComposerAutoloaderInit05e72a306d5cf86b96429057ce685055::getLoader();
9
 
10
  require_once __DIR__ . '/composer/autoload_real.php';
11
 
12
+ return ComposerAutoloaderInit70bd41b8245e524f47a67f69d896a918::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit05e72a306d5cf86b96429057ce685055
6
  {
7
  private static $loader;
8
 
@@ -24,12 +24,12 @@ class ComposerAutoloaderInit05e72a306d5cf86b96429057ce685055
24
 
25
  require __DIR__ . '/platform_check.php';
26
 
27
- spl_autoload_register(array('ComposerAutoloaderInit05e72a306d5cf86b96429057ce685055', 'loadClassLoader'), true, true);
28
  self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
29
- spl_autoload_unregister(array('ComposerAutoloaderInit05e72a306d5cf86b96429057ce685055', 'loadClassLoader'));
30
 
31
  require __DIR__ . '/autoload_static.php';
32
- call_user_func(\Composer\Autoload\ComposerStaticInit05e72a306d5cf86b96429057ce685055::getInitializer($loader));
33
 
34
  $loader->register(true);
35
 
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit70bd41b8245e524f47a67f69d896a918
6
  {
7
  private static $loader;
8
 
24
 
25
  require __DIR__ . '/platform_check.php';
26
 
27
+ spl_autoload_register(array('ComposerAutoloaderInit70bd41b8245e524f47a67f69d896a918', 'loadClassLoader'), true, true);
28
  self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
29
+ spl_autoload_unregister(array('ComposerAutoloaderInit70bd41b8245e524f47a67f69d896a918', 'loadClassLoader'));
30
 
31
  require __DIR__ . '/autoload_static.php';
32
+ call_user_func(\Composer\Autoload\ComposerStaticInit70bd41b8245e524f47a67f69d896a918::getInitializer($loader));
33
 
34
  $loader->register(true);
35
 
vendor/composer/autoload_static.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInit05e72a306d5cf86b96429057ce685055
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'V' =>
@@ -46,9 +46,9 @@ class ComposerStaticInit05e72a306d5cf86b96429057ce685055
46
  public static function getInitializer(ClassLoader $loader)
47
  {
48
  return \Closure::bind(function () use ($loader) {
49
- $loader->prefixLengthsPsr4 = ComposerStaticInit05e72a306d5cf86b96429057ce685055::$prefixLengthsPsr4;
50
- $loader->prefixDirsPsr4 = ComposerStaticInit05e72a306d5cf86b96429057ce685055::$prefixDirsPsr4;
51
- $loader->classMap = ComposerStaticInit05e72a306d5cf86b96429057ce685055::$classMap;
52
 
53
  }, null, ClassLoader::class);
54
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit70bd41b8245e524f47a67f69d896a918
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'V' =>
46
  public static function getInitializer(ClassLoader $loader)
47
  {
48
  return \Closure::bind(function () use ($loader) {
49
+ $loader->prefixLengthsPsr4 = ComposerStaticInit70bd41b8245e524f47a67f69d896a918::$prefixLengthsPsr4;
50
+ $loader->prefixDirsPsr4 = ComposerStaticInit70bd41b8245e524f47a67f69d896a918::$prefixDirsPsr4;
51
+ $loader->classMap = ComposerStaticInit70bd41b8245e524f47a67f69d896a918::$classMap;
52
 
53
  }, null, ClassLoader::class);
54
  }
vendor/composer/installed.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php return array(
2
  'root' => array(
3
  'name' => 'vektor-inc/vk-all-in-one-expansion-unit',
4
- 'pretty_version' => '9.78.0.1',
5
- 'version' => '9.78.0.1',
6
- 'reference' => '323cdc1c5f3411c253ab6f33c94fe39f8126e87f',
7
  'type' => 'project',
8
  'install_path' => __DIR__ . '/../../',
9
  'aliases' => array(),
@@ -20,9 +20,9 @@
20
  'dev_requirement' => false,
21
  ),
22
  'vektor-inc/vk-all-in-one-expansion-unit' => array(
23
- 'pretty_version' => '9.78.0.1',
24
- 'version' => '9.78.0.1',
25
- 'reference' => '323cdc1c5f3411c253ab6f33c94fe39f8126e87f',
26
  'type' => 'project',
27
  'install_path' => __DIR__ . '/../../',
28
  'aliases' => array(),
1
  <?php return array(
2
  'root' => array(
3
  'name' => 'vektor-inc/vk-all-in-one-expansion-unit',
4
+ 'pretty_version' => '9.78.1.0',
5
+ 'version' => '9.78.1.0',
6
+ 'reference' => '149b3c0e556d1a3eb369efaca3944e20973003da',
7
  'type' => 'project',
8
  'install_path' => __DIR__ . '/../../',
9
  'aliases' => array(),
20
  'dev_requirement' => false,
21
  ),
22
  'vektor-inc/vk-all-in-one-expansion-unit' => array(
23
+ 'pretty_version' => '9.78.1.0',
24
+ 'version' => '9.78.1.0',
25
+ 'reference' => '149b3c0e556d1a3eb369efaca3944e20973003da',
26
  'type' => 'project',
27
  'install_path' => __DIR__ . '/../../',
28
  'aliases' => array(),
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.78.0.1
7
  * Requires PHP: 7.2
8
  * Author: Vektor,Inc.
9
  * Text Domain: vk-all-in-one-expansion-unit
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.78.1.0
7
  * Requires PHP: 7.2
8
  * Author: Vektor,Inc.
9
  * Text Domain: vk-all-in-one-expansion-unit