Changeset 1073690
- Timestamp:
- 01/22/2015 10:21:39 PM (11 years ago)
- Location:
- 2kb-amazon-affiliates-store/trunk
- Files:
-
- 3 edited
-
plugin.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
store_init.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
2kb-amazon-affiliates-store/trunk/plugin.php
r1073428 r1073690 4 4 * Plugin URI: http://www.2kblater.com/?p=8318 5 5 * Description: Amazon Affiliate Store Plugin With Cart, Checkout, Custom Themes. 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: 1.1. 56 * Version: 1.1.6 7 7 * Author: 2kblater.com 8 8 * Author URI: http://www.2kblater.com … … 16 16 } 17 17 18 define('KbAmazonVersion', '1.1. 5');19 define('KbAmazonVersionNumber', 11 5);18 define('KbAmazonVersion', '1.1.6'); 19 define('KbAmazonVersionNumber', 116); 20 20 define('KbAmazonStoreFolderName', pathinfo(dirname(__FILE__), PATHINFO_FILENAME)); 21 21 define('KbAmazonStorePluginPath', dirname(__FILE__) . '/'); -
2kb-amazon-affiliates-store/trunk/readme.txt
r1073428 r1073690 3 3 Requires at least: 4.0 4 4 Tested up to: 4.1 5 Stable tag: 1.1. 55 Stable tag: 1.1.6 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
2kb-amazon-affiliates-store/trunk/store_init.php
r1073428 r1073690 200 200 = serialize($_SESSION['2kb-amazon-affiliates-store']['cache']); 201 201 } else { 202 $_SESSION['2kb-amazon-affiliates-store']['cache'] = [];203 } 204 } 202 $_SESSION['2kb-amazon-affiliates-store']['cache'] = array(); 203 } 204 }
Note: See TracChangeset
for help on using the changeset viewer.