Product Import Export for WooCommerce - Version 1.1.1

Version Description

  • Enhancement: Import products that have same title.
Download this release

Release Info

Developer hikeforce
Plugin Icon 128x128 Product Import Export for WooCommerce
Version 1.1.1
Comparing to
See all releases

Code changes from version 1.1.0 to 1.1.1

includes/importer/class-wf-prodimpexpcsv-product-import.php CHANGED
@@ -651,10 +651,13 @@ class WF_ProdImpExpCsv_Product_Import extends WP_Importer {
651
  $query = "SELECT ID FROM $wpdb->posts WHERE post_type = 'product' AND post_status IN ( 'publish', 'private', 'draft', 'pending', 'future' )";
652
  $args = array();
653
 
654
- if ( ! empty ( $title ) ) {
 
 
655
  $query .= ' AND post_title = %s';
656
  $args[] = $post_title;
657
  }
 
658
 
659
  if ( ! empty ( $post_name ) ) {
660
  $query .= ' AND post_name = %s';
651
  $query = "SELECT ID FROM $wpdb->posts WHERE post_type = 'product' AND post_status IN ( 'publish', 'private', 'draft', 'pending', 'future' )";
652
  $args = array();
653
 
654
+ /*
655
+ * removed title check
656
+ if ( ! empty ( $title ) ) {
657
  $query .= ' AND post_title = %s';
658
  $args[] = $post_title;
659
  }
660
+ */
661
 
662
  if ( ! empty ( $post_name ) ) {
663
  $query .= ' AND post_name = %s';
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.0
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.1
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
5
  Requires at least: 3.0.1
6
  Tested up to: 4.5
7
- Stable tag: 1.1.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -73,6 +73,8 @@ Yes. You can import or export product images along with other details
73
  2. Product Export Screen
74
 
75
  == Changelog ==
 
 
76
  = 1.1.0 =
77
  * Italian Translation added.
78
  = 1.0.9 =
@@ -101,6 +103,8 @@ Yes. You can import or export product images along with other details
101
  * Import /Export Woocommerce Products.
102
 
103
  == Upgrade Notice ==
 
 
104
  = 1.1.0 =
105
  * Italian Translation added.
106
  = 1.0.9 =
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.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
73
  2. Product Export Screen
74
 
75
  == Changelog ==
76
+ = 1.1.1 =
77
+ * Enhancement: Import products that have same title.
78
  = 1.1.0 =
79
  * Italian Translation added.
80
  = 1.0.9 =
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 =
109
  * Italian Translation added.
110
  = 1.0.9 =