Plugin Directory

Changeset 1972452


Ignore:
Timestamp:
11/11/2018 11:42:15 AM (7 years ago)
Author:
2kblater.com
Message:

2.1.4 country added Australia

Location:
2kb-amazon-affiliates-store/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • 2kb-amazon-affiliates-store/trunk/KbAmazonImporter.php

    r1920092 r1972452  
    3737        'es'        => 'Spain', // ok
    3838        'in'        => 'India', // ok
     39        'com.au'    => 'Australia',
    3940    );
    4041   
     
    5051        'es'        => '€%s', // ok
    5152        'in'        => '%s', // ok 
     53        'com.au'    => '%s',
    5254    );
    5355   
     
    271273            '1350380031' => 'Toys',
    272274            '1350387031' => 'Watches'
    273            
    274         )
     275        ),
     276        'com.au' => array(
     277            '4852264051' => 'Movies and TV Shows',
     278            '4851567051' => 'Health & Beauty',
     279            '5130763051' => 'Men`s Clothing & Accessories',
     280            '2496751051' => 'Kindle Books',
     281            '5547635051' => 'Pantry Food and Drinks',
     282            '4851683051' => 'Electronics, Computers & Office',
     283            '4851510051' => 'Toys, Kids & Baby',
     284            '5130785051' => 'Women`s Shoes',
     285            '4851626051' => 'Books',
     286            '4851975051' => 'Home',
     287            '5130782051' => 'Women`s Clothing',
     288            '4852033051' => 'Home Improvement and DIY',
     289            '4852559051' => 'Sports, Fitness & Outdoors',
     290            '4851453051' => 'Automotive',
     291        ),
    275292    );
    276293
  • 2kb-amazon-affiliates-store/trunk/lib/KbAmazonApi.php

    r1360010 r1972452  
    1515        'optionalParameters' => array()
    1616    );
    17     private $possibleLocations = array('de', 'com', 'co.uk', 'ca', 'fr', 'co.jp', 'it', 'cn', 'es', 'in');
     17    private $possibleLocations = array('de', 'com', 'co.uk', 'ca', 'fr', 'co.jp', 'it', 'cn', 'es', 'in', 'com.au');
    1818    protected $webserviceWsdl = 'http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl';
    1919    protected $webserviceEndpoint = 'https://webservices.amazon.%%COUNTRY%%/onca/%%PROTOCOL%%?Service=AWSECommerceService';
  • 2kb-amazon-affiliates-store/trunk/plugin.php

    r1920092 r1972452  
    44 * Plugin URI: http://www.2kblater.com/?p=8318
    55 * Description: Amazon Affiliate Store Plugin With Variants, Cart, Checkout, Custom Themes, Variants and Versions. Easy to manage and setup. Sell wide range of physical and digital products imported from Amazon Affiliate API using 90 days cookie reference.
    6  * Version: 2.1.3
     6 * Version: 2.1.4
    77 * Author: 2kblater.com
    88 * Author URI: http://www.2kblater.com
     
    2020}
    2121
    22 define('KbAmazonVersion', '2.1.3');
    23 define('KbAmazonVersionNumber', 213);
     22define('KbAmazonVersion', '2.1.4');
     23define('KbAmazonVersionNumber', 214);
    2424define('KbAmazonStoreFolderName',  pathinfo(dirname(__FILE__), PATHINFO_FILENAME));
    2525define('KbAmazonStorePluginPath',  dirname(__FILE__) . '/');
  • 2kb-amazon-affiliates-store/trunk/readme.txt

    r1920092 r1972452  
    33Requires at least: 4.0
    44Tested up to: 4.8
    5 Stable tag: 2.1.3
     5Stable tag: 2.1.4
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    464610. /assets/screenshot-10.jpg
    4747== Changelog ==
     48= 2.1.4 =
     49Country update, added Australia
     50thanks to: Deon Hoffmann
    4851= 2.1.3 =
    4952Country update
  • 2kb-amazon-affiliates-store/trunk/template/admin/version.phtml

    r1920092 r1972452  
    11<div class="row" id="kb-amz-version">
    22    <div class="col-sm-12">
     3        <h4>2.1.4</h4>
     4        <ul style="list-style-type: disc;">
     5            <li>
     6                Country update, added Australia<br/>
     7                thanks to: Deon Hoffmann
     8            </li>
     9        </ul>
    310        <h4>2.1.3</h4>
    411        <ul style="list-style-type: disc;">
Note: See TracChangeset for help on using the changeset viewer.