Changeset 1654140
- Timestamp:
- 05/10/2017 09:20:50 AM (9 years ago)
- Location:
- hpbseo
- Files:
-
- 16 added
- 2 edited
-
tags/1.3.5 (added)
-
tags/1.3.5/PIE.htc (added)
-
tags/1.3.5/hpbseo.css (added)
-
tags/1.3.5/hpbseo.js (added)
-
tags/1.3.5/hpbseo.php (added)
-
tags/1.3.5/hpbseo.txt (added)
-
tags/1.3.5/image (added)
-
tags/1.3.5/image/check.png (added)
-
tags/1.3.5/image/graph.gif (added)
-
tags/1.3.5/image/graph_off.gif (added)
-
tags/1.3.5/image/icon_seo.png (added)
-
tags/1.3.5/image/loading.gif (added)
-
tags/1.3.5/image/menu_seo.png (added)
-
tags/1.3.5/postajax.php (added)
-
tags/1.3.5/readme.txt (added)
-
tags/1.3.5/uninstall.php (added)
-
trunk/hpbseo.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hpbseo/trunk/hpbseo.php
r1648683 r1654140 4 4 Plugin URI: http://www.allegro-inc.com/seo/9080.html 5 5 Description: ホームページビルダー向けのSEO対策プラグインです ※このプラグインを使用するには、hpbダッシュボードを使用する必要があります。 6 Version: 1.3. 46 Version: 1.3.5 7 7 Author: Allegro Marketing 8 8 Author URI:http://seo-composer.com … … 556 556 557 557 //競合プラグインリスト取得(※文字列のためsplit) 558 $conflict_list = split(',',CNFLICT_LIST);558 $conflict_list = explode(',',CNFLICT_LIST); 559 559 560 560 //有効化されているプラグイン(パス)を取得 -
hpbseo/trunk/readme.txt
r1648683 r1654140 4 4 Requires at least: 3.4 5 5 Tested up to: 3.5.2 6 Stable tag: 1.3. 46 Stable tag: 1.3.5 7 7 License: GPLv2 or later 8 8 License URI: https://www.allegro-inc.com/seo/15358.html
Note: See TracChangeset
for help on using the changeset viewer.