Version Description
- Bug Fix: fixed issue with SKU while exporting.
Download this release
Release Info
Developer | hikeforce |
Plugin | Product Import Export for WooCommerce |
Version | 1.0.6 |
Comparing to | |
See all releases |
Code changes from version 1.0.5 to 1.0.6
includes/exporter/class-wf-prodimpexpcsv-exporter.php
CHANGED
@@ -443,8 +443,6 @@ class WF_ProdImpExpCsv_Exporter {
|
|
443 |
}
|
444 |
|
445 |
public static function format_data( $data ) {
|
446 |
-
if(!is_array($data));
|
447 |
-
//$data = (string) urldecode( $data );
|
448 |
$enc = mb_detect_encoding( $data, 'UTF-8, ISO-8859-1', true );
|
449 |
$data = ( $enc == 'UTF-8' ) ? $data : utf8_encode( $data );
|
450 |
return $data;
|
443 |
}
|
444 |
|
445 |
public static function format_data( $data ) {
|
|
|
|
|
446 |
$enc = mb_detect_encoding( $data, 'UTF-8, ISO-8859-1', true );
|
447 |
$data = ( $enc == 'UTF-8' ) ? $data : utf8_encode( $data );
|
448 |
return $data;
|
product-csv-import-export.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://hikeforce.com/product/product-import-export-plugin-for-woocom
|
|
5 |
Description: Import and Export Products including Variations, From and To your WooCommerce Store.
|
6 |
Author: HikeForce
|
7 |
Author URI: http://www.hikeforce.com/
|
8 |
-
Version: 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.hikeforce.com/
|
8 |
+
Version: 1.0.6
|
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.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.0.5 =
|
77 |
* Feature: Added Multilingual support and French Translation.
|
78 |
= 1.0.4 =
|
@@ -91,6 +93,8 @@ Yes. You can import or export product images along with other details
|
|
91 |
* Import /Export Woocommerce Products.
|
92 |
|
93 |
== Upgrade Notice ==
|
|
|
|
|
94 |
= 1.0.5 =
|
95 |
* Feature: Added Multilingual support and French Translation.
|
96 |
= 1.0.4 =
|
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.0.6
|
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.0.6 =
|
77 |
+
* Bug Fix: fixed issue with SKU while exporting.
|
78 |
= 1.0.5 =
|
79 |
* Feature: Added Multilingual support and French Translation.
|
80 |
= 1.0.4 =
|
93 |
* Import /Export Woocommerce Products.
|
94 |
|
95 |
== Upgrade Notice ==
|
96 |
+
= 1.0.6 =
|
97 |
+
* Bug Fix: fixed issue with SKU while exporting.
|
98 |
= 1.0.5 =
|
99 |
* Feature: Added Multilingual support and French Translation.
|
100 |
= 1.0.4 =
|