SEO SIMPLE PACK - Version 1.0.8

Version Description

jQuery

Download this release

Release Info

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

Code changes from version 1.0.7 to 1.0.8

Files changed (3) hide show
  1. assets/js/ssp.js +1 -1
  2. readme.txt +4 -1
  3. seo-simple-pack.php +2 -2
assets/js/ssp.js CHANGED
@@ -17,7 +17,7 @@ addEventListener('DOMContentLoaded', function () {
17
 
18
  tabN[i].addEventListener('click', function (e) {
19
  e.preventDefault();
20
- location.hash = $(this).attr('href');
21
 
22
  if ( !tabN[i].classList.contains('act_') ) {
23
  document.querySelector('.nav-tab.act_').classList.remove('act_');
17
 
18
  tabN[i].addEventListener('click', function (e) {
19
  e.preventDefault();
20
+ location.hash = e.target.getAttribute('href');
21
 
22
  if ( !tabN[i].classList.contains('act_') ) {
23
  document.querySelector('.nav-tab.act_').classList.remove('act_');
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.7
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.7 =
92
  Update "Plugin URI".
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.8
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.8 =
92
+ スクリプトのjQuery依存を軽減
93
+
94
  = 1.0.7 =
95
  Update "Plugin URI".
96
 
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.0.7
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.7' );
43
  }
44
  if ( ! defined( 'SSP_FILE' ) ) {
45
  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.0.8
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.8' );
43
  }
44
  if ( ! defined( 'SSP_FILE' ) ) {
45
  define( 'SSP_FILE', __FILE__ );