Plugin Directory

Changeset 1732307


Ignore:
Timestamp:
09/19/2017 02:58:06 PM (9 years ago)
Author:
2kblater.com
Message:

2.1.1
Security fix, thanks to Ricardo

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

Legend:

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

    • Property svn:ignore set to
      Thumbs.db
  • 2kb-amazon-affiliates-store/trunk/plugin.php

    r1360010 r1732307  
    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.0.2
     6 * Version: 2.1.1
    77 * Author: 2kblater.com
    88 * Author URI: http://www.2kblater.com
     
    1616}
    1717
    18 define('KbAmazonVersion', '2.1.0');
    19 define('KbAmazonVersionNumber', 210);
     18if (isset($_GET['kbAction'])) {
     19    $_GET['kbAction'] = esc_attr($_GET['kbAction']);
     20}
     21
     22define('KbAmazonVersion', '2.1.1');
     23define('KbAmazonVersionNumber', 211);
    2024define('KbAmazonStoreFolderName',  pathinfo(dirname(__FILE__), PATHINFO_FILENAME));
    2125define('KbAmazonStorePluginPath',  dirname(__FILE__) . '/');
  • 2kb-amazon-affiliates-store/trunk/readme.txt

    r1360010 r1732307  
    22Tags: amazon, affiliate, associate, online store, selling products
    33Requires at least: 4.0
    4 Tested up to: 4.1
    5 Stable tag: 2.0.0
     4Tested up to: 4.8
     5Stable tag: 2.1.1
    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.1 =
     49Security fix, thanks to Ricardo
    4850= 2.1.0 =
    4951Maintenance release
  • 2kb-amazon-affiliates-store/trunk/template/admin/version.phtml

    r1360010 r1732307  
    11<div class="row" id="kb-amz-version">
    22    <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>
    310        <h4>2.1.0</h4>
    411        <ul style="list-style-type: disc;">
Note: See TracChangeset for help on using the changeset viewer.