Plugin Directory

Changeset 1256315


Ignore:
Timestamp:
09/30/2015 07:09:51 AM (11 years ago)
Author:
axis hamanaka
Message:

ver1.3.0 hpb20

Location:
hpbseo
Files:
16 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • hpbseo/trunk/hpbseo.js

    r919190 r1256315  
    66ajax_php_file   = "postajax.php";
    77lint_file       = "hpbseo.txt";
    8 category_php_file = "docdir.php";
     8category_php_file = "";
    99graph_row_max   = 10;   //グラフ表示件数
    1010main_theme_max  = 3;    //メインテーマ表示単語数
  • hpbseo/trunk/hpbseo.php

    r998194 r1256315  
    44Plugin URI: http://www.allegro-inc.com/seo/9080.html
    55Description: ホームページビルダー向けのSEO対策プラグインです ※このプラグインを使用するには、hpbダッシュボードを使用する必要があります。
    6 Version: 1.2.1
    7 Author: Allegro Marketing & Axis
     6Version: 1.3.0
     7Author: Allegro Marketing
    88Author URI:http://www.allegro-inc.com/products/detail.php?product_id=3&rn=hpb18
    99License:GPL2
     
    9494
    9595    //テーマのチェック
    96     $_template_check_list = array("hpb18T", "hpb19T", "hpb19S");
     96    $_template_check_list = array("hpb18T", "hpb19T", "hpb19S", "hpb20T", "hpb20S");
    9797    $template_name = wp_get_theme()->template;
    9898    $flg = false;
  • hpbseo/trunk/postajax.php

    r775212 r1256315  
    112112    );
    113113
    114     $url = "http://api.masteraxis.com/tun/util/hpb_get_words/";
     114    $url = "http://api.seo-composer.com/hpb_get_words/";
    115115    echo file_get_contents($url, false, stream_context_create($context));
    116116   
  • hpbseo/trunk/readme.txt

    r998194 r1256315  
    11=== hpb seo plugin for WordPress ===
    2 Contributors: axis hamanaka
     2Contributors: Allegro Marketing
    33Tags: hpbseo,seo,hpb18,hpb19
    44Requires at least: 3.4
    55Tested up to: 3.5.2
    6 Stable tag: 1.2.1
     6Stable tag: 1.3.0
    77License: GPLv2 or later
    8 License URI: http://www.masteraxis.com/hpb_plugin_licenses/
     8License URI: https://www.allegro-inc.com/seo/15358.html
    99
    1010It is plug-in which can perform a SEO measure on Wordpress.
Note: See TracChangeset for help on using the changeset viewer.