Version Description
- BugFix: Same title product import message update.
Download this release
Release Info
Developer | xadapter |
Plugin | Product Import Export for WooCommerce |
Version | 1.3.3 |
Comparing to | |
See all releases |
Code changes from version 1.3.2 to 1.3.3
includes/importer/class-wf-prodimpexpcsv-product-import.php
CHANGED
@@ -686,13 +686,15 @@ class WF_ProdImpExpCsv_Product_Import extends WP_Importer {
|
|
686 |
$query .= ' AND post_title = %s';
|
687 |
$args[] = $post_title;
|
688 |
}
|
689 |
-
|
690 |
|
691 |
if ( ! empty ( $post_name ) ) {
|
692 |
$query .= ' AND post_name = %s';
|
693 |
$args[] = $post_name;
|
694 |
}
|
695 |
|
|
|
|
|
696 |
if ( ! empty ( $args ) ) {
|
697 |
$posts_that_exist = $wpdb->get_col( $wpdb->prepare( $query, $args ) );
|
698 |
|
@@ -1500,4 +1502,4 @@ class WF_ProdImpExpCsv_Product_Import extends WP_Importer {
|
|
1500 |
|
1501 |
return $result;
|
1502 |
}
|
1503 |
-
}
|
686 |
$query .= ' AND post_title = %s';
|
687 |
$args[] = $post_title;
|
688 |
}
|
689 |
+
|
690 |
|
691 |
if ( ! empty ( $post_name ) ) {
|
692 |
$query .= ' AND post_name = %s';
|
693 |
$args[] = $post_name;
|
694 |
}
|
695 |
|
696 |
+
*/
|
697 |
+
|
698 |
if ( ! empty ( $args ) ) {
|
699 |
$posts_that_exist = $wpdb->get_col( $wpdb->prepare( $query, $args ) );
|
700 |
|
1502 |
|
1503 |
return $result;
|
1504 |
}
|
1505 |
+
}
|
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 From and To your WooCommerce Store.
|
6 |
Author: XAdapter
|
7 |
Author URI: http://www.xadapter.com/
|
8 |
-
Version: 1.3.
|
9 |
Text Domain: wf_csv_import_export
|
10 |
*/
|
11 |
|
5 |
Description: Import and Export Products From and To your WooCommerce Store.
|
6 |
Author: XAdapter
|
7 |
Author URI: http://www.xadapter.com/
|
8 |
+
Version: 1.3.3
|
9 |
Text Domain: wf_csv_import_export
|
10 |
*/
|
11 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ 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,import export
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 4.7
|
7 |
-
Stable tag: 1.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -81,6 +81,8 @@ Yes. You can import or export product images along with other details
|
|
81 |
3. Premium Export Settings Screen
|
82 |
|
83 |
== Changelog ==
|
|
|
|
|
84 |
= 1.3.2 =
|
85 |
* Minor content change.
|
86 |
= 1.3.1 =
|
@@ -143,6 +145,8 @@ Yes. You can import or export product images along with other details
|
|
143 |
* Import /Export Woocommerce Products.
|
144 |
|
145 |
== Upgrade Notice ==
|
|
|
|
|
146 |
= 1.3.2 =
|
147 |
* Minor content change.
|
148 |
= 1.3.1 =
|
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,import export
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 4.7
|
7 |
+
Stable tag: 1.3.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
81 |
3. Premium Export Settings Screen
|
82 |
|
83 |
== Changelog ==
|
84 |
+
= 1.3.3 =
|
85 |
+
* BugFix: Same title product import message update.
|
86 |
= 1.3.2 =
|
87 |
* Minor content change.
|
88 |
= 1.3.1 =
|
145 |
* Import /Export Woocommerce Products.
|
146 |
|
147 |
== Upgrade Notice ==
|
148 |
+
= 1.3.3 =
|
149 |
+
* BugFix: Same title product import message update.
|
150 |
= 1.3.2 =
|
151 |
* Minor content change.
|
152 |
= 1.3.1 =
|