Product Import Export for WooCommerce - Version 1.0.7

Version Description

  • Enhancement: Updated support forum links and contact details.
Download this release

Release Info

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

Code changes from version 1.0.6 to 1.0.7

includes/views/import/html-wf-import-products.php CHANGED
@@ -8,9 +8,9 @@
8
  </p>
9
  </p>
10
  <p>
11
- <a href="http://hikeforce.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://hikeforce.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>
8
  </p>
9
  </p>
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>
product-csv-import-export.php CHANGED
@@ -1,11 +1,11 @@
1
  <?php
2
  /*
3
  Plugin Name: Product CSV Import Export (BASIC)
4
- Plugin URI: http://hikeforce.com/product/product-import-export-plugin-for-woocommerce/
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
 
@@ -57,8 +57,8 @@ if (in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', ge
57
  public function wf_plugin_action_links( $links ) {
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.hikeforce.com/product/product-import-export-plugin-for-woocommerce/" target="_blank">' . __( 'Premium Upgrade', 'wf_csv_import_export' ) . '</a>',
61
- '<a href="http://www.hikeforce.com/forums/forum/product-import-export-plugin-for-woocommerce/">' . __( 'Support', 'wf_csv_import_export' ) . '</a>',
62
  );
63
  return array_merge( $plugin_links, $links );
64
  }
@@ -89,7 +89,7 @@ if (in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', ge
89
  ?>
90
  <div id="dismiss_rateus" class="updated settings-error notice is-dismissible">
91
  <p><a target="_blank" href="https://wordpress.org/support/view/plugin-reviews/product-import-export-for-woo#postform">
92
- <?php _e('Did this plugin work for you?&nbsp; Please rate and contact us at <i>support@hikeforce.com</i> to get $10 off on your next purchase.', 'wf_csv_import_export'); ?></a>&nbsp;&nbsp;
93
  <a target="_blank" class="button-primary" href="https://wordpress.org/support/view/plugin-reviews/product-import-export-for-woo#postform" ><?php _e('Review Now!' , 'wf_csv_import_export'); ?></a>
94
  <a target="_blank" class="rate-star" href="https://wordpress.org/support/view/plugin-reviews/product-import-export-for-woo#postform"></a>&nbsp;&nbsp;
95
  </p>
1
  <?php
2
  /*
3
  Plugin Name: Product CSV Import Export (BASIC)
4
+ Plugin URI: http://www.xadapter.com/product/product-import-export-plugin-for-woocommerce/
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
 
57
  public function wf_plugin_action_links( $links ) {
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
  }
89
  ?>
90
  <div id="dismiss_rateus" class="updated settings-error notice is-dismissible">
91
  <p><a target="_blank" href="https://wordpress.org/support/view/plugin-reviews/product-import-export-for-woo#postform">
92
+ <?php _e('Did this plugin work for you?&nbsp; Please rate and contact us at <i>info@xadapter.com</i> to get $10 off on your next purchase.', 'wf_csv_import_export'); ?></a>&nbsp;&nbsp;
93
  <a target="_blank" class="button-primary" href="https://wordpress.org/support/view/plugin-reviews/product-import-export-for-woo#postform" ><?php _e('Review Now!' , 'wf_csv_import_export'); ?></a>
94
  <a target="_blank" class="rate-star" href="https://wordpress.org/support/view/plugin-reviews/product-import-export-for-woo#postform"></a>&nbsp;&nbsp;
95
  </p>
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.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
 
@@ -45,7 +45,7 @@ Product Import Export Plugin for WooCommerce
45
  <li>Excellent Support for setting it up!</li>
46
  </ul>
47
 
48
- Please visit <a rel="nofollow" href="http://hikeforce.com/product/product-import-export-plugin-for-woocommerce/">Product Import Export Plugin for WooCommerce</a> for more details
49
 
50
  </blockquote>
51
 
@@ -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.6 =
77
  * Bug Fix: fixed issue with SKU while exporting.
78
  = 1.0.5 =
@@ -93,6 +95,8 @@ Yes. You can import or export product images along with other details
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 =
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.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
 
45
  <li>Excellent Support for setting it up!</li>
46
  </ul>
47
 
48
+ Please visit <a rel="nofollow" href="http://www.xadapter.com/product/product-import-export-plugin-for-woocommerce/">Product Import Export Plugin for WooCommerce</a> for more details
49
 
50
  </blockquote>
51
 
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 =
79
  * Bug Fix: fixed issue with SKU while exporting.
80
  = 1.0.5 =
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 =
101
  * Bug Fix: fixed issue with SKU while exporting.
102
  = 1.0.5 =