Changeset 1732307
- Timestamp:
- 09/19/2017 02:58:06 PM (9 years ago)
- Location:
- 2kb-amazon-affiliates-store/trunk
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
plugin.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
template/admin/version.phtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
2kb-amazon-affiliates-store/trunk
-
Property
svn:ignore
set to
Thumbs.db
-
Property
svn:ignore
set to
-
2kb-amazon-affiliates-store/trunk/plugin.php
r1360010 r1732307 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.26 * Version: 2.1.1 7 7 * Author: 2kblater.com 8 8 * Author URI: http://www.2kblater.com … … 16 16 } 17 17 18 define('KbAmazonVersion', '2.1.0'); 19 define('KbAmazonVersionNumber', 210); 18 if (isset($_GET['kbAction'])) { 19 $_GET['kbAction'] = esc_attr($_GET['kbAction']); 20 } 21 22 define('KbAmazonVersion', '2.1.1'); 23 define('KbAmazonVersionNumber', 211); 20 24 define('KbAmazonStoreFolderName', pathinfo(dirname(__FILE__), PATHINFO_FILENAME)); 21 25 define('KbAmazonStorePluginPath', dirname(__FILE__) . '/'); -
2kb-amazon-affiliates-store/trunk/readme.txt
r1360010 r1732307 2 2 Tags: amazon, affiliate, associate, online store, selling products 3 3 Requires at least: 4.0 4 Tested up to: 4. 15 Stable tag: 2. 0.04 Tested up to: 4.8 5 Stable tag: 2.1.1 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 46 46 10. /assets/screenshot-10.jpg 47 47 == Changelog == 48 = 2.1.1 = 49 Security fix, thanks to Ricardo 48 50 = 2.1.0 = 49 51 Maintenance release -
2kb-amazon-affiliates-store/trunk/template/admin/version.phtml
r1360010 r1732307 1 1 <div class="row" id="kb-amz-version"> 2 2 <div class="col-sm-12"> 3 <h4>2.1.1</h4> 4 <ul style="list-style-type: disc;"> 5 <li> 6 Security fix, thanks to Ricardo 7 </li> 8 </ul> 9 <h4>2.0.2</h4> 3 10 <h4>2.1.0</h4> 4 11 <ul style="list-style-type: disc;">
Note: See TracChangeset
for help on using the changeset viewer.