Plugin Directory

Changeset 1120276


Ignore:
Timestamp:
03/25/2015 07:53:57 AM (11 years ago)
Author:
2kblater.com
Message:

v2.0.0 BETA 1
array key fix (php 5.3 >)

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

Legend:

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

    r1119725 r1120276  
    44 * Plugin URI: http://www.2kblater.com/?p=8318
    55 * Description: Amazon Affiliate Store Plugin With 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. This plugin is released with GPL2 license.
    6  * Version: 2.0.0 BETA
     6 * Version: 2.0.0 BETA 1
    77 * Author: 2kblater.com
    88 * Author URI: http://www.2kblater.com
     
    1616}
    1717
    18 define('KbAmazonVersion', '2.0.0 BETA');
     18define('KbAmazonVersion', '2.0.0 BETA 1');
    1919define('KbAmazonVersionNumber', 200);
    2020define('KbAmazonStoreFolderName',  pathinfo(dirname(__FILE__), PATHINFO_FILENAME));
  • 2kb-amazon-affiliates-store/trunk/store_init_variants.php

    r1119725 r1120276  
    153153            continue;
    154154        }
    155         $variations['Items'][] = [
     155        $variations['Items'][] = array(
    156156            'ASIN' => $item['ASIN']
    157         ];
     157        );
    158158       
    159159        $variantItem = $importer->find($item['ASIN']);
Note: See TracChangeset for help on using the changeset viewer.