Product Import Export for WooCommerce - Version 1.0.8

Version Description

  • Minor content change.
Download this release

Release Info

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

Code changes from version 1.0.7 to 1.0.8

includes/views/import/html-wf-import-products.php CHANGED
@@ -10,7 +10,7 @@
10
  <p>
11
  <a href="http://www.xadapter.com/product/product-import-export-plugin-for-woocommerce/" target="_blank" class="button button-primary"><?php _e( 'Upgrade to Premium Version', 'wf_csv_import_export'); ?></a>
12
  <a href="http://productimportexport.hikeforce.com/wp-admin/admin.php?page=wf_woocommerce_csv_im_ex" target="_blank" class="button"><?php _e( 'Live Demo', 'wf_csv_import_export'); ?></a>
13
- <a href="http://www.xadapter.com/setting-up-product-import-export-plugin-for-woocommerce/" target="_blank" class="button"><?php _e( 'Documentation', 'wf_csv_import_export' ); ?></a>
14
  <a href="<?php echo plugins_url( 'sample.csv', WF_ProdImpExpCsv_FILE ); ?>" target="_blank" class="button"><?php _e('Sample CSV', 'wf_csv_import_export'); ?></a>
15
  </p>
16
  </div>
10
  <p>
11
  <a href="http://www.xadapter.com/product/product-import-export-plugin-for-woocommerce/" target="_blank" class="button button-primary"><?php _e( 'Upgrade to Premium Version', 'wf_csv_import_export'); ?></a>
12
  <a href="http://productimportexport.hikeforce.com/wp-admin/admin.php?page=wf_woocommerce_csv_im_ex" target="_blank" class="button"><?php _e( 'Live Demo', 'wf_csv_import_export'); ?></a>
13
+ <a href="http://www.xadapter.com/2016/06/20/setting-up-product-import-export-plugin-for-woocommerce/" target="_blank" class="button"><?php _e( 'Documentation', 'wf_csv_import_export' ); ?></a>
14
  <a href="<?php echo plugins_url( 'sample.csv', WF_ProdImpExpCsv_FILE ); ?>" target="_blank" class="button"><?php _e('Sample CSV', 'wf_csv_import_export'); ?></a>
15
  </p>
16
  </div>
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.0.7
9
  Text Domain: wf_csv_import_export
10
  */
11
 
@@ -58,7 +58,7 @@ if (in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', ge
58
  $plugin_links = array(
59
  '<a href="' . admin_url( 'admin.php?page=wf_woocommerce_csv_im_ex' ) . '">' . __( 'Import Export', 'wf_csv_import_export' ) . '</a>',
60
  '<a href="http://www.xadapter.com/product/product-import-export-plugin-for-woocommerce/" target="_blank">' . __( 'Premium Upgrade', 'wf_csv_import_export' ) . '</a>',
61
- '<a href="http://www.xadapter.com/forums/forum/product-import-export-plugin-for-woocommerce/">' . __( 'Support', 'wf_csv_import_export' ) . '</a>',
62
  );
63
  return array_merge( $plugin_links, $links );
64
  }
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.0.8
9
  Text Domain: wf_csv_import_export
10
  */
11
 
58
  $plugin_links = array(
59
  '<a href="' . admin_url( 'admin.php?page=wf_woocommerce_csv_im_ex' ) . '">' . __( 'Import Export', 'wf_csv_import_export' ) . '</a>',
60
  '<a href="http://www.xadapter.com/product/product-import-export-plugin-for-woocommerce/" target="_blank">' . __( 'Premium Upgrade', 'wf_csv_import_export' ) . '</a>',
61
+ '<a href="http://www.xadapter.com/support/forum/product-import-export-plugin-for-woocommerce/">' . __( 'Support', 'wf_csv_import_export' ) . '</a>',
62
  );
63
  return array_merge( $plugin_links, $links );
64
  }
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.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -51,14 +51,14 @@ Please visit <a rel="nofollow" href="http://www.xadapter.com/product/product-imp
51
 
52
  = About HikeForce.com =
53
 
54
- [HikeForce.com](http://www.hikeforce.com/?utm_source=wordpress&utm_medium=referral&utm_content=import-export) creates quality WordPress/WooCommerce plugins that are easy to use and customize. We are proud to have thousands of customers actively using our plugins across the globe.
55
 
56
 
57
  == Installation ==
58
 
59
  1. Upload the plugin folder to the /wp-content/plugins/ directory.
60
  2. Activate the plugin through the Plugins menu in WordPress.
61
- 3. Thats it you can now configure the plugin.
62
 
63
  == Frequently Asked Questions ==
64
 
@@ -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.7 =
77
  * Enhancement: Updated support forum links and contact details.
78
  = 1.0.6 =
@@ -95,6 +97,8 @@ Yes. You can import or export product images along with other details
95
  * Import /Export Woocommerce Products.
96
 
97
  == Upgrade Notice ==
 
 
98
  = 1.0.7 =
99
  * Enhancement: Updated support forum links and contact details.
100
  = 1.0.6 =
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
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
51
 
52
  = About HikeForce.com =
53
 
54
+ HikeForce creates quality WordPress/WooCommerce plugins that are easy to use and customize. We are proud to have thousands of customers actively using our plugins across the globe.
55
 
56
 
57
  == Installation ==
58
 
59
  1. Upload the plugin folder to the /wp-content/plugins/ directory.
60
  2. Activate the plugin through the Plugins menu in WordPress.
61
+ 3. Thats it! you can now configure the plugin.
62
 
63
  == Frequently Asked Questions ==
64
 
73
  2. Product Export Screen
74
 
75
  == Changelog ==
76
+ = 1.0.8 =
77
+ * Minor content change.
78
  = 1.0.7 =
79
  * Enhancement: Updated support forum links and contact details.
80
  = 1.0.6 =
97
  * Import /Export Woocommerce Products.
98
 
99
  == Upgrade Notice ==
100
+ = 1.0.8 =
101
+ * Minor content change.
102
  = 1.0.7 =
103
  * Enhancement: Updated support forum links and contact details.
104
  = 1.0.6 =