Plugin Directory

Changeset 655498


Ignore:
Timestamp:
01/20/2013 12:48:36 AM (13 years ago)
Author:
cottonspace
Message:

Adding Search Button.

Location:
cs-shop/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cs-shop/trunk/cs-shop.php

    r575123 r655498  
    44Plugin URI: http://www.csync.net/category/blog/wp-plugin/cs-shop/
    55Description: Easy to create a affiliate products page of affiliate services in Japan.
    6 Version: 1.1
     6Version: 1.1.1
    77Author: cottonspace
    88Author URI: http://www.csync.net/
     
    2828 * プラグインのバージョン
    2929 */
    30 define('CS_SHOP_VER', '1.1');
     30define('CS_SHOP_VER', '1.1.1');
    3131
    3232/**
  • cs-shop/trunk/function-view.php

    r575123 r655498  
    33 * 画面描画用関数ライブラリ
    44 * User: cottonspace
    5  * Date: 12/04/13
     5 * Date: 13/01/20
    66 */
    77
     
    245245    // 検索フォームの終了
    246246    $output .= <<< EOT
     247<noscript>
     248<input type="submit" value="検索" />
     249</noscript>
    247250</form>\n
    248251</div>
  • cs-shop/trunk/readme.txt

    r575123 r655498  
    44Requires at least: 3.0
    55Tested up to: 3.0
    6 Stable tag: 1.1
     6Stable tag: 1.1.1
    77
    88Easy to create a affiliate products page of affiliate services in Japan.
     
    2929
    3030== Changelog ==
     31
     32= 1.1.1 =
     33* Display "Search" button, when not support JavaScript.
    3134
    3235= 1.1 =
Note: See TracChangeset for help on using the changeset viewer.