Plugin Directory

Changeset 1654140


Ignore:
Timestamp:
05/10/2017 09:20:50 AM (9 years ago)
Author:
axis hamanaka
Message:

ver 1.3.5 bug fix

Location:
hpbseo
Files:
16 added
2 edited

Legend:

Unmodified
Added
Removed
  • hpbseo/trunk/hpbseo.php

    r1648683 r1654140  
    44Plugin URI: http://www.allegro-inc.com/seo/9080.html
    55Description: ホームページビルダー向けのSEO対策プラグインです ※このプラグインを使用するには、hpbダッシュボードを使用する必要があります。
    6 Version: 1.3.4
     6Version: 1.3.5
    77Author: Allegro Marketing
    88Author URI:http://seo-composer.com
     
    556556
    557557        //競合プラグインリスト取得(※文字列のためsplit)
    558         $conflict_list = split(',',CNFLICT_LIST);
     558        $conflict_list = explode(',',CNFLICT_LIST);
    559559
    560560        //有効化されているプラグイン(パス)を取得
  • hpbseo/trunk/readme.txt

    r1648683 r1654140  
    44Requires at least: 3.4
    55Tested up to: 3.5.2
    6 Stable tag: 1.3.4
     6Stable tag: 1.3.5
    77License: GPLv2 or later
    88License URI: https://www.allegro-inc.com/seo/15358.html
Note: See TracChangeset for help on using the changeset viewer.