Product Import Export for WooCommerce - Version 1.2.1

Version Description

  • Optimization: Image URL parsing.
Download this release

Release Info

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

Code changes from version 1.2.0 to 1.2.1

includes/importer/class-wf-prodimpexpcsv-product-import.php CHANGED
@@ -1160,8 +1160,8 @@ class WF_ProdImpExpCsv_Product_Import extends WP_Importer {
1160
 
1161
  } else*/
1162
  if ( strstr( $url, site_url() ) ) {
1163
- $abs_url = str_replace( trailingslashit( site_url() ), trailingslashit( ABSPATH ), $url );
1164
- $new_name = wp_unique_filename( $upload_dir['path'], basename( $url ) );
1165
  $new_url = trailingslashit( $upload_dir['path'] ) . $new_name;
1166
 
1167
  if ( copy( $abs_url, $new_url ) ) {
1160
 
1161
  } else*/
1162
  if ( strstr( $url, site_url() ) ) {
1163
+ $abs_url = str_replace( trailingslashit( site_url() ), trailingslashit( ABSPATH ), urldecode($url) );
1164
+ $new_name = wp_unique_filename( $upload_dir['path'], basename( urldecode($url) ) );
1165
  $new_url = trailingslashit( $upload_dir['path'] ) . $new_name;
1166
 
1167
  if ( copy( $abs_url, $new_url ) ) {
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.2.0
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.2.1
9
  Text Domain: wf_csv_import_export
10
  */
11
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Product Import Export for WooCommerce===
2
- Contributors: hikeforce
3
  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.2.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -80,6 +80,8 @@ Yes. You can import or export product images along with other details
80
  3. Premium Export Settings Screen
81
 
82
  == Changelog ==
 
 
83
  = 1.2.0 =
84
  * Enhancement: German Translation updates.
85
  = 1.1.9 =
@@ -128,6 +130,8 @@ Yes. You can import or export product images along with other details
128
  * Import /Export Woocommerce Products.
129
 
130
  == Upgrade Notice ==
 
 
131
  = 1.2.0 =
132
  * Enhancement: German Translation updates.
133
  = 1.1.9 =
1
  === Product Import Export for WooCommerce===
2
+ Contributors: hikeforce, elvinwf
3
  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.7
7
+ Stable tag: 1.2.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
80
  3. Premium Export Settings Screen
81
 
82
  == Changelog ==
83
+ = 1.2.1 =
84
+ * Optimization: Image URL parsing.
85
  = 1.2.0 =
86
  * Enhancement: German Translation updates.
87
  = 1.1.9 =
130
  * Import /Export Woocommerce Products.
131
 
132
  == Upgrade Notice ==
133
+ = 1.2.1 =
134
+ * Optimization: Image URL parsing.
135
  = 1.2.0 =
136
  * Enhancement: German Translation updates.
137
  = 1.1.9 =