VK All in One Expansion Unit - Version 9.71.0.27

Version Description

  • [ Add function ] Add bread crumb scheme
Download this release

Release Info

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

Code changes from version 9.71.0.26 to 9.71.0.27

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.70.2.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -82,10 +82,7 @@ e.g.
82
 
83
  == Changelog ==
84
 
85
- = 9.71.0.1 (beta release) =
86
- * [ other ] Add all composer vendor
87
-
88
- = 9.71.0.0 (beta release) =
89
  * [ Add function ] Add bread crumb scheme
90
 
91
  = 9.70.2.0 =
5
  Requires at least: 5.3.0
6
  Tested up to: 5.9.0
7
  Requires PHP: 7.0
8
+ Stable tag: 9.71.0.27
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.0.27 =
 
 
 
86
  * [ Add function ] Add bread crumb scheme
87
 
88
  = 9.70.2.0 =
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInitcc3b0884aed5eb4382932bec3c2ba165::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit1d051bc81e8e69d1f631b018c4f80456::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInitcc3b0884aed5eb4382932bec3c2ba165
6
  {
7
  private static $loader;
8
 
@@ -22,15 +22,15 @@ class ComposerAutoloaderInitcc3b0884aed5eb4382932bec3c2ba165
22
  return self::$loader;
23
  }
24
 
