Plugin Directory

Changeset 1975327


Ignore:
Timestamp:
11/16/2018 07:33:00 AM (7 years ago)
Author:
2kblater.com
Message:

2.1.5 css update

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

Legend:

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

    r1972452 r1975327  
    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.1.4
     6 * Version: 2.1.5
    77 * Author: 2kblater.com
    88 * Author URI: http://www.2kblater.com
     
    2020}
    2121
    22 define('KbAmazonVersion', '2.1.4');
    23 define('KbAmazonVersionNumber', 214);
     22define('KbAmazonVersion', '2.1.5');
     23define('KbAmazonVersionNumber', 215);
    2424define('KbAmazonStoreFolderName',  pathinfo(dirname(__FILE__), PATHINFO_FILENAME));
    2525define('KbAmazonStorePluginPath',  dirname(__FILE__) . '/');
  • 2kb-amazon-affiliates-store/trunk/readme.txt

    r1972452 r1975327  
    33Requires at least: 4.0
    44Tested up to: 4.8
    5 Stable tag: 2.1.4
     5Stable tag: 2.1.5
    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.5 =
     49css fixes
    4850= 2.1.4 =
    4951Country update, added Australia
  • 2kb-amazon-affiliates-store/trunk/template/admin/version.phtml

    r1972452 r1975327  
    11<div class="row" id="kb-amz-version">
    22    <div class="col-sm-12">
     3        <h4>2.1.5</h4>
     4        <ul style="list-style-type: disc;">
     5            <li>
     6                Css update
     7            </li>
     8        </ul>
    39        <h4>2.1.4</h4>
    410        <ul style="list-style-type: disc;">
  • 2kb-amazon-affiliates-store/trunk/template/default/css/style.css

    r1360010 r1975327  
    320320    width: auto;
    321321    max-width: 100%;
    322     height: auto;
     322    height: auto!important;
    323323}
    324324.widget_kbamzsldr .tooltip{
     
    382382.kb-amz-variant-attribute-image{
    383383    max-height: 50px;
    384     width: auto;
     384    width: auto!important;
    385385    margin: 0 auto;
    386386}
Note: See TracChangeset for help on using the changeset viewer.