Version Description
- [ Bug fix ][ Share Btn ] Cope with other theme
Download this release
Release Info
Developer | kurudrive |
Plugin | VK All in One Expansion Unit |
Version | 9.71.1.1 |
Comparing to | |
See all releases |
Code changes from version 9.71.1.0 to 9.71.1.1
- readme.txt +2 -2
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.php +6 -6
- vkExUnit.php +1 -1
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: 5.9.0
|
7 |
Requires PHP: 7.0
|
8 |
-
Stable tag: 9.71.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -82,7 +82,7 @@ e.g.
|
|
82 |
|
83 |
== Changelog ==
|
84 |
|
85 |
-
= 9.71.1.
|
86 |
* [ Bug fix ][ Share Btn ] Cope with other theme
|
87 |
|
88 |
= 9.71.0.27 =
|
5 |
Requires at least: 5.3.0
|
6 |
Tested up to: 5.9.0
|
7 |
Requires PHP: 7.0
|
8 |
+
Stable tag: 9.71.1.1
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
82 |
|
83 |
== Changelog ==
|
84 |
|
85 |
+
= 9.71.1.1 =
|
86 |
* [ Bug fix ][ Share Btn ] Cope with other theme
|
87 |
|
88 |
= 9.71.0.27 =
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInitbff90938e3d03712ff8d7dfd42e6d503::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -22,15 +22,15 @@ class ComposerAutoloaderInit582429486407316c7a8d587073cb4fb1
|
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
-
spl_autoload_register(array('
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
27 |
-
spl_autoload_unregister(array('
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
-
call_user_func(\Composer\Autoload\
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInitbff90938e3d03712ff8d7dfd42e6d503
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
+
spl_autoload_register(array('ComposerAutoloaderInitbff90938e3d03712ff8d7dfd42e6d503', 'loadClassLoader'), true, true);
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
27 |
+
spl_autoload_unregister(array('ComposerAutoloaderInitbff90938e3d03712ff8d7dfd42e6d503', 'loadClassLoader'));
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
+
call_user_func(\Composer\Autoload\ComposerStaticInitbff90938e3d03712ff8d7dfd42e6d503::getInitializer($loader));
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'V' =>
|
@@ -34,9 +34,9 @@ class ComposerStaticInit582429486407316c7a8d587073cb4fb1
|
|
34 |
public static function getInitializer(ClassLoader $loader)
|
35 |
{
|
36 |
return \Closure::bind(function () use ($loader) {
|
37 |
-
$loader->prefixLengthsPsr4 =
|
38 |
-
$loader->prefixDirsPsr4 =
|
39 |
-
$loader->classMap =
|
40 |
|
41 |
}, null, ClassLoader::class);
|
42 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInitbff90938e3d03712ff8d7dfd42e6d503
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'V' =>
|
34 |
public static function getInitializer(ClassLoader $loader)
|
35 |
{
|
36 |
return \Closure::bind(function () use ($loader) {
|
37 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInitbff90938e3d03712ff8d7dfd42e6d503::$prefixLengthsPsr4;
|
38 |
+
$loader->prefixDirsPsr4 = ComposerStaticInitbff90938e3d03712ff8d7dfd42e6d503::$prefixDirsPsr4;
|
39 |
+
$loader->classMap = ComposerStaticInitbff90938e3d03712ff8d7dfd42e6d503::$classMap;
|
40 |
|
41 |
}, null, ClassLoader::class);
|
42 |
}
|
vendor/composer/installed.php
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
<?php return array(
|
2 |
'root' => array(
|
3 |
-
'pretty_version' => '9.71.1.
|
4 |
-
'version' => '9.71.1.
|
5 |
'type' => 'project',
|
6 |
'install_path' => __DIR__ . '/../../',
|
7 |
'aliases' => array(),
|
8 |
-
'reference' => '
|
9 |
'name' => 'vektor-inc/vk-all-in-one-expansion-unit',
|
10 |
'dev' => false,
|
11 |
),
|
12 |
'versions' => array(
|
13 |
'vektor-inc/vk-all-in-one-expansion-unit' => array(
|
14 |
-
'pretty_version' => '9.71.1.
|
15 |
-
'version' => '9.71.1.
|
16 |
'type' => 'project',
|
17 |
'install_path' => __DIR__ . '/../../',
|
18 |
'aliases' => array(),
|
19 |
-
'reference' => '
|
20 |
'dev_requirement' => false,
|
21 |
),
|
22 |
'vektor-inc/vk-breadcrumb' => array(
|
1 |
<?php return array(
|
2 |
'root' => array(
|
3 |
+
'pretty_version' => '9.71.1.1',
|
4 |
+
'version' => '9.71.1.1',
|
5 |
'type' => 'project',
|
6 |
'install_path' => __DIR__ . '/../../',
|
7 |
'aliases' => array(),
|
8 |
+
'reference' => 'c4e39f9037ba0bef1a21268f4557f640c840efb1',
|
9 |
'name' => 'vektor-inc/vk-all-in-one-expansion-unit',
|
10 |
'dev' => false,
|
11 |
),
|
12 |
'versions' => array(
|
13 |
'vektor-inc/vk-all-in-one-expansion-unit' => array(
|
14 |
+
'pretty_version' => '9.71.1.1',
|
15 |
+
'version' => '9.71.1.1',
|
16 |
'type' => 'project',
|
17 |
'install_path' => __DIR__ . '/../../',
|
18 |
'aliases' => array(),
|
19 |
+
'reference' => 'c4e39f9037ba0bef1a21268f4557f640c840efb1',
|
20 |
'dev_requirement' => false,
|
21 |
),
|
22 |
'vektor-inc/vk-breadcrumb' => 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.71.1.
|
7 |
* Requires PHP: 7.0
|
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.71.1.1
|
7 |
* Requires PHP: 7.0
|
8 |
* Author: Vektor,Inc.
|
9 |
* Text Domain: vk-all-in-one-expansion-unit
|