Version Description
- [ Bug fix ] fix wp title php error
Download this release
Release Info
Developer | kurudrive |
Plugin | VK All in One Expansion Unit |
Version | 9.68.1.0 |
Comparing to | |
See all releases |
Code changes from version 9.68.0.1 to 9.68.1.0
- inc/wp-title/package/head-title.php +1 -1
- readme.txt +4 -1
- vkExUnit.php +1 -1
inc/wp-title/package/head-title.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?
|
2 |
/**
|
3 |
* SEO Title
|
4 |
*
|
1 |
+
<?php
|
2 |
/**
|
3 |
* SEO Title
|
4 |
*
|
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.8.1
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 9.68.0
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -82,6 +82,9 @@ e.g.
|
|
82 |
|
83 |
== Changelog ==
|
84 |
|
|
|
|
|
|
|
85 |
= 9.68.0.0 =
|
86 |
* [ Add Function ][ head title ] Add change head title function
|
87 |
* [ Bug fix ][ SNS ] Fix share button on customize screen
|
5 |
Requires at least: 5.3.0
|
6 |
Tested up to: 5.8.1
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 9.68.1.0
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
82 |
|
83 |
== Changelog ==
|
84 |
|
85 |
+
= 9.68.1.0 =
|
86 |
+
* [ Bug fix ] fix wp title php error
|
87 |
+
|
88 |
= 9.68.0.0 =
|
89 |
* [ Add Function ][ head title ] Add change head title function
|
90 |
* [ Bug fix ][ SNS ] Fix share button on customize screen
|
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.68.0
|
7 |
* Requires PHP: 5.6
|
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.68.1.0
|
7 |
* Requires PHP: 5.6
|
8 |
* Author: Vektor,Inc.
|
9 |
* Text Domain: vk-all-in-one-expansion-unit
|