Version Description
- Minor content change.
Download this release
Release Info
Developer | hikeforce |
Plugin | Product Import Export for WooCommerce |
Version | 1.1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1.1 to 1.1.2
includes/class-wf-prodimpexpcsv-admin-screen.php
CHANGED
@@ -34,7 +34,6 @@ class WF_ProdImpExpCsv_Admin_Screen {
|
|
34 |
* Admin Scripts
|
35 |
*/
|
36 |
public function admin_scripts() {
|
37 |
-
wp_enqueue_script( 'chosen' );
|
38 |
wp_enqueue_style( 'woocommerce_admin_styles', WC()->plugin_url() . '/assets/css/admin.css' );
|
39 |
wp_enqueue_style( 'woocommerce-product-csv-importer', plugins_url( basename( plugin_dir_path( WF_ProdImpExpCsv_FILE ) ) . '/styles/wf-style.css', basename( __FILE__ ) ), '', '1.0.0', 'screen' );
|
40 |
}
|
34 |
* Admin Scripts
|
35 |
*/
|
36 |
public function admin_scripts() {
|
|
|
37 |
wp_enqueue_style( 'woocommerce_admin_styles', WC()->plugin_url() . '/assets/css/admin.css' );
|
38 |
wp_enqueue_style( 'woocommerce-product-csv-importer', plugins_url( basename( plugin_dir_path( WF_ProdImpExpCsv_FILE ) ) . '/styles/wf-style.css', basename( __FILE__ ) ), '', '1.0.0', 'screen' );
|
39 |
}
|
includes/views/html-wf-admin-screen.php
CHANGED
@@ -14,7 +14,4 @@
|
|
14 |
break;
|
15 |
}
|
16 |
?>
|
17 |
-
</div>
|
18 |
-
<script type="text/javascript">
|
19 |
-
jQuery("select.chosen_select").chosen();
|
20 |
-
</script>
|
14 |
break;
|
15 |
}
|
16 |
?>
|
17 |
+
</div>
|
|
|
|
|
|
includes/views/import/html-wf-import-products.php
CHANGED
@@ -4,6 +4,7 @@
|
|
4 |
<p>
|
5 |
<?php _e( '-Import/Export products (Simple, Group, External and Variations) in CSV format.', 'wf_csv_import_export'); ?><br/>
|
6 |
<?php _e( '-Import/Export file from/to a remote server via FTP.', 'wf_csv_import_export'); ?><br/>
|
|
|
7 |
<?php _e( '-Excellent Support for setting it up!', 'wf_csv_import_export'); ?><br/>
|
8 |
</p>
|
9 |
</p>
|
4 |
<p>
|
5 |
<?php _e( '-Import/Export products (Simple, Group, External and Variations) in CSV format.', 'wf_csv_import_export'); ?><br/>
|
6 |
<?php _e( '-Import/Export file from/to a remote server via FTP.', 'wf_csv_import_export'); ?><br/>
|
7 |
+
<?php _e( '-WPML Supported. French and German (Deutschland) language support Out of the Box.', 'wf_csv_import_export'); ?><br/>
|
8 |
<?php _e( '-Excellent Support for setting it up!', 'wf_csv_import_export'); ?><br/>
|
9 |
</p>
|
10 |
</p>
|
product-csv-import-export.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.xadapter.com/product/product-import-export-plugin-for-woo
|
|
5 |
Description: Import and Export Products including Variations, From and To your WooCommerce Store.
|
6 |
Author: HikeForce
|
7 |
Author URI: http://www.xadapter.com/vendor/hikeforce/
|
8 |
-
Version: 1.1.
|
9 |
Text Domain: wf_csv_import_export
|
10 |
*/
|
11 |
|
5 |
Description: Import and Export Products including Variations, From and To your WooCommerce Store.
|
6 |
Author: HikeForce
|
7 |
Author URI: http://www.xadapter.com/vendor/hikeforce/
|
8 |
+
Version: 1.1.2
|
9 |
Text Domain: wf_csv_import_export
|
10 |
*/
|
11 |
|
readme.txt
CHANGED
@@ -4,11 +4,11 @@ Donate link:
|
|
4 |
Tags: woocommerce import products, woocommerce export products, woocommerce export import products, export woocommerce products with images, woocommerce csv import variable products, woocommerce import products with attributes
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 4.5
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
-
|
12 |
|
13 |
== Description ==
|
14 |
|
@@ -21,6 +21,7 @@ WooCommerce Product Import Export Plugin helps you to easily export and import p
|
|
21 |
<li>Import Simple Products in CSV format in to WooCommerce Store.</li>
|
22 |
</ul>
|
23 |
|
|
|
24 |
|
25 |
= How does it work? =
|
26 |
|
@@ -41,6 +42,7 @@ Product Import Export Plugin for WooCommerce
|
|
41 |
<li>Import products (Simple, Group, External and Variations) in CSV format in to WooComemrce Store.</li>
|
42 |
<li>Map and Transform fields</li>
|
43 |
<li>Merge Details for existing products </li>
|
|
|
44 |
<li>Import/Export file from/to a remote server via FTP</li>
|
45 |
<li>Excellent Support for setting it up!</li>
|
46 |
</ul>
|
@@ -73,6 +75,8 @@ Yes. You can import or export product images along with other details
|
|
73 |
2. Product Export Screen
|
74 |
|
75 |
== Changelog ==
|
|
|
|
|
76 |
= 1.1.1 =
|
77 |
* Enhancement: Import products that have same title.
|
78 |
= 1.1.0 =
|
@@ -103,6 +107,8 @@ Yes. You can import or export product images along with other details
|
|
103 |
* Import /Export Woocommerce Products.
|
104 |
|
105 |
== Upgrade Notice ==
|
|
|
|
|
106 |
= 1.1.1 =
|
107 |
* Enhancement: Import products that have same title.
|
108 |
= 1.1.0 =
|
4 |
Tags: woocommerce import products, woocommerce export products, woocommerce export import products, export woocommerce products with images, woocommerce csv import variable products, woocommerce import products with attributes
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 4.5
|
7 |
+
Stable tag: 1.1.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
+
Easily import WooCommerce Products and Export products using this Plugin. Import Products from any CSV to WooCommerce.
|
12 |
|
13 |
== Description ==
|
14 |
|
21 |
<li>Import Simple Products in CSV format in to WooCommerce Store.</li>
|
22 |
</ul>
|
23 |
|
24 |
+
Highlights: WooCommerce Product Export, WooCommerce Product CSV Import Suite, Export Products to xls. Pro Version supports both Simple and Variable products.
|
25 |
|
26 |
= How does it work? =
|
27 |
|
42 |
<li>Import products (Simple, Group, External and Variations) in CSV format in to WooComemrce Store.</li>
|
43 |
<li>Map and Transform fields</li>
|
44 |
<li>Merge Details for existing products </li>
|
45 |
+
<li>WPML Supported. French and German (Deutschland) language support Out of the Box.</li>
|
46 |
<li>Import/Export file from/to a remote server via FTP</li>
|
47 |
<li>Excellent Support for setting it up!</li>
|
48 |
</ul>
|
75 |
2. Product Export Screen
|
76 |
|
77 |
== Changelog ==
|
78 |
+
= 1.1.2 =
|
79 |
+
* Minor content change.
|
80 |
= 1.1.1 =
|
81 |
* Enhancement: Import products that have same title.
|
82 |
= 1.1.0 =
|
107 |
* Import /Export Woocommerce Products.
|
108 |
|
109 |
== Upgrade Notice ==
|
110 |
+
= 1.1.2 =
|
111 |
+
* Minor content change.
|
112 |
= 1.1.1 =
|
113 |
* Enhancement: Import products that have same title.
|
114 |
= 1.1.0 =
|