Changeset 2763341
- Timestamp:
- 07/29/2022 09:24:27 AM (4 years ago)
- Location:
- woocommerce-product-importer/trunk
- Files:
-
- 2 edited
-
product-importer.php (modified) (1 diff)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-product-importer/trunk/product-importer.php
r2763332 r2763341 1 1 <?php 2 2 /* 3 * Plugin Name: WooCommerce - Product Importer3 * Plugin Name: Product Importer for WooCommerce 4 4 * Plugin URI: https://visser.com.au/woocommerce/plugins/product-importer/ 5 5 * Description: Import Products, Categories, Tags and product images into your WooCommerce store from simple formatted files (e.g. CSV, TSV, TXT, etc.). 6 * Version: 1.5. 46 * Version: 1.5.5 7 7 * Author: Visser Labs 8 8 * Author URI: https://visser.com.au/about/ -
woocommerce-product-importer/trunk/readme.txt
r2763332 r2763341 1 === WooCommerce - Product Importer===1 === Product Importer for WooCommerce === 2 2 3 3 Contributors: visser, visser.labs, byronkeet … … 6 6 Requires at least: 2.9.2 7 7 Tested up to: 6.0.1 8 Stable tag: 1.5. 48 Stable tag: 1.5.5 9 9 License: GPLv2 or later 10 10 … … 21 21 Import detailed Products into your WooCommerce store from simple formatted files (e.g. CSV, TSV, TXT, etc.). 22 22 23 This WooCommerce Product import Pluginmaintains compatibility with the latest WooCommerce release through regular Plugin updates, we also proudly maintain compatibility with legacy releases of WooCommerce.23 This Product import Plugin for WooCommerce maintains compatibility with the latest WooCommerce release through regular Plugin updates, we also proudly maintain compatibility with legacy releases of WooCommerce. 24 24 25 25 Supported since 2012 Product importer for WooCommerce is maintained by an active community of store owners and developers providing feature suggestions and feedback. … … 103 103 104 104 1. Upload the folder 'woocommerce-product-importer' to the '/wp-content/plugins/' directory 105 2. Activate ' WooCommerce - Product Importer' through the 'Plugins' menu in WordPress105 2. Activate 'Product Importer - WooCommerce' through the 'Plugins' menu in WordPress 106 106 3. You can now import Products by reading the below Usage section 107 107 … … 140 140 141 141 == Changelog == 142 143 = 1.5.5 = 144 * Changed: Renamed Plugin to Product Importer for WooCommerce 142 145 143 146 = 1.5.4 =
Note: See TracChangeset
for help on using the changeset viewer.