Product Import Export for WooCommerce - Version 1.6.9

Version Description

  • Bug Fix: Postmetas not getting imported/updated
  • Tweak: Filter name changed from "woocommerce_csv_product_postmeta_defaults" to "woocommerce_wf_csv_product_postmeta_defaults".
  • Tested OK with WP 5.2.4
Download this release

Release Info

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

Code changes from version 1.6.8 to 1.6.9

Files changed (63) hide show
  1. Product_Commercial_Sample_CSV.csv +0 -0
  2. Product_WooCommerce_Sample_CSV.csv +0 -0
  3. images/Import-Export-for-WooCommerce-Product-Image.png +0 -0
  4. images/documentation.png +0 -0
  5. images/sample_csv.png +0 -0
  6. images/setup.png +0 -0
  7. images/stars.png +0 -0
  8. images/storefrog.png +0 -0
  9. images/support.png +0 -0
  10. images/video.png +0 -0
  11. images/wf-ajax-loader.gif +0 -0
  12. images/wf-failed.png +0 -0
  13. images/wf-import.png +0 -0
  14. images/wf-notice.png +0 -0
  15. images/wf-success.png +0 -0
  16. includes/class-wf-prodimpexpcsv-admin-screen.php +0 -0
  17. includes/class-wf-prodimpexpcsv-ajax-handler.php +0 -0
  18. includes/class-wf-prodimpexpcsv-system-status-tools.php +0 -0
  19. includes/exporter/class-wf-prodimpexpcsv-exporter.php +0 -0
  20. includes/exporter/data/data-wf-hidden-meta-columns.php +0 -0
  21. includes/exporter/data/data-wf-post-columns.php +0 -0
  22. includes/images/Import-Export-for-WooCommerce-Product-Image.png +0 -0
  23. includes/images/documentation.png +0 -0
  24. includes/images/sample_csv.png +0 -0
  25. includes/images/setup.png +0 -0
  26. includes/images/stars.png +0 -0
  27. includes/images/storefrog.png +0 -0
  28. includes/images/support.png +0 -0
  29. includes/images/video.png +0 -0
  30. includes/images/wf-ajax-loader.gif +0 -0
  31. includes/images/wf-failed.png +0 -0
  32. includes/images/wf-import.png +0 -0
  33. includes/images/wf-notice.png +0 -0
  34. includes/images/wf-success.png +0 -0
  35. includes/importer/class-wf-csv-parser.php +0 -0
  36. includes/importer/class-wf-prodimpexpcsv-importer.php +0 -0
  37. includes/importer/class-wf-prodimpexpcsv-product-import.php +0 -0
  38. includes/importer/data/data-wf-post-defaults.php +0 -0
  39. includes/importer/data/data-wf-postmeta-allowed.php +0 -0
  40. includes/importer/data/data-wf-postmeta-defaults.php +1 -1
  41. includes/importer/data/data-wf-reserved-fields-pair.php +0 -0
  42. includes/importer/data/data-wf-reserved-fields.php +0 -0
  43. includes/importer/views/html-wf-import-greeting.php +0 -0
  44. includes/importer/views/html-wf-import-options.php +0 -0
  45. includes/settings/class-wf-prodimpexpcsv-settings.php +0 -0
  46. includes/views/export/html-wf-export-products.php +0 -0
  47. includes/views/html-wf-admin-screen.php +0 -0
  48. includes/views/html-wf-help-guide.php +0 -0
  49. includes/views/import/html-wf-import-products.php +0 -0
  50. includes/views/market.php +0 -0
  51. lang/product-import-export-for-woo-de_DE.mo +0 -0
  52. lang/product-import-export-for-woo-de_DE.po +0 -0
  53. lang/product-import-export-for-woo-fr_FR.mo +0 -0
  54. lang/product-import-export-for-woo-fr_FR.po +0 -0
  55. lang/product-import-export-for-woo-hu_HU.mo +0 -0
  56. lang/product-import-export-for-woo-hu_HU.po +0 -0
  57. lang/product-import-export-for-woo-it_IT.mo +0 -0
  58. lang/product-import-export-for-woo-it_IT.po +0 -0
  59. license.txt +0 -0
  60. product-import-export-for-woo.php +2 -2
  61. readme.txt +7 -2
  62. styles/wf-style.css +0 -0
  63. welcome/welcome.php +0 -0
