Changeset 655498
- Timestamp:
- 01/20/2013 12:48:36 AM (13 years ago)
- Location:
- cs-shop/trunk
- Files:
-
- 3 edited
-
cs-shop.php (modified) (2 diffs)
-
function-view.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cs-shop/trunk/cs-shop.php
r575123 r655498 4 4 Plugin URI: http://www.csync.net/category/blog/wp-plugin/cs-shop/ 5 5 Description: Easy to create a affiliate products page of affiliate services in Japan. 6 Version: 1.1 6 Version: 1.1.1 7 7 Author: cottonspace 8 8 Author URI: http://www.csync.net/ … … 28 28 * プラグインのバージョン 29 29 */ 30 define('CS_SHOP_VER', '1.1 ');30 define('CS_SHOP_VER', '1.1.1'); 31 31 32 32 /** -
cs-shop/trunk/function-view.php
r575123 r655498 3 3 * 画面描画用関数ライブラリ 4 4 * User: cottonspace 5 * Date: 1 2/04/135 * Date: 13/01/20 6 6 */ 7 7 … … 245 245 // 検索フォームの終了 246 246 $output .= <<< EOT 247 <noscript> 248 <input type="submit" value="検索" /> 249 </noscript> 247 250 </form>\n 248 251 </div> -
cs-shop/trunk/readme.txt
r575123 r655498 4 4 Requires at least: 3.0 5 5 Tested up to: 3.0 6 Stable tag: 1.1 6 Stable tag: 1.1.1 7 7 8 8 Easy to create a affiliate products page of affiliate services in Japan. … … 29 29 30 30 == Changelog == 31 32 = 1.1.1 = 33 * Display "Search" button, when not support JavaScript. 31 34 32 35 = 1.1 =
Note: See TracChangeset
for help on using the changeset viewer.