Version Description
- Enhancement: WPML Support updates.
Download this release
Release Info
Developer | hikeforce |
Plugin | Product Import Export for WooCommerce |
Version | 1.1.9 |
Comparing to | |
See all releases |
Code changes from version 1.1.8 to 1.1.9
includes/exporter/class-wf-prodimpexpcsv-exporter.php
CHANGED
@@ -127,6 +127,7 @@ class WF_ProdImpExpCsv_Exporter {
|
|
127 |
'post_status' => array( 'publish', 'pending', 'private', 'draft' ),
|
128 |
'post_type' => array('product'),
|
129 |
'orderby' => 'ID',
|
|
|
130 |
'order' => 'ASC',
|
131 |
'offset' => $current_offset
|
132 |
) );
|
@@ -411,7 +412,7 @@ class WF_ProdImpExpCsv_Exporter {
|
|
411 |
unset( $row );
|
412 |
|
413 |
}
|
414 |
-
$current_offset += $limit;
|
415 |
$export_count += $limit;
|
416 |
unset( $products );
|
417 |
}
|
127 |
'post_status' => array( 'publish', 'pending', 'private', 'draft' ),
|
128 |
'post_type' => array('product'),
|
129 |
'orderby' => 'ID',
|
130 |
+
'suppress_filters' => false,
|
131 |
'order' => 'ASC',
|
132 |
'offset' => $current_offset
|
133 |
) );
|
412 |
unset( $row );
|
413 |
|
414 |
}
|
415 |
+
$current_offset += $limit+1;
|
416 |
$export_count += $limit;
|
417 |
unset( $products );
|
418 |
}
|
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: 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 From and To your WooCommerce Store.
|
6 |
Author: HikeForce
|
7 |
Author URI: http://www.xadapter.com/vendor/hikeforce/
|
8 |
+
Version: 1.1.9
|
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.6
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -77,7 +77,11 @@ Yes. You can import or export product images along with other details
|
|
77 |
|
78 |
2. Product Export Screen
|
79 |
|
|
|
|
|
80 |
== Changelog ==
|
|
|
|
|
81 |
= 1.1.8 =
|
82 |
* Enhancement: Security improvements and bug fix.
|
83 |
= 1.1.7 =
|
@@ -122,6 +126,8 @@ Yes. You can import or export product images along with other details
|
|
122 |
* Import /Export Woocommerce Products.
|
123 |
|
124 |
== Upgrade Notice ==
|
|
|
|
|
125 |
= 1.1.8 =
|
126 |
* Enhancement: Security improvements and bug fix.
|
127 |
= 1.1.7 =
|
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.6
|
7 |
+
Stable tag: 1.1.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
77 |
|
78 |
2. Product Export Screen
|
79 |
|
80 |
+
3. Premium Export Settings Screen
|
81 |
+
|
82 |
== Changelog ==
|
83 |
+
= 1.1.9 =
|
84 |
+
* Enhancement: WPML Support updates.
|
85 |
= 1.1.8 =
|
86 |
* Enhancement: Security improvements and bug fix.
|
87 |
= 1.1.7 =
|
126 |
* Import /Export Woocommerce Products.
|
127 |
|
128 |
== Upgrade Notice ==
|
129 |
+
= 1.1.9 =
|
130 |
+
* Enhancement: WPML Support updates.
|
131 |
= 1.1.8 =
|
132 |
* Enhancement: Security improvements and bug fix.
|
133 |
= 1.1.7 =
|