25
- spl_autoload_register(array('ComposerAutoloaderInitcc3b0884aed5eb4382932bec3c2ba165', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
27
- spl_autoload_unregister(array('ComposerAutoloaderInitcc3b0884aed5eb4382932bec3c2ba165', '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\ComposerStaticInitcc3b0884aed5eb4382932bec3c2ba165::getInitializer($loader));
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 ComposerAutoloaderInit1d051bc81e8e69d1f631b018c4f80456
6
  {
7
  private static $loader;
8
 
22
  return self::$loader;
23
  }
24
 
25
+ spl_autoload_register(array('ComposerAutoloaderInit1d051bc81e8e69d1f631b018c4f80456', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
27
+ spl_autoload_unregister(array('ComposerAutoloaderInit1d051bc81e8e69d1f631b018c4f80456', '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\ComposerStaticInit1d051bc81e8e69d1f631b018c4f80456::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 ComposerStaticInitcc3b0884aed5eb4382932bec3c2ba165
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'V' =>
@@ -34,9 +34,9 @@ class ComposerStaticInitcc3b0884aed5eb4382932bec3c2ba165
34
  public static function getInitializer(ClassLoader $loader)
35
  {
36
  return \Closure::bind(function () use ($loader) {
37
- $loader->prefixLengthsPsr4 = ComposerStaticInitcc3b0884aed5eb4382932bec3c2ba165::$prefixLengthsPsr4;
38
- $loader->prefixDirsPsr4 = ComposerStaticInitcc3b0884aed5eb4382932bec3c2ba165::$prefixDirsPsr4;
39
- $loader->classMap = ComposerStaticInitcc3b0884aed5eb4382932bec3c2ba165::$classMap;
40
 
41
  }, null, ClassLoader::class);
42
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit1d051bc81e8e69d1f631b018c4f80456
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 = ComposerStaticInit1d051bc81e8e69d1f631b018c4f80456::$prefixLengthsPsr4;
38
+ $loader->prefixDirsPsr4 = ComposerStaticInit1d051bc81e8e69d1f631b018c4f80456::$prefixDirsPsr4;
39
+ $loader->classMap = ComposerStaticInit1d051bc81e8e69d1f631b018c4f80456::$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.0.26',
4
- 'version' => '9.71.0.26',
5
  'type' => 'project',
6
  'install_path' => __DIR__ . '/../../',
7
  'aliases' => array(),
8
- 'reference' => '67a90336792cae07774fcde1b6d6cf72ae521463',
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.0.26',
15
- 'version' => '9.71.0.26',
16
  'type' => 'project',
17
  'install_path' => __DIR__ . '/../../',
18
  'aliases' => array(),
19
- 'reference' => '67a90336792cae07774fcde1b6d6cf72ae521463',
20
  'dev_requirement' => false,
21
  ),
22
  'vektor-inc/vk-breadcrumb' => array(
1
  <?php return array(
2
  'root' => array(
3
+ 'pretty_version' => '9.71.0.27',
4
+ 'version' => '9.71.0.27',
5
  'type' => 'project',
6
  'install_path' => __DIR__ . '/../../',
7
  'aliases' => array(),
8
+ 'reference' => 'b3180ba04bb62795c129e268d44f303fdcb9fda7',
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.0.27',
15
+ 'version' => '9.71.0.27',
16
  'type' => 'project',
17
  'install_path' => __DIR__ . '/../../',
18
  'aliases' => array(),
19
+ 'reference' => 'b3180ba04bb62795c129e268d44f303fdcb9fda7',
20
  'dev_requirement' => false,
21
  ),
22
  'vektor-inc/vk-breadcrumb' => array(
veu-packages.php CHANGED
@@ -175,7 +175,7 @@ function veu_get_packages() {
175
  $required_packages[] = array(
176
  'name' => 'breadcrumb',
177
  'title' => __( 'Breadcrumb', 'vk-all-in-one-expansion-unit' ),
178
- 'description' => __( 'Print BreadcrumbList schema on html header', 'vk-all-in-one-expansion-unit' ),
179
  'default' => false,
180
  'include' => 'vk-breadcrumb/config.php',
181
  );
@@ -186,7 +186,7 @@ function veu_get_packages() {
186
  $required_packages[] = array(
187
  'name' => 'noindex',
188
  'title' => __( 'Noindex additional function', 'vk-all-in-one-expansion-unit' ),
189
- 'description' => __( 'Outputs the noindex tag to the html head of the specified page.', 'vk-all-in-one-expansion-unit' ).'<br>'.__( 'If you want to add the noindex tag to specific page that, move to that post edit screen and set from VK All in One Expansion Unit metabox in lower part of content editing field.', 'vk-all-in-one-expansion-unit' ).'<br>'.__( 'If you want add to the other page such as archive page that, you can set to ExUnit Main Setting Page.', 'vk-all-in-one-expansion-unit' ),
190
  'attr' => array(
191
  array(
192
  'name' => __( 'Setting', 'vk-all-in-one-expansion-unit' ),
@@ -231,7 +231,7 @@ function veu_get_packages() {
231
  ),
232
  'default' => true,
233
  'include' => 'other-widget/other-widget.php',
234
- );
235
 
236
  /*
237
  Before loop widget area
@@ -242,19 +242,19 @@ function veu_get_packages() {
242
  'description' => __( 'Add widget area before loop at published post type archive page', 'vk-all-in-one-expansion-unit' ),
243
  'attr' => array(
244
  // array(
245
- // 'name' => __( 'Setting', 'vk-all-in-one-expansion-unit' ),
246
- // 'url' => admin_url() . 'edit.php?post_type=post_type_manage',
247
- // 'enable_only' => 1,
248
  // ),
249
  ),
250
  'default' => false,
251
  'include' => 'add_archive_loop_before_widget_area.php',
252
  );
253
 
254
- /**
255
- * Defualt Thumbnail
256
- */
257
- $required_packages[] = array(
258
  'name' => 'default_thumbnail',
259
  'title' => __( 'Default Thumbnail', 'vk-all-in-one-expansion-unit' ),
260
  'description' => __( 'You can set Default Thumbnail.', 'vk-all-in-one-expansion-unit' ),
@@ -287,7 +287,7 @@ function veu_get_packages() {
287
  'include' => 'css-customize/css-customize.php',
288
  );
289
 
290
- $insert_item_description = '<br />'.__( 'You can insert by metabox of bottom of content edit area at post edit screen, or from by the block or widget and so on.', 'vk-all-in-one-expansion-unit' );
291
 
292
  /*
293
  ChildPageIndex
@@ -296,7 +296,7 @@ function veu_get_packages() {
296
  $required_packages[] = array(
297
  'name' => 'childPageIndex',
298
  'title' => __( 'Child page index', 'vk-all-in-one-expansion-unit' ),
299
- 'description' => __( 'It displays a list of the child page.', 'vk-all-in-one-expansion-unit' ).$insert_item_description,
300
  'default' => true,
301
  'include' => 'child-page-index/child-page-index.php',
302
  'use_ex_blocks' => true,
@@ -306,11 +306,11 @@ function veu_get_packages() {
306
  pageList_ancestor
307
  /*-------------------------------------------*/
308
  $required_packages[] = array(
309
- 'name' => 'pageList_ancestor',
310
- 'title' => __( 'Page list from ancestor', 'vk-all-in-one-expansion-unit' ),
311
- 'description' => __( 'It displays a page list from ancestor.', 'vk-all-in-one-expansion-unit' ).$insert_item_description,
312
- 'default' => true,
313
- 'include' => 'page-list-ancestor/page-list-ancestor.php',
314
  'use_ex_blocks' => true,
315
  );
316
 
@@ -320,7 +320,7 @@ function veu_get_packages() {
320
  $required_packages[] = array(
321
  'name' => 'contact_section',
322
  'title' => __( 'Contact Section', 'vk-all-in-one-expansion-unit' ),
323
- 'description' => __( 'It displays a contact information.', 'vk-all-in-one-expansion-unit' ).$insert_item_description,
324
  'attr' => array(
325
  array(
326
  'name' => __( 'Setting', 'vk-all-in-one-expansion-unit' ),
@@ -339,7 +339,7 @@ function veu_get_packages() {
339
  $required_packages[] = array(
340
  'name' => 'sitemap_page',
341
  'title' => __( 'Display HTML Site Map', 'vk-all-in-one-expansion-unit' ),
342
- 'description' => __( 'It displays a HTML Site Map.', 'vk-all-in-one-expansion-unit' ).$insert_item_description,
343
  'default' => true,
344
  'include' => 'sitemap-page/sitemap-page.php',
345
  );
@@ -396,7 +396,7 @@ function veu_get_packages() {
396
  $required_packages[] = array(
397
  'name' => 'relatedPosts',
398
  'title' => __( 'Related posts', 'vk-all-in-one-expansion-unit' ),
399
- 'description' => __( 'Print Related posts lists to post content bottom.', 'vk-all-in-one-expansion-unit' ).'<br>'.__( 'Related posts are displayed based on tags, so please set tags for posts.', 'vk-all-in-one-expansion-unit' ),
400
  'default' => true,
401
  'include' => 'related_posts/related_posts.php',
402
  );
@@ -425,10 +425,10 @@ function veu_get_packages() {
425
  /**
426
  * IE Alart.
427
  */
428
- $required_packages[] = array(
429
  'name' => 'display_ie_alert',
430
  'title' => __( 'Display IE Alert', 'vk-all-in-one-expansion-unit' ),
431
- 'description' => __( 'Display a warning if the user who is viewing this site is using IE.', 'vk-all-in-one-expansion-unit' ).'<br>'.__( 'IE is a very old browser and its creator Microsoft does not recommend its use. Encouraging IE users to switch to the next-generation browser will greatly contribute to the evolution of the website.', 'vk-all-in-one-expansion-unit' ),
432
  'default' => true,
433
  'include' => 'display-ie-alert.php',
434
  );
@@ -436,21 +436,21 @@ function veu_get_packages() {
436
  /**
437
  * Disable Core XML Sitemap.
438
  */
439
- $required_packages[] = array(
440
  'name' => 'disable_xml_sitemap',
441
  'title' => __( 'Disable XML Sitemap', 'vk-all-in-one-expansion-unit' ),
442
- 'description' => __( 'Stop the XML Sitemap feature added from WordPress 5.5.', 'vk-all-in-one-expansion-unit' ).'<br>'.__( 'If you already creating XML Sitemap by another Plugin that you can stop native WordPress Sitemap function by this function.', 'vk-all-in-one-expansion-unit' ),
443
  'default' => false,
444
  'include' => 'disable-xml-sitemap.php',
445
  );
446
 
447
  /**
448
- * Disable Emoji.
449
- */
450
- $required_packages[] = array(
451
  'name' => 'disable_emoji',
452
  'title' => __( 'Disable Emojis', 'vk-all-in-one-expansion-unit' ),
453
- 'description' => __( 'You can disable emojis.', 'vk-all-in-one-expansion-unit' ).'<br>'.__( 'If you do not using Emojis that I recommend to enable this function.', 'vk-all-in-one-expansion-unit' ).__( 'If disable emoji that you can stop print emoji codes on html head and it bring to small effect of speeding up.', 'vk-all-in-one-expansion-unit' ),
454
  'default' => false,
455
  'include' => 'disable-emojis.php',
456
  );
@@ -585,7 +585,7 @@ function veu_get_packages() {
585
  /*
586
  VK Blocks
587
  /*-------------------------------------------*/
588
- $install_link = admin_url() . 'plugin-install.php?s=vk+blocks&tab=search&type=term';
589
  $required_packages[] = array(
590
  'name' => 'vk-blocks',
591
  'title' => __( 'VK Blocks', 'vk-all-in-one-expansion-unit' ),
@@ -600,7 +600,7 @@ function veu_get_packages() {
600
  $required_packages[] = array(
601
  'name' => 'tiny_mce_style_tags',
602
  'title' => __( 'TinyMCE Style Tags', 'vk-all-in-one-expansion-unit' ),
603
- 'description' => __( 'Add TinyMCE Editor to style tags.', 'vk-all-in-one-expansion-unit' ). $not_recommend_description,
604
  'default' => false,
605
  'include' => 'tiny-mce-styletags.php',
606
  );
@@ -611,7 +611,7 @@ function veu_get_packages() {
611
  $required_packages[] = array(
612
  'name' => 'bootstrap',
613
  'title' => __( 'Print Bootstrap css ( grid / button / table )', 'vk-all-in-one-expansion-unit' ),
614
- 'description' => __( 'If your using theme has already including Bootstrap, you deactivate this item.', 'vk-all-in-one-expansion-unit' ). $not_recommend_description,
615
  'default' => false,
616
  'include' => 'bootstrap.php',
617
  );
175
  $required_packages[] = array(
176
  'name' => 'breadcrumb',
177
  'title' => __( 'Breadcrumb', 'vk-all-in-one-expansion-unit' ),
178
+ 'description' => __( 'Output the schema data of the breadcrumb to the html header.', 'vk-all-in-one-expansion-unit' ) . __( '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' ),
179
  'default' => false,
180
  'include' => 'vk-breadcrumb/config.php',
181
  );
186
  $required_packages[] = array(
187
  'name' => 'noindex',
188
  'title' => __( 'Noindex additional function', 'vk-all-in-one-expansion-unit' ),
189
+ 'description' => __( 'Outputs the noindex tag to the html head of the specified page.', 'vk-all-in-one-expansion-unit' ) . '<br>' . __( 'If you want to add the noindex tag to specific page that, move to that post edit screen and set from VK All in One Expansion Unit metabox in lower part of content editing field.', 'vk-all-in-one-expansion-unit' ) . '<br>' . __( 'If you want add to the other page such as archive page that, you can set to ExUnit Main Setting Page.', 'vk-all-in-one-expansion-unit' ),
190
  'attr' => array(
191
  array(
192
  'name' => __( 'Setting', 'vk-all-in-one-expansion-unit' ),
231
  ),
232
  'default' => true,
233
  'include' => 'other-widget/other-widget.php',
234
+ );
235
 
236
  /*
237
  Before loop widget area
242
  'description' => __( 'Add widget area before loop at published post type archive page', 'vk-all-in-one-expansion-unit' ),
243
  'attr' => array(
244
  // array(
245
+ // 'name' => __( 'Setting', 'vk-all-in-one-expansion-unit' ),
246
+ // 'url' => admin_url() . 'edit.php?post_type=post_type_manage',
247
+ // 'enable_only' => 1,
248
  // ),
249
  ),
250
  'default' => false,
251
  'include' => 'add_archive_loop_before_widget_area.php',
252
  );
253
 
254
+ /**
255
+ * Defualt Thumbnail
256
+ */
257
+ $required_packages[] = array(
258
  'name' => 'default_thumbnail',
259
  'title' => __( 'Default Thumbnail', 'vk-all-in-one-expansion-unit' ),
260
  'description' => __( 'You can set Default Thumbnail.', 'vk-all-in-one-expansion-unit' ),
287
  'include' => 'css-customize/css-customize.php',
288
  );
289
 
290
+ $insert_item_description = '<br />' . __( 'You can insert by metabox of bottom of content edit area at post edit screen, or from by the block or widget and so on.', 'vk-all-in-one-expansion-unit' );
291
 
292
  /*
293
  ChildPageIndex
296
  $required_packages[] = array(
297
  'name' => 'childPageIndex',
298
  'title' => __( 'Child page index', 'vk-all-in-one-expansion-unit' ),
299
+ 'description' => __( 'It displays a list of the child page.', 'vk-all-in-one-expansion-unit' ) . $insert_item_description,
300
  'default' => true,
301
  'include' => 'child-page-index/child-page-index.php',
302
  'use_ex_blocks' => true,
306
  pageList_ancestor
307
  /*-------------------------------------------*/
308
  $required_packages[] = array(
309
+ 'name' => 'pageList_ancestor',
310
+ 'title' => __( 'Page list from ancestor', 'vk-all-in-one-expansion-unit' ),
311
+ 'description' => __( 'It displays a page list from ancestor.', 'vk-all-in-one-expansion-unit' ) . $insert_item_description,
312
+ 'default' => true,
313
+ 'include' => 'page-list-ancestor/page-list-ancestor.php',
314
  'use_ex_blocks' => true,
315
  );
316
 
320
  $required_packages[] = array(
321
  'name' => 'contact_section',
322
  'title' => __( 'Contact Section', 'vk-all-in-one-expansion-unit' ),
323
+ 'description' => __( 'It displays a contact information.', 'vk-all-in-one-expansion-unit' ) . $insert_item_description,
324
  'attr' => array(
325
  array(
326
  'name' => __( 'Setting', 'vk-all-in-one-expansion-unit' ),
339
  $required_packages[] = array(
340
  'name' => 'sitemap_page',
341
  'title' => __( 'Display HTML Site Map', 'vk-all-in-one-expansion-unit' ),
342
+ 'description' => __( 'It displays a HTML Site Map.', 'vk-all-in-one-expansion-unit' ) . $insert_item_description,
343
  'default' => true,
344
  'include' => 'sitemap-page/sitemap-page.php',
345
  );
396
  $required_packages[] = array(
397
  'name' => 'relatedPosts',
398
  'title' => __( 'Related posts', 'vk-all-in-one-expansion-unit' ),
399
+ 'description' => __( 'Print Related posts lists to post content bottom.', 'vk-all-in-one-expansion-unit' ) . '<br>' . __( 'Related posts are displayed based on tags, so please set tags for posts.', 'vk-all-in-one-expansion-unit' ),
400
  'default' => true,
401
  'include' => 'related_posts/related_posts.php',
402
  );
425
  /**
426
  * IE Alart.
427
  */
428
+ $required_packages[] = array(
429
  'name' => 'display_ie_alert',
430
  'title' => __( 'Display IE Alert', 'vk-all-in-one-expansion-unit' ),
431
+ 'description' => __( 'Display a warning if the user who is viewing this site is using IE.', 'vk-all-in-one-expansion-unit' ) . '<br>' . __( 'IE is a very old browser and its creator Microsoft does not recommend its use. Encouraging IE users to switch to the next-generation browser will greatly contribute to the evolution of the website.', 'vk-all-in-one-expansion-unit' ),
432
  'default' => true,
433
  'include' => 'display-ie-alert.php',
434
  );
436
  /**
437
  * Disable Core XML Sitemap.
438
  */
439
+ $required_packages[] = array(
440
  'name' => 'disable_xml_sitemap',
441
  'title' => __( 'Disable XML Sitemap', 'vk-all-in-one-expansion-unit' ),
442
+ 'description' => __( 'Stop the XML Sitemap feature added from WordPress 5.5.', 'vk-all-in-one-expansion-unit' ) . '<br>' . __( 'If you already creating XML Sitemap by another Plugin that you can stop native WordPress Sitemap function by this function.', 'vk-all-in-one-expansion-unit' ),
443
  'default' => false,
444
  'include' => 'disable-xml-sitemap.php',
445
  );
446
 
447
  /**
448
+ * Disable Emoji.
449
+ */
450
+ $required_packages[] = array(
451
  'name' => 'disable_emoji',
452
  'title' => __( 'Disable Emojis', 'vk-all-in-one-expansion-unit' ),
453
+ 'description' => __( 'You can disable emojis.', 'vk-all-in-one-expansion-unit' ) . '<br>' . __( 'If you do not using Emojis that I recommend to enable this function.', 'vk-all-in-one-expansion-unit' ) . __( 'If disable emoji that you can stop print emoji codes on html head and it bring to small effect of speeding up.', 'vk-all-in-one-expansion-unit' ),
454
  'default' => false,
455
  'include' => 'disable-emojis.php',
456
  );
585
  /*
586
  VK Blocks
587
  /*-------------------------------------------*/
588
+ $install_link = admin_url() . 'plugin-install.php?s=vk+blocks&tab=search&type=term';
589
  $required_packages[] = array(
590
  'name' => 'vk-blocks',
591
  'title' => __( 'VK Blocks', 'vk-all-in-one-expansion-unit' ),
600
  $required_packages[] = array(
601
  'name' => 'tiny_mce_style_tags',
602
  'title' => __( 'TinyMCE Style Tags', 'vk-all-in-one-expansion-unit' ),
603
+ 'description' => __( 'Add TinyMCE Editor to style tags.', 'vk-all-in-one-expansion-unit' ) . $not_recommend_description,
604
  'default' => false,
605
  'include' => 'tiny-mce-styletags.php',
606
  );
611
  $required_packages[] = array(
612
  'name' => 'bootstrap',
613
  'title' => __( 'Print Bootstrap css ( grid / button / table )', 'vk-all-in-one-expansion-unit' ),
614
+ 'description' => __( 'If your using theme has already including Bootstrap, you deactivate this item.', 'vk-all-in-one-expansion-unit' ) . $not_recommend_description,
615
  'default' => false,
616
  'include' => 'bootstrap.php',
617
  );
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.0.26
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.0.27
7
  * Requires PHP: 7.0
8
  * Author: Vektor,Inc.
9
  * Text Domain: vk-all-in-one-expansion-unit