Changeset 1171123
- Timestamp:
- 05/30/2015 07:50:57 PM (11 years ago)
- Location:
- 2kb-amazon-affiliates-store/trunk
- Files:
-
- 3 edited
-
plugin.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
template/default/css/style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
2kb-amazon-affiliates-store/trunk/plugin.php
r1154110 r1171123 4 4 * Plugin URI: http://www.2kblater.com/?p=8318 5 5 * 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.0. 16 * Version: 2.0.2 7 7 * Author: 2kblater.com 8 8 * Author URI: http://www.2kblater.com … … 16 16 } 17 17 18 define('KbAmazonVersion', '2.0. 1');19 define('KbAmazonVersionNumber', 20 1);18 define('KbAmazonVersion', '2.0.2'); 19 define('KbAmazonVersionNumber', 202); 20 20 define('KbAmazonStoreFolderName', pathinfo(dirname(__FILE__), PATHINFO_FILENAME)); 21 21 define('KbAmazonStorePluginPath', dirname(__FILE__) . '/'); -
2kb-amazon-affiliates-store/trunk/readme.txt
r1154309 r1171123 46 46 10. /assets/screenshot-10.jpg 47 47 == Changelog == 48 = 2.0.2 = 49 Css fixes 48 50 = 2.0.1 = 49 51 Import optimization -
2kb-amazon-affiliates-store/trunk/template/default/css/style.css
r1135668 r1171123 227 227 padding-left: 0; 228 228 padding-right: 0; 229 } 230 .kb-amz-item-actions .kb-add-to-cart span, 231 .kb-amz-item-actions .kb-checkout span 232 { 233 background: none; 234 color: inherit; 235 font-size: inherit; 236 padding: 0; 237 margin: 0; 238 display: initial; 239 text-transform: initial; 229 240 } 230 241 .kb-add-to-cart img.loading{
Note: See TracChangeset
for help on using the changeset viewer.