Version Description
[ Specification Change ] Change order of active setting
Download this release
Release Info
Developer | kurudrive |
Plugin | VK All in One Expansion Unit |
Version | 9.81.1.0 |
Comparing to | |
See all releases |
Code changes from version 9.81.0.1 to 9.81.1.0
- readme.txt +4 -1
- 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
- veu-packages.php +16 -16
- 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: 6.0.2
|
7 |
Requires PHP: 7.2
|
8 |
-
Stable tag: 9.81.0
|
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.81.0.0 =
|
85 |
[ Add function ] Add function of article structure data
|
86 |
|
5 |
Requires at least: 5.3.0
|
6 |
Tested up to: 6.0.2
|
7 |
Requires PHP: 7.2
|
8 |
+
Stable tag: 9.81.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.81.1.0 =
|
85 |
+
[ Specification Change ] Change order of active setting
|
86 |
+
|
87 |
= 9.81.0.0 =
|
88 |
[ Add function ] Add function of article structure data
|
89 |
|
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
|
9 |
|
10 |
require_once __DIR__ . '/composer/autoload_real.php';
|
11 |
|
12 |
+
return ComposerAutoloaderInit99dcbf51252f7ca2d4422b25501475d8::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 |
|
@@ -24,12 +24,12 @@ class ComposerAutoloaderInitb72c6d3360f56d9faaacb43e0b5483e7
|
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
-
spl_autoload_register(array('
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
29 |
-
spl_autoload_unregister(array('
|
30 |
|
31 |
require __DIR__ . '/autoload_static.php';
|
32 |
-
call_user_func(\Composer\Autoload\
|
33 |
|
34 |
$loader->register(true);
|
35 |
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit99dcbf51252f7ca2d4422b25501475d8
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInit99dcbf51252f7ca2d4422b25501475d8', 'loadClassLoader'), true, true);
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit99dcbf51252f7ca2d4422b25501475d8', 'loadClassLoader'));
|
30 |
|
31 |
require __DIR__ . '/autoload_static.php';
|
32 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit99dcbf51252f7ca2d4422b25501475d8::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
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'V' =>
|
@@ -46,9 +46,9 @@ class ComposerStaticInitb72c6d3360f56d9faaacb43e0b5483e7
|
|
46 |
public static function getInitializer(ClassLoader $loader)
|
47 |
{
|
48 |
return \Closure::bind(function () use ($loader) {
|
49 |
-
$loader->prefixLengthsPsr4 =
|
50 |
-
$loader->prefixDirsPsr4 =
|
51 |
-
$loader->classMap =
|
52 |
|
53 |
}, null, ClassLoader::class);
|
54 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit99dcbf51252f7ca2d4422b25501475d8
|
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 = ComposerStaticInit99dcbf51252f7ca2d4422b25501475d8::$prefixLengthsPsr4;
|
50 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit99dcbf51252f7ca2d4422b25501475d8::$prefixDirsPsr4;
|
51 |
+
$loader->classMap = ComposerStaticInit99dcbf51252f7ca2d4422b25501475d8::$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.81.0
|
5 |
-
'version' => '9.81.0
|
6 |
-
'reference' => '
|
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.81.0
|
24 |
-
'version' => '9.81.0
|
25 |
-
'reference' => '
|
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.81.1.0',
|
5 |
+
'version' => '9.81.1.0',
|
6 |
+
'reference' => '9da1308b29ef177d3604a7780563ce0aa4674ff8',
|
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.81.1.0',
|
24 |
+
'version' => '9.81.1.0',
|
25 |
+
'reference' => '9da1308b29ef177d3604a7780563ce0aa4674ff8',
|
26 |
'type' => 'project',
|
27 |
'install_path' => __DIR__ . '/../../',
|
28 |
'aliases' => array(),
|
veu-packages.php
CHANGED
@@ -169,13 +169,24 @@ function veu_get_packages( $is_block_theme = null ) {
|
|
169 |
'include' => 'meta-description.php',
|
170 |
);
|
171 |
|
172 |
-
|
173 |
-
|
174 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
$required_packages[] = array(
|
176 |
'name' => 'breadcrumb',
|
177 |
-
'title' => __( 'Breadcrumb', 'vk-all-in-one-expansion-unit' ),
|
178 |
-
'description' => __( 'Output the
|
179 |
'default' => false,
|
180 |
'include' => 'vk-breadcrumb/config.php',
|
181 |
);
|
@@ -527,17 +538,6 @@ function veu_get_packages( $is_block_theme = null ) {
|
|
527 |
'include' => 'add-body-class.php',
|
528 |
);
|
529 |
|
530 |
-
/**
|
531 |
-
* Article Structure Data
|
532 |
-
*/
|
533 |
-
$required_packages[] = array(
|
534 |
-
'name' => 'article_structure_data',
|
535 |
-
'title' => __( 'Article Structure Data', 'vk-all-in-one-expansion-unit' ),
|
536 |
-
'description' => __( 'You can set Article Structure Data.', 'vk-all-in-one-expansion-unit' ),
|
537 |
-
'default' => true,
|
538 |
-
'include' => 'article-structure-data/class-vk-article-structure-data.php',
|
539 |
-
);
|
540 |
-
|
541 |
/*
|
542 |
Nav Menu Class Custom
|
543 |
/*-------------------------------------------*/
|
169 |
'include' => 'meta-description.php',
|
170 |
);
|
171 |
|
172 |
+
/**
|
173 |
+
* Structured data - Article
|
174 |
+
*/
|
175 |
+
$required_packages[] = array(
|
176 |
+
'name' => 'article_structure_data',
|
177 |
+
'title' => __( 'Structured data - Article', 'vk-all-in-one-expansion-unit' ),
|
178 |
+
'description' => __( 'Output the Structured data of the Article to the html header.', 'vk-all-in-one-expansion-unit' ),
|
179 |
+
'default' => true,
|
180 |
+
'include' => 'article-structure-data/class-vk-article-structure-data.php',
|
181 |
+
);
|
182 |
+
|
183 |
+
/**
|
184 |
+
* Structured data - Breadcrumb
|
185 |
+
*/
|
186 |
$required_packages[] = array(
|
187 |
'name' => 'breadcrumb',
|
188 |
+
'title' => __( 'Structured data - Breadcrumb', 'vk-all-in-one-expansion-unit' ),
|
189 |
+
'description' => __( 'Output the Structured data of the Breadcrumb to the html header.', 'vk-all-in-one-expansion-unit' ) . '<br />' . __( 'It is important to accurately convey the hierarchy of the site to search engines such as Google.' ) . __( 'However not required if you are viewing a breadcrumb with schema data on the page.', 'vk-all-in-one-expansion-unit' ),
|
190 |
'default' => false,
|
191 |
'include' => 'vk-breadcrumb/config.php',
|
192 |
);
|
538 |
'include' => 'add-body-class.php',
|
539 |
);
|
540 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
541 |
/*
|
542 |
Nav Menu Class Custom
|
543 |
/*-------------------------------------------*/
|
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.81.0
|
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.81.1.0
|
7 |
* Requires PHP: 7.2
|
8 |
* Author: Vektor,Inc.
|
9 |
* Text Domain: vk-all-in-one-expansion-unit
|