Version Description
Fixed bug in 1.2.5.
Download this release
Release Info
Developer | looswebstudio |
Plugin | SEO SIMPLE PACK |
Version | 1.2.6 |
Comparing to | |
See all releases |
Code changes from version 1.2.5 to 1.2.6
- class/ssp_init.php +1 -1
- readme.txt +4 -1
- seo-simple-pack.php +2 -2
class/ssp_init.php
CHANGED
@@ -31,7 +31,7 @@ class SSP_Init {
|
|
31 |
|
32 |
// OGPせ設定
|
33 |
$db_ssp_ogp = get_option( SSP_Data::DB_NAME[ 'ogp' ] ) ?: [];
|
34 |
-
SSP_Data::$ogp = array_merge( SSP_Data::DEFAULT_OGP, $
|
35 |
|
36 |
}
|
37 |
|
31 |
|
32 |
// OGPせ設定
|
33 |
$db_ssp_ogp = get_option( SSP_Data::DB_NAME[ 'ogp' ] ) ?: [];
|
34 |
+
SSP_Data::$ogp = array_merge( SSP_Data::DEFAULT_OGP, $db_ssp_ogp );
|
35 |
|
36 |
}
|
37 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://loos-web-studio.com/
|
|
4 |
Tags: SEO, meta, analytics, webmaster, simple, japan, meta tag
|
5 |
Requires at least: 4.6
|
6 |
Tested up to: 5.3.2
|
7 |
-
Stable tag: 1.2.
|
8 |
Requires PHP: 5.6
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
@@ -109,6 +109,9 @@ wp_head内( `_wp_render_title_tag` )で出力される`title`タグは削除す
|
|
109 |
|
110 |
== Changelog ==
|
111 |
|
|
|
|
|
|
|
112 |
= 1.2.5 =
|
113 |
Fixed a bug that the description setting of the tag page was not reflected.
|
114 |
|
4 |
Tags: SEO, meta, analytics, webmaster, simple, japan, meta tag
|
5 |
Requires at least: 4.6
|
6 |
Tested up to: 5.3.2
|
7 |
+
Stable tag: 1.2.6
|
8 |
Requires PHP: 5.6
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
109 |
|
110 |
== Changelog ==
|
111 |
|
112 |
+
= 1.2.6 =
|
113 |
+
Fixed bug in 1.2.5.
|
114 |
+
|
115 |
= 1.2.5 =
|
116 |
Fixed a bug that the description setting of the tag page was not reflected.
|
117 |
|
seo-simple-pack.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: SEO SIMPLE PACK
|
4 |
* Plugin URI: https://wemo.tech/1670
|
5 |
* Description: A simple SEO plugin. Meta tags and OGP tags can be easily set and customized for each page type and post.
|
6 |
-
* Version: 1.2.
|
7 |
* Author: LOOS WEB STUDIO
|
8 |
* Author URI: https://loos-web-studio.com/
|
9 |
* License: GPL2 or later
|
@@ -34,7 +34,7 @@ if ( (double) $phpver < 5.6 ) {
|
|
34 |
* 定数宣言
|
35 |
*/
|
36 |
if ( ! defined( 'SSP_VERSION' ) ) {
|
37 |
-
define( 'SSP_VERSION', '1.2.
|
38 |
}
|
39 |
if ( ! defined( 'SSP_FILE' ) ) {
|
40 |
define( 'SSP_FILE', __FILE__ );
|
3 |
* Plugin Name: SEO SIMPLE PACK
|
4 |
* Plugin URI: https://wemo.tech/1670
|
5 |
* Description: A simple SEO plugin. Meta tags and OGP tags can be easily set and customized for each page type and post.
|
6 |
+
* Version: 1.2.6
|
7 |
* Author: LOOS WEB STUDIO
|
8 |
* Author URI: https://loos-web-studio.com/
|
9 |
* License: GPL2 or later
|
34 |
* 定数宣言
|
35 |
*/
|
36 |
if ( ! defined( 'SSP_VERSION' ) ) {
|
37 |
+
define( 'SSP_VERSION', '1.2.6' );
|
38 |
}
|
39 |
if ( ! defined( 'SSP_FILE' ) ) {
|
40 |
define( 'SSP_FILE', __FILE__ );
|