Plugin Directory

Changeset 2984716


Ignore:
Timestamp:
10/27/2023 05:51:38 AM (2 years ago)
Author:
cedcommerce
Message:

update 2.2.3

Location:
product-lister-etsy/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • product-lister-etsy/trunk/README.txt

    r2984540 r2984716  
    44Tags: Etsy, upload products, woocommerce
    55Requires at least: 4.7
    6 Tested up to: 6.3.1
     6Tested up to: 6.3.2
    77Stable tag: 2.0.6
    88Requires PHP: 5.6
     
    100100== Changelog ==
    101101
     102= 2.2.3 =
     103* Add - Improved Stability and design enhancement on global settings
     104
    102105= 2.2.2 =
    103106* Add - Improved Stability and design enhancement
  • product-lister-etsy/trunk/admin/css/woocommmerce-etsy-integration-admin.css

    r2834342 r2984716  
    12471247
    12481248  .wp-list-table.ced_etsy_global_settings {
    1249   width: 100%;
    1250   margin: 0px 0px 10px 10px;
     1249/*  width: 100%;*/
     1250/*  margin: 0px 0px 10px 10px;*/
     1251
     1252  width: 100%;
     1253  margin: 25px auto;
     1254  padding: 5px 10px;
     1255  border-bottom: 2px solid #ccc !important;
     1256  box-shadow: 1px 1px 10px #ccc;
    12511257  }
    12521258
  • product-lister-etsy/trunk/product-lister-etsy.php

    r2984471 r2984716  
    55 * Plugin URI:        https://cedcommerce.com
    66 * Description:       Product Lister for Etsy allows merchants to list their products on Etsy marketplace.
    7  * Version:           2.2.2
     7 * Version:           2.2.3
    88 * Author:            CedCommerce
    99 * Author URI:        https://cedcommerce.com
     
    1414 *
    1515 * WC requires at least: 3.0
    16  * WC tested up to: 8.1.1
     16 * WC tested up to: 8.2.1
    1717 *
    1818 * @package  Woocommmerce_Etsy_Integration
Note: See TracChangeset for help on using the changeset viewer.