Plugin Directory

Changeset 536238


Ignore:
Timestamp:
04/25/2012 02:58:39 PM (14 years ago)
Author:
cottonspace
Message:

Remove debugging code.

Location:
cs-shop/trunk
Files:
2 edited

Legend:

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

    r536232 r536238  
    44Plugin URI: http://www.csync.net/category/blog/wp-plugin/cs-shop/
    55Description: You can easily create a product search page from the affiliate services of Japan.
    6 Version: 0.9.6
     6Version: 0.9.6.1
    77Author: cottonspace
    88Author URI: http://www.csync.net/
     
    2929 * プラグインのバージョン
    3030 */
    31 define('CS_SHOP_VER', '0.9.6');
     31define('CS_SHOP_VER', '0.9.6.1');
    3232
    3333/**
     
    3939 * 開発・デバッグ用の設定
    4040 */
    41 ini_set('display_errors', 1);
    42 ini_set('error_reporting', E_ALL);
     41// ini_set('display_errors', 1);
     42// ini_set('error_reporting', E_ALL);
    4343
    4444/**
  • cs-shop/trunk/readme.txt

    r536232 r536238  
    44Requires at least: 3.0
    55Tested up to: 3.0
    6 Stable tag: 0.9.6
     6Stable tag: 0.9.6.1
    77
    88You can easily create a product search page from the affiliate services of Japan.
     
    2929
    3030== Changelog ==
     31
     32= 0.9.6.1 =
     33* Remove debugging code.
    3134
    3235= 0.9.6 =
     
    6366
    6467== Upgrade Notice ==
     68
     69= 0.9.6.1 =
     70Re-release version 0.9.6.
    6571
    6672= 0.9.6 =
Note: See TracChangeset for help on using the changeset viewer.