Changeset 2984716
- Timestamp:
- 10/27/2023 05:51:38 AM (2 years ago)
- Location:
- product-lister-etsy/trunk
- Files:
-
- 1 added
- 3 edited
-
README.txt (modified) (2 diffs)
-
admin/css/woocommmerce-etsy-integration-admin.css (modified) (1 diff)
-
admin/images/etsy.png (added)
-
product-lister-etsy.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
product-lister-etsy/trunk/README.txt
r2984540 r2984716 4 4 Tags: Etsy, upload products, woocommerce 5 5 Requires at least: 4.7 6 Tested up to: 6.3. 16 Tested up to: 6.3.2 7 7 Stable tag: 2.0.6 8 8 Requires PHP: 5.6 … … 100 100 == Changelog == 101 101 102 = 2.2.3 = 103 * Add - Improved Stability and design enhancement on global settings 104 102 105 = 2.2.2 = 103 106 * Add - Improved Stability and design enhancement -
product-lister-etsy/trunk/admin/css/woocommmerce-etsy-integration-admin.css
r2834342 r2984716 1247 1247 1248 1248 .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; 1251 1257 } 1252 1258 -
product-lister-etsy/trunk/product-lister-etsy.php
r2984471 r2984716 5 5 * Plugin URI: https://cedcommerce.com 6 6 * Description: Product Lister for Etsy allows merchants to list their products on Etsy marketplace. 7 * Version: 2.2. 27 * Version: 2.2.3 8 8 * Author: CedCommerce 9 9 * Author URI: https://cedcommerce.com … … 14 14 * 15 15 * WC requires at least: 3.0 16 * WC tested up to: 8. 1.116 * WC tested up to: 8.2.1 17 17 * 18 18 * @package Woocommmerce_Etsy_Integration
Note: See TracChangeset
for help on using the changeset viewer.