Version Description
Update "Plugin URI".
Download this release
Release Info
Developer | looswebstudio |
Plugin | SEO SIMPLE PACK |
Version | 1.0.7 |
Comparing to | |
See all releases |
Code changes from version 1.0.6 to 1.0.7
- readme.txt +4 -1
- seo-simple-pack.php +3 -3
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://loos-web-studio.com/
|
|
4 |
Tags: SEO,meta,analytics,webmaster,simple,japan
|
5 |
Requires at least: 4.6
|
6 |
Tested up to: 4.9.7
|
7 |
-
Stable tag: 1.0.
|
8 |
Requires PHP: 5.4
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
@@ -88,6 +88,9 @@ wp_head内( `_wp_render_title_tag` )で出力される`title`タグは削除す
|
|
88 |
|
89 |
== Changelog ==
|
90 |
|
|
|
|
|
|
|
91 |
= 1.0.6 =
|
92 |
バグフィックス
|
93 |
|
4 |
Tags: SEO,meta,analytics,webmaster,simple,japan
|
5 |
Requires at least: 4.6
|
6 |
Tested up to: 4.9.7
|
7 |
+
Stable tag: 1.0.7
|
8 |
Requires PHP: 5.4
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
88 |
|
89 |
== Changelog ==
|
90 |
|
91 |
+
= 1.0.7 =
|
92 |
+
Update "Plugin URI".
|
93 |
+
|
94 |
= 1.0.6 =
|
95 |
バグフィックス
|
96 |
|
seo-simple-pack.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: SEO SIMPLE PACK
|
4 |
-
Plugin URI:
|
5 |
Description: シンプルなSEOプラグイン。ページ種別・投稿ごとにmetaタグやOGPタグを簡単に設定・カスタマイズできます。
|
6 |
-
Version: 1.0.
|
7 |
Author: LOOS WEB STUDIO
|
8 |
Author URI: https://loos-web-studio.com/
|
9 |
License: GPL2
|
@@ -39,7 +39,7 @@ if ( ! function_exists( 'add_filter' ) ) {
|
|
39 |
* 定数宣言
|
40 |
*/
|
41 |
if ( ! defined( 'SSP_VERSION' ) ) {
|
42 |
-
define( 'SSP_VERSION', '1.0.
|
43 |
}
|
44 |
if ( ! defined( 'SSP_FILE' ) ) {
|
45 |
define( 'SSP_FILE', __FILE__ );
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: SEO SIMPLE PACK
|
4 |
+
Plugin URI: https://wemo.tech/1670
|
5 |
Description: シンプルなSEOプラグイン。ページ種別・投稿ごとにmetaタグやOGPタグを簡単に設定・カスタマイズできます。
|
6 |
+
Version: 1.0.7
|
7 |
Author: LOOS WEB STUDIO
|
8 |
Author URI: https://loos-web-studio.com/
|
9 |
License: GPL2
|
39 |
* 定数宣言
|
40 |
*/
|
41 |
if ( ! defined( 'SSP_VERSION' ) ) {
|
42 |
+
define( 'SSP_VERSION', '1.0.7' );
|
43 |
}
|
44 |
if ( ! defined( 'SSP_FILE' ) ) {
|
45 |
define( 'SSP_FILE', __FILE__ );
|