Product_Commercial_Sample_CSV.csv CHANGED
File without changes
Product_WooCommerce_Sample_CSV.csv CHANGED
File without changes
images/Import-Export-for-WooCommerce-Product-Image.png CHANGED
File without changes
images/documentation.png CHANGED
File without changes
images/sample_csv.png CHANGED
File without changes
images/setup.png CHANGED
File without changes
images/stars.png CHANGED
File without changes
images/storefrog.png CHANGED
File without changes
images/support.png CHANGED
File without changes
images/video.png CHANGED
File without changes
images/wf-ajax-loader.gif CHANGED
File without changes
images/wf-failed.png CHANGED
File without changes
images/wf-import.png CHANGED
File without changes
images/wf-notice.png CHANGED
File without changes
images/wf-success.png CHANGED
File without changes
includes/class-wf-prodimpexpcsv-admin-screen.php CHANGED
File without changes
includes/class-wf-prodimpexpcsv-ajax-handler.php CHANGED
File without changes
includes/class-wf-prodimpexpcsv-system-status-tools.php CHANGED
File without changes
includes/exporter/class-wf-prodimpexpcsv-exporter.php CHANGED
File without changes
includes/exporter/data/data-wf-hidden-meta-columns.php CHANGED
File without changes
includes/exporter/data/data-wf-post-columns.php CHANGED
File without changes
includes/images/Import-Export-for-WooCommerce-Product-Image.png CHANGED
File without changes
includes/images/documentation.png CHANGED
File without changes
includes/images/sample_csv.png CHANGED
File without changes
includes/images/setup.png CHANGED
File without changes
includes/images/stars.png CHANGED
File without changes
includes/images/storefrog.png CHANGED
File without changes
includes/images/support.png CHANGED
File without changes
includes/images/video.png CHANGED
File without changes
includes/images/wf-ajax-loader.gif CHANGED
File without changes
includes/images/wf-failed.png CHANGED
File without changes
includes/images/wf-import.png CHANGED
File without changes
includes/images/wf-notice.png CHANGED
File without changes
includes/images/wf-success.png CHANGED
File without changes
includes/importer/class-wf-csv-parser.php CHANGED
File without changes
includes/importer/class-wf-prodimpexpcsv-importer.php CHANGED
File without changes
includes/importer/class-wf-prodimpexpcsv-product-import.php CHANGED
File without changes
includes/importer/data/data-wf-post-defaults.php CHANGED
File without changes
includes/importer/data/data-wf-postmeta-allowed.php CHANGED
File without changes
includes/importer/data/data-wf-postmeta-defaults.php CHANGED
@@ -4,7 +4,7 @@ if ( ! defined( 'ABSPATH' ) ) {
4
  }
5
 
6
  // New postmeta defaults
7
- return apply_filters( 'woocommerce_csv_product_postmeta_defaults', array(
8
  'sku' => '',
9
  'downloadable' => 'no',
10
  'virtual' => 'no',
4
  }
5
 
6
  // New postmeta defaults
7
+ return apply_filters( 'woocommerce_wf_csv_product_postmeta_defaults', array(
8
  'sku' => '',
9
  'downloadable' => 'no',
10
  'virtual' => 'no',
includes/importer/data/data-wf-reserved-fields-pair.php CHANGED
File without changes
includes/importer/data/data-wf-reserved-fields.php CHANGED
File without changes
includes/importer/views/html-wf-import-greeting.php CHANGED
File without changes
includes/importer/views/html-wf-import-options.php CHANGED
File without changes
includes/settings/class-wf-prodimpexpcsv-settings.php CHANGED
File without changes
includes/views/export/html-wf-export-products.php CHANGED
File without changes
includes/views/html-wf-admin-screen.php CHANGED
File without changes
includes/views/html-wf-help-guide.php CHANGED
File without changes
includes/views/import/html-wf-import-products.php CHANGED
File without changes
includes/views/market.php CHANGED
File without changes
lang/product-import-export-for-woo-de_DE.mo CHANGED
File without changes
lang/product-import-export-for-woo-de_DE.po CHANGED
File without changes
lang/product-import-export-for-woo-fr_FR.mo CHANGED
File without changes
lang/product-import-export-for-woo-fr_FR.po CHANGED
File without changes
lang/product-import-export-for-woo-hu_HU.mo CHANGED
File without changes
lang/product-import-export-for-woo-hu_HU.po CHANGED
File without changes
lang/product-import-export-for-woo-it_IT.mo CHANGED
File without changes
lang/product-import-export-for-woo-it_IT.po CHANGED
File without changes
license.txt CHANGED
File without changes
product-import-export-for-woo.php CHANGED
@@ -5,7 +5,7 @@
5
  Description: Import and Export Products From and To your WooCommerce Store.
6
  Author: WebToffee
7
  Author URI: https://www.webtoffee.com/product/product-import-export-woocommerce/
8
- Version: 1.6.8
9
  WC tested up to: 3.7.1
10
  License: GPLv3
11
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -18,7 +18,7 @@ if (!defined('ABSPATH') || !is_admin()) {
18
 
19
 
20
  if (!defined('WF_PIPE_CURRENT_VERSION')) {
21
- define("WF_PIPE_CURRENT_VERSION", "1.6.8");
22
  }
23
  if (!defined('WF_PROD_IMP_EXP_ID')) {
24
  define("WF_PROD_IMP_EXP_ID", "wf_prod_imp_exp");
5
  Description: Import and Export Products From and To your WooCommerce Store.
6
  Author: WebToffee
7
  Author URI: https://www.webtoffee.com/product/product-import-export-woocommerce/
8
+ Version: 1.6.9
9
  WC tested up to: 3.7.1
10
  License: GPLv3
11
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
18
 
19
 
20
  if (!defined('WF_PIPE_CURRENT_VERSION')) {
21
+ define("WF_PIPE_CURRENT_VERSION", "1.6.9");
22
  }
23
  if (!defined('WF_PROD_IMP_EXP_ID')) {
24
  define("WF_PROD_IMP_EXP_ID", "wf_prod_imp_exp");
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: webtoffee
3
  Donate link: https://www.webtoffee.com/plugins/
4
  Tags: woocommerce product import, woocommerce import products, woocommerce export products, export woocommerce products, import products into woocommerce ,product, export, import, woocommerce ,csv
5
  Requires at least: 3.0.1
6
- Tested up to: 5.2.3
7
- Stable tag: 1.6.8
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -153,6 +153,11 @@ By default, admin and store manager are given access to export orders from your
153
 
154
  == Changelog ==
155
 
 
 
 
 
 
156
  = 1.6.8 =
157
  * Bug Fix: Duplicating SKU when updating product with ID
158
  * Tested OK with WC 3.7.1
3
  Donate link: https://www.webtoffee.com/plugins/
4
  Tags: woocommerce product import, woocommerce import products, woocommerce export products, export woocommerce products, import products into woocommerce ,product, export, import, woocommerce ,csv
5
  Requires at least: 3.0.1
6
+ Tested up to: 5.2.4
7
+ Stable tag: 1.6.9
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
153
 
154
  == Changelog ==
155
 
156
+ = 1.6.9 =
157
+ * Bug Fix: Postmetas not getting imported/updated
158
+ * Tweak: Filter name changed from "woocommerce_csv_product_postmeta_defaults" to "woocommerce_wf_csv_product_postmeta_defaults".
159
+ * Tested OK with WP 5.2.4
160
+
161
  = 1.6.8 =
162
  * Bug Fix: Duplicating SKU when updating product with ID
163
  * Tested OK with WC 3.7.1
styles/wf-style.css CHANGED
File without changes
welcome/welcome.php CHANGED
File without changes