SEO SIMPLE PACK - Version 1.1.4

Version Description

1.1.3

Download this release

Release Info

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

Code changes from version 1.1.3 to 1.1.4

class/ssp_activate.php CHANGED
@@ -21,6 +21,7 @@ class SSP_Activate {
21
  $SSP_ogp = SSP_Data::DEFAULT_OGP;
22
 
23
  update_option( SSP_Data::DB_NAME[ 'installed' ], 1 );
 
24
 
25
  } else {
26
 
21
  $SSP_ogp = SSP_Data::DEFAULT_OGP;
22
 
23
  update_option( SSP_Data::DB_NAME[ 'installed' ], 1 );
24
+ update_option( SSP_Data::DB_NAME[ 'notification' ], 'hide' );
25
 
26
  } else {
27
 
class/ssp_init.php CHANGED
@@ -53,22 +53,8 @@ class SSP_Init {
53
  /**
54
  * プラグイン更新時
55
  */
56
- add_action( 'upgrader_process_complete', 'ssp_upgrader_process_complete', 10, 2 );
57
- function ssp_upgrader_process_complete( $upgrader_object, $options ) {
58
-
59
- if ( defined( 'SSP_BASENAME' ) ) {
60
- if ( $options['action'] === 'update' && $options['type'] === 'plugin' ){
61
- foreach( $options['plugins'] as $plugin_basename ) {
62
- if ( $plugin_basename === SSP_BASENAME ){
63
-
64
- if ( get_option( SSP_Data::DB_NAME[ 'notification' ] ) !== 'hide' ) {
65
- update_option( SSP_Data::DB_NAME[ 'notification' ], 'show' );
66
- }
67
-
68
- }
69
- }
70
- }
71
- }
72
  }
73
 
74
 
53
  /**
54
  * プラグイン更新時
55
  */
56
+ if ( get_option( SSP_Data::DB_NAME[ 'notification' ] ) !== 'hide' ) {
57
+ update_option( SSP_Data::DB_NAME[ 'notification' ], 'show' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  }
59
 
60
 
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.8
7
- Stable tag: 1.1.3
8
  Requires PHP: 5.6
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -109,10 +109,12 @@ wp_head内( `_wp_render_title_tag` )で出力される`title`タグは削除す
109
 
110
  == Changelog ==
111
 
 
 
 
112
  = 1.1.3 =
113
  1.1アップデートに伴う重大な変更を管理画面にて通知する設定を追加
114
 
115
-
116
  = 1.1.1 =
117
  1.1アップデートに伴うバグフィックス
118
 
4
  Tags: SEO,meta,analytics,webmaster,simple,japan
5
  Requires at least: 4.6
6
  Tested up to: 4.9.8
7
+ Stable tag: 1.1.4
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.1.4 =
113
+ 1.1.3の通知が動作しなかったので再度更新
114
+
115
  = 1.1.3 =
116
  1.1アップデートに伴う重大な変更を管理画面にて通知する設定を追加
117
 
 
118
  = 1.1.1 =
119
  1.1アップデートに伴うバグフィックス
120
 
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.3
7
  Author: LOOS WEB STUDIO
8
  Author URI: https://loos-web-studio.com/
9
  License: GPL2
@@ -57,7 +57,7 @@ if ( (double) $phpver < 5.6 ) {
57
  * 定数宣言
58
  */
59
  if ( ! defined( 'SSP_VERSION' ) ) {
60
- define( 'SSP_VERSION', '1.1.3' );
61
  }
62
  if ( ! defined( 'SSP_FILE' ) ) {
63
  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.1.4
7
  Author: LOOS WEB STUDIO
8
  Author URI: https://loos-web-studio.com/
9
  License: GPL2
57
  * 定数宣言
58
  */
59
  if ( ! defined( 'SSP_VERSION' ) ) {
60
+ define( 'SSP_VERSION', '1.1.4' );
61
  }
62
  if ( ! defined( 'SSP_FILE' ) ) {
63
  define( 'SSP_FILE', __FILE__ );