Version Description
description120300
Download this release
Release Info
Developer | looswebstudio |
Plugin | SEO SIMPLE PACK |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
- class/ssp_init.php +0 -1
- class/ssp_output.php +1 -1
- readme.txt +4 -1
- seo-simple-pack.php +1 -1
class/ssp_init.php
CHANGED
@@ -45,4 +45,3 @@ class SSP_Init {
|
|
45 |
}
|
46 |
|
47 |
}
|
48 |
-
|
45 |
}
|
46 |
|
47 |
}
|
|
class/ssp_output.php
CHANGED
@@ -611,7 +611,7 @@ class SSP_Output {
|
|
611 |
if ( strpos( $str, '%_page_contents_%' ) !== false ) {
|
612 |
|
613 |
$content = $obj->post_content;
|
614 |
-
$content = strip_tags( mb_substr( $content, 0,
|
615 |
$content = preg_replace( '/(\\n)*( )*/', "", $content );
|
616 |
|
617 |
$str = str_replace ( '%_page_contents_%', $content, $str );
|
611 |
if ( strpos( $str, '%_page_contents_%' ) !== false ) {
|
612 |
|
613 |
$content = $obj->post_content;
|
614 |
+
$content = strip_tags( mb_substr( $content, 0, 300 ) );
|
615 |
$content = preg_replace( '/(\\n)*( )*/', "", $content );
|
616 |
|
617 |
$str = str_replace ( '%_page_contents_%', $content, $str );
|
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
|
@@ -87,6 +87,9 @@ wp_head内( `_wp_render_title_tag` )で出力される`title`タグは削除す
|
|
87 |
|
88 |
== Changelog ==
|
89 |
|
|
|
|
|
|
|
90 |
= 1.0.2 =
|
91 |
Add code to remove action "_wp_render_title_tag".
|
92 |
|
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.3
|
8 |
Requires PHP: 5.4
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
87 |
|
88 |
== Changelog ==
|
89 |
|
90 |
+
= 1.0.3 =
|
91 |
+
descriptionタグの上限値を120文字から300文字に引き上げました
|
92 |
+
|
93 |
= 1.0.2 =
|
94 |
Add code to remove action "_wp_render_title_tag".
|
95 |
|
seo-simple-pack.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: SEO SIMPLE PACK
|
4 |
Plugin URI: (プラグインの説明と更新を示すページの 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
|
3 |
Plugin Name: SEO SIMPLE PACK
|
4 |
Plugin URI: (プラグインの説明と更新を示すページの URI)
|
5 |
Description: シンプルなSEOプラグイン。ページ種別・投稿ごとにmetaタグやOGPタグを簡単に設定・カスタマイズできます。
|
6 |
+
Version: 1.0.3
|
7 |
Author: LOOS WEB STUDIO
|
8 |
Author URI: https://loos-web-studio.com/
|
9 |
License: GPL2
|