SEO SIMPLE PACK - Version 1.2.0

Version Description

WordPress

Download this release

Release Info

Developer looswebstudio
Plugin Icon 128x128 SEO SIMPLE PACK
Version 1.2.0
Comparing to
See all releases

Code changes from version 1.1.9 to 1.2.0

Files changed (2) hide show
  1. readme.txt +8 -2
  2. seo-simple-pack.php +2 -2
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: looswebstudio
3
  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: 5.0.1
7
- Stable tag: 1.1.9
8
  Requires PHP: 5.6
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -108,6 +108,12 @@ wp_head内( `_wp_render_title_tag` )で出力される`title`タグは削除す
108
 
109
 
110
  == Changelog ==
 
 
 
 
 
 
111
 
112
  = 1.1.8 =
113
  ・項目説明の改善
3
  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: 5.1.1
7
+ Stable tag: 1.2.0
8
  Requires PHP: 5.6
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
108
 
109
 
110
  == Changelog ==
111
+ = 1.2.0 =
112
+ WordPress最新版への対応
113
+
114
+ = 1.1.9 =
115
+ コードの微調整
116
+
117
 
118
  = 1.1.8 =
119
  ・項目説明の改善
seo-simple-pack.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: SEO SIMPLE PACK
4
  Plugin URI: https://wemo.tech/1670
5
  Description: シンプルなSEOプラグイン。ページ種別・投稿ごとにmetaタグやOGPタグを簡単に設定・カスタマイズできます。
6
- Version: 1.1.9
7
  Author: LOOS WEB STUDIO
8
  Author URI: https://loos-web-studio.com/
9
  License: GPL2
@@ -56,7 +56,7 @@ if ( (double) $phpver < 5.6 ) {
56
  * 定数宣言
57
  */
58
  if ( ! defined( 'SSP_VERSION' ) ) {
59
- define( 'SSP_VERSION', '1.1.9' );
60
  }
61
  if ( ! defined( 'SSP_FILE' ) ) {
62
  define( 'SSP_FILE', __FILE__ );
3
  Plugin Name: SEO SIMPLE PACK
4
  Plugin URI: https://wemo.tech/1670
5
  Description: シンプルなSEOプラグイン。ページ種別・投稿ごとにmetaタグやOGPタグを簡単に設定・カスタマイズできます。
6
+ Version: 1.2.0
7
  Author: LOOS WEB STUDIO
8
  Author URI: https://loos-web-studio.com/
9
  License: GPL2
56
  * 定数宣言
57
  */
58
  if ( ! defined( 'SSP_VERSION' ) ) {
59
+ define( 'SSP_VERSION', '1.2.0' );
60
  }
61
  if ( ! defined( 'SSP_FILE' ) ) {
62
  define( 'SSP_FILE', __FILE__ );