Plugin Directory

Changeset 547970


Ignore:
Timestamp:
05/23/2012 11:24:02 AM (14 years ago)
Author:
cottonspace
Message:

Tagged for 1.0. Change spec of sort attribute.

Location:
cs-shop/trunk
Files:
5 edited

Legend:

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

    r546232 r547970  
    33Plugin Name: CS Shop
    44Plugin URI: http://www.csync.net/category/blog/wp-plugin/cs-shop/
    5 Description: You can easily create a product search page from the affiliate services of Japan.
    6 Version: 0.9.9
     5Description: Easy to create a affiliate products page of affiliate services in Japan.
     6Version: 1.0
    77Author: cottonspace
    88Author URI: http://www.csync.net/
     
    2828 * プラグインのバージョン
    2929 */
    30 define('CS_SHOP_VER', '0.9.9');
     30define('CS_SHOP_VER', '1.0');
    3131
    3232/**
  • cs-shop/trunk/function-view.php

    r538922 r547970  
    151151        "+price" => "価格が安い順",
    152152        "-price" => "価格が高い順",
    153         "+sales" => "売れている順",
     153        "-sales" => "売れている順",
    154154        "-reviews" => "レビューが多い順",
    155155        "+reviews" => "レビューが少ない順",
  • cs-shop/trunk/readme.txt

    r546232 r547970  
    44Requires at least: 3.0
    55Tested up to: 3.0
    6 Stable tag: 0.9.9
     6Stable tag: 1.0
    77
    8 You can easily create a product search page from the affiliate services of Japan.
     8Easy to create a affiliate products page of affiliate services in Japan.
    99
    1010== Description ==
    1111
    12 You can easily create a product search page from the affiliate services of Japan.
     12Easy to create a affiliate products page of affiliate services in Japan.
    1313
    14 Simply by writing a short code to just one page, shopping malls will be created on your page.
     14Simply by writing a short code, a shopping mall will be created on your site.
    1515
    16 Unfortunately, this plugin is only available in Japan.
     16This plugin is only support affiliate services of Japan.
    1717
    18 [Readme page in Japanese.](http://www.csync.net/wp-plugin/cs-shop/cs-shop-readme/)
     18[Description in Japanese is here.](http://www.csync.net/wp-plugin/cs-shop/cs-shop-readme/)
    1919
    2020== Installation ==
     
    26261. Please visit the page that you created. Categories of the affiliate service that you set should be displayed.
    2727
    28 This is the most simple configuration steps. Short code to a variety of attributes can be set. Please show 'Shortcode Example' page.
     28This is the most simple configuration steps. Short code to a variety of attributes can be set. Please read 'Shortcode Example' section.
    2929
    3030== Changelog ==
     31
     32= 1.0 =
     33* Change from "+sales" to "-sales" the value of the sort attribute.
    3134
    3235= 0.9.9 =
     
    3639* Add support ValueCommerce.
    3740
    38 = 0.9.7.1 =
    39 * Remove the feature of LinkShare Crossover search and Merchandiser integration.
    40 
    4141= 0.9.7 =
    4242* Add support LinkShare.
    4343* Remove "action" parameter from shortcode attributes.
    4444
    45 = 0.9.6.1 =
    46 * Remove debugging code.
    47 
    4845= 0.9.6 =
    4946* Add support Yahoo! Shopping API.
    50 
    51 = 0.9.5.3 =
    52 * Fixed control of the authority of the admin menu.
    53 
    54 = 0.9.5.2 =
    55 * Add show Review score, and refine some codes.
    56 
    57 = 0.9.5.1 =
    58 * Add display credit of Rakuten service.
    59 * If there is no product image to view an alternate image.
    6047
    6148= 0.9.5 =
     
    8067== Upgrade Notice ==
    8168
     69= 1.0 =
     70Change the value of the sort attribute.
     71
    8272= 0.9.9 =
    8373Add "embed" mode.
     
    8676Support ValueCommerce.
    8777
    88 = 0.9.7.1 =
    89 Remove the feature of LinkShare Crossover search and Merchandiser integration.
    90 
    9178= 0.9.7 =
    9279Support LinkShare.
    9380
    94 = 0.9.6.1 =
    95 Re-release version 0.9.6.
    96 
    9781= 0.9.6 =
    9882Support Yahoo! Shopping.
    99 
    100 = 0.9.5.3 =
    101 Admin menu security update.
    102 
    103 = 0.9.5.2 =
    104 Add show Review score.
    105 
    106 = 0.9.5.1 =
    107 If you use the Rakuten, you must version up.
    10883
    10984= 0.9.5 =
     
    127102== Shortcode Example ==
    128103
    129 To view the results of a search by specifying the keyword 'foo' automatically.
     104Show the products which have the keyword 'foo' automatically.
    130105
    131106`[csshop service="rakuten" keyword="foo"]`
     
    139114`[csshop service="valuecommerce" keyword="foo"]`
    140115
    141 To view the results of a search by specifying the specified category automatically.
     116Show the products of specified category automatically.
    142117
    143118`[csshop service="rakuten" category="100026"]`
  • cs-shop/trunk/service-amazon.php

    r538922 r547970  
    2727                "+price" => "price",
    2828                "-price" => "-price",
    29                 "+sales" => "salesrank"
     29                "-sales" => "salesrank"
    3030            ),
    3131            "search" => array(
     
    3838            "browse" => 2017305051,
    3939            "sort" => array(
    40                 "+sales" => "salesrank",
     40                "-sales" => "salesrank",
    4141                "+price" => "price",
    4242                "-price" => "-price",
     
    5252            "browse" => 344919011,
    5353            "sort" => array(
    54                 "+sales" => "salesrank",
     54                "-sales" => "salesrank",
    5555                "+price" => "price",
    5656                "-price" => "-price",
     
    7979            "browse" => 465610,
    8080            "sort" => array(
    81                 "+sales" => "salesrank",
     81                "-sales" => "salesrank",
    8282                "+price" => "pricerank",
    8383                "-price" => "inverse-pricerank",
     
    9595            "browse" => 562002,
    9696            "sort" => array(
    97                 "+sales" => "salesrank",
     97                "-sales" => "salesrank",
    9898                "+price" => "price",
    9999                "-price" => "-price",
     
    111111            "browse" => 3210991,
    112112            "sort" => array(
    113                 "+sales" => "salesrank",
     113                "-sales" => "salesrank",
    114114                "+price" => "price",
    115115                "-price" => "-price",
     
    128128            "browse" => 52231011,
    129129            "sort" => array(
    130                 "+sales" => "salesrank",
     130                "-sales" => "salesrank",
    131131                "+price" => "pricerank",
    132132                "-price" => "inverse-pricerank",
     
    144144            "browse" => 57240051,
    145145            "sort" => array(
    146                 "+sales" => "salesrank",
     146                "-sales" => "salesrank",
    147147                "+price" => "price",
    148148                "-price" => "-price",
     
    158158            "browse" => 161669011,
    159159            "sort" => array(
    160                 "+sales" => "salesrank",
     160                "-sales" => "salesrank",
    161161                "+price" => "price",
    162162                "-price" => "-price",
     
    173173            "browse" => 133321861,
    174174            "sort" => array(
    175                 "+sales" => "salesrank",
     175                "-sales" => "salesrank",
    176176                "+price" => "price",
    177177                "-price" => "-price",
     
    190190            "browse" => 2016930051,
    191191            "sort" => array(
    192                 "+sales" => "salesrank",
     192                "-sales" => "salesrank",
    193193                "+price" => "price",
    194194                "-price" => "-price",
     
    204204            "browse" => 85896051,
    205205            "sort" => array(
    206                 "+sales" => "salesrank",
     206                "-sales" => "salesrank",
    207207                "+price" => "price",
    208208                "-price" => "-price",
     
    218218            "browse" => 3839151,
    219219            "sort" => array(
    220                 "+sales" => "salesrank",
     220                "-sales" => "salesrank",
    221221                "+price" => "price",
    222222                "-price" => "-price",
     
    235235            "browse" => 562032,
    236236            "sort" => array(
    237                 "+sales" => "salesrank",
     237                "-sales" => "salesrank",
    238238                "+price" => "price",
    239239                "-price" => "-price",
     
    251251            "browse" => 2016927051,
    252252            "sort" => array(
    253                 "+sales" => "salesrank",
     253                "-sales" => "salesrank",
    254254                "+price" => "price",
    255255                "-price" => "-price",
     
    265265            "browse" => 637630,
    266266            "sort" => array(
    267                 "+sales" => "salesrank",
     267                "-sales" => "salesrank",
    268268                "+price" => "price",
    269269                "-price" => "-price",
     
    282282            "browse" => 14315361,
    283283            "sort" => array(
    284                 "+sales" => "salesrank",
     284                "-sales" => "salesrank",
    285285                "+price" => "price",
    286286                "-price" => "-price",
     
    299299            "browse" => 13299551,
    300300            "sort" => array(
    301                 "+sales" => "salesrank",
     301                "-sales" => "salesrank",
    302302                "+price" => "price",
    303303                "-price" => "-price",
     
    316316            "browse" => 561972,
    317317            "sort" => array(
    318                 "+sales" => "salesrank",
     318                "-sales" => "salesrank",
    319319                "+price" => "price",
    320320                "-price" => "-price",
     
    332332            "browse" => 561972,
    333333            "sort" => array(
    334                 "+sales" => "salesrank",
     334                "-sales" => "salesrank",
    335335                "+price" => "price",
    336336                "-price" => "-price",
     
    348348            "browse" => 637872,
    349349            "sort" => array(
    350                 "+sales" => "salesrank",
     350                "-sales" => "salesrank",
    351351                "+price" => "price",
    352352                "-price" => "-price",
     
    365365            "browse" => 331952011,
    366366            "sort" => array(
    367                 "+sales" => "salesrank",
     367                "-sales" => "salesrank",
    368368                "+price" => "price",
    369369                "-price" => "-price",
  • cs-shop/trunk/service-yahoo.php

    r538922 r547970  
    2323        "+price" => "+price",
    2424        "-price" => "-price",
    25         "+sales" => "-sold",
     25        "-sales" => "-sold",
    2626        "-reviews" => "-review_count",
    2727        "+reviews" => "+review_count"
Note: See TracChangeset for help on using the changeset viewer.