Export WordPress data to XML/CSV - Version 1.3.7

Version Description

  • bug fix: cannot save Scheduling service license key
Download this release

Release Info

Developer soflyy
Plugin Icon 128x128 Export WordPress data to XML/CSV
Version 1.3.7
Comparing to
See all releases

Code changes from version 1.3.6 to 1.3.7

readme.txt CHANGED
@@ -1,8 +1,8 @@
1
  === Export any WordPress data to XML/CSV ===
2
  Contributors: soflyy, wpallimport
3
  Requires at least: 5.0
4
- Tested up to: 6.0
5
- Stable tag: 1.3.6
6
  Tags: export, wordpress csv export, wordpress xml export, export woocommerce, migrate, export csv from wordpress, export xml from wordpress, advanced xml export, advanced csv export, export data, bulk csv export, export custom post type, export woocommerce products, export woocommerce orders, migrate woocommerce, csv export, export csv, xml export, export xml, csv exporter, datafeed
7
 
8
  Easily export any data from WordPress. Drag & drop to create a completely custom spreadsheet, CSV, or XML file.
@@ -39,13 +39,13 @@ For technical support from the developers, please consider purchasing WP All Exp
39
 
40
  * **Send your data to 500+ apps:** Full integration with Zapier allows you to send your exported WordPress data to services like Dropbox and Google Drive, to create and update reports in Google Sheets, send email updates, or anything else you can think of. This is especially useful when you export WooCommerce orders to CSV.
41
 
42
- [Read more about WP All Export Pro and Zapier.](https://zapier.com/zapbook/wp-all-export-pro/)
43
 
44
  * **Schedule exports to run automatically:** Exports can be configured to run on any schedule you like. You can export new sales every week, recent user sign ups, new affiliate products added to your site, daily product stock reports, etc. Scheduled exports are very powerful when combined with Zapier.
45
 
46
  * **Add rules to filter data:** WP All Export Pro makes it easy to export the exact posts/products/orders you need. Want to export all WooCommerce orders over $100? Want to export all of the green shirts from your WooCommerce store? Want to export all new posts from 2014, except the ones added by Steve?
47
 
48
- You can with a simple to use interface on the 'New Export' page in WP All Export Pro.
49
 
50
  * **Export WordPress users:** WP All Export Pro adds the ability to export WordPress users and all custom data associated with them. Available data is organized and cleaned up so you don’t need to know anything about how WordPress stores users in order to export them.
51
 
@@ -77,6 +77,17 @@ Sometimes you'll want to export your data so that some other tool, software, or
77
 
78
  If you want to set up a WordPress XML export all you need to do is select 'XML' when configuring your export template. And just like a CSV export, an XML export will allow you to customize the element names and put them in any order you wish.
79
 
 
 
 
 
 
 
 
 
 
 
 
80
  == Premium Support ==
81
  Upgrade to the Pro edition of WP All Export for premium support.
82
 
@@ -91,6 +102,9 @@ Either: -
91
 
92
  == Changelog ==
93
 
 
 
 
94
  = 1.3.6 =
95
  * security improvement
96
  * bug fix: encoded ampersand showing in 'Confirm & Run' text
@@ -348,4 +362,4 @@ Either: -
348
  * critical security fix - stopping non-logged in users from accessing adminInit http://www.wpallimport.com/2015/02/wp-import-4-1-1-mandatory-security-update/
349
 
350
  = 0.9 =
351
- * Initial release on WordPress.org.
1
  === Export any WordPress data to XML/CSV ===
2
  Contributors: soflyy, wpallimport
3
  Requires at least: 5.0
4
+ Tested up to: 6.1
5
+ Stable tag: 1.3.7
6
  Tags: export, wordpress csv export, wordpress xml export, export woocommerce, migrate, export csv from wordpress, export xml from wordpress, advanced xml export, advanced csv export, export data, bulk csv export, export custom post type, export woocommerce products, export woocommerce orders, migrate woocommerce, csv export, export csv, xml export, export xml, csv exporter, datafeed
7
 
8
  Easily export any data from WordPress. Drag & drop to create a completely custom spreadsheet, CSV, or XML file.
39
 
40
  * **Send your data to 500+ apps:** Full integration with Zapier allows you to send your exported WordPress data to services like Dropbox and Google Drive, to create and update reports in Google Sheets, send email updates, or anything else you can think of. This is especially useful when you export WooCommerce orders to CSV.
41
 
42
+ [Read more about WP All Export Pro and Zapier.](https://zapier.com/zapbook/wp-all-export-pro/)
43
 
44
  * **Schedule exports to run automatically:** Exports can be configured to run on any schedule you like. You can export new sales every week, recent user sign ups, new affiliate products added to your site, daily product stock reports, etc. Scheduled exports are very powerful when combined with Zapier.
45
 
46
  * **Add rules to filter data:** WP All Export Pro makes it easy to export the exact posts/products/orders you need. Want to export all WooCommerce orders over $100? Want to export all of the green shirts from your WooCommerce store? Want to export all new posts from 2014, except the ones added by Steve?
47
 
48
+ You can with a simple to use interface on the 'New Export' page in WP All Export Pro.
49
 
50
  * **Export WordPress users:** WP All Export Pro adds the ability to export WordPress users and all custom data associated with them. Available data is organized and cleaned up so you don’t need to know anything about how WordPress stores users in order to export them.
51
 
77
 
78
  If you want to set up a WordPress XML export all you need to do is select 'XML' when configuring your export template. And just like a CSV export, an XML export will allow you to customize the element names and put them in any order you wish.
79
 
80
+ = Related Plugins =
81
+ [Import any XML or CSV File to WordPress](https://wordpress.org/plugins/wp-all-import/)
82
+ [Import Products from any XML or CSV to WooCommerce](https://wordpress.org/plugins/woocommerce-xml-csv-product-import/)
83
+ [Export Products to CSV/XML for WooCommerce](https://wordpress.org/plugins/product-export-for-woocommerce/)
84
+ [Custom Product Tabs for WooCommerce WP All Import Add-on](https://wordpress.org/plugins/custom-product-tabs-wp-all-import-add-on/)
85
+ [Export Orders to CSV/XML for WooCommerce](https://wordpress.org/plugins/order-export-for-woocommerce/)
86
+ [Export WordPress Users to CSV/XML](https://wordpress.org/plugins/export-wp-users-xml-csv/)
87
+
88
+ = Related Tutorials =
89
+ [How to Export WooCommerce Products to Google Merchant Center](https://www.wpallimport.com/documentation/how-to-export-woocommerce-products-to-google-merchant-center/)
90
+
91
  == Premium Support ==
92
  Upgrade to the Pro edition of WP All Export for premium support.
93
 
102
 
103
  == Changelog ==
104
 
105
+ = 1.3.7 =
106
+ * bug fix: cannot save Scheduling service license key
107
+
108
  = 1.3.6 =
109
  * security improvement
110
  * bug fix: encoded ampersand showing in 'Confirm & Run' text
362
  * critical security fix - stopping non-logged in users from accessing adminInit http://www.wpallimport.com/2015/02/wp-import-4-1-1-mandatory-security-update/
363
 
364
  = 0.9 =
365
+ * Initial release on WordPress.org.
src/App/Service/License/LicenseActivator.php CHANGED
@@ -32,7 +32,7 @@ class LicenseActivator
32
  );
33
 
34
  // Call the custom API.
35
- $response = wp_remote_get(esc_url_raw(add_query_arg($api_params, $options['info_api_url']), array('timeout' => 15, 'sslverify' => false)));
36
 
37
  // make sure the response came back okay
38
  if (is_wp_error($response))
@@ -74,7 +74,7 @@ class LicenseActivator
74
  );
75
 
76
  // Call the custom API.
77
- $response = wp_remote_get(esc_url_raw(add_query_arg($api_params, $options['info_api_url']), array('timeout' => 15, 'sslverify' => false)));
78
 
79
  if (is_wp_error($response))
80
  return false;
32
  );
33
 
34
  // Call the custom API.
35
+ $response = wp_remote_get(esc_url_raw(add_query_arg($api_params, $options['info_api_url'])), array('timeout' => 15, 'sslverify' => false));
36
 
37
  // make sure the response came back okay
38
  if (is_wp_error($response))
74
  );
75
 
76
  // Call the custom API.
77
+ $response = wp_remote_get(esc_url_raw(add_query_arg($api_params, $options['info_api_url'])), array('timeout' => 15, 'sslverify' => false));
78
 
79
  if (is_wp_error($response))
80
  return false;
views/admin/export/index.php CHANGED
@@ -178,9 +178,9 @@ do_action('pmxe_addons_html');
178
 
179
 
180
  <div class="wpallexport-free-edition-notice wpallexport-shop_order-export-notice">
181
- <p><?php esc_html_e('The WooCommerce Export Package is Required to Export Orders.', 'wp_all_export_plugin'); ?></p>
182
- <a class="upgrade_link" target="_blank" href="https://www.wpallimport.com/checkout/?edd_action=add_to_cart&download_id=4206899&edd_options%5Bprice_id%5D=1&utm_source=export-plugin-free&utm_medium=upgrade-notice&utm_campaign=export-orders"><?php
183
- _e('Purchase the WooCommerce Export Package','wp_all_export_plugin');?></a>
184
  </div>
185
 
186
  <div class="wpallexport-free-edition-notice wpallexport-shop_coupon-export-notice">
@@ -202,9 +202,9 @@ do_action('pmxe_addons_html');
202
  </div>
203
 
204
  <div class="wpallexport-free-edition-notice wpallexport-product-export-notice">
205
- <p><?php esc_html_e('The WooCommerce Export Package is Required to Export WooCommerce Products.', 'wp_all_export_plugin'); ?></p>
206
- <a class="upgrade_link" target="_blank" href="https://www.wpallimport.com/checkout/?edd_action=add_to_cart&download_id=4206899&edd_options%5Bprice_id%5D=1&utm_source=export-plugin-free&utm_medium=upgrade-notice&utm_campaign=export-products"><?php
207
- esc_html_e('Purchase the WooCommerce Export Package','wp_all_export_plugin');?></a>
208
 
209
  </div>
210
 
178
 
179
 
180
  <div class="wpallexport-free-edition-notice wpallexport-shop_order-export-notice">
181
+ <p><?php esc_html_e('The Order Export Add-On is Required to Export Orders.', 'wp_all_export_plugin'); ?></p>
182
+ <a class="upgrade_link thickbox open-plugin-details-modal" target="_blank" href="<?php echo admin_url('plugin-install.php?tab=plugin-information&plugin=order-export-for-woocommerce&TB_iframe=true&width=772&height=978');?>"><?php
183
+ _e('Download the Order Export Add-On','wp_all_export_plugin');?></a>
184
  </div>
185
 
186
  <div class="wpallexport-free-edition-notice wpallexport-shop_coupon-export-notice">
202
  </div>
203
 
204
  <div class="wpallexport-free-edition-notice wpallexport-product-export-notice">
205
+ <p><?php esc_html_e('The Product Export Add-On is Required to Export WooCommerce Products.', 'wp_all_export_plugin'); ?></p>
206
+ <a class="upgrade_link thickbox open-plugin-details-modal" target="_blank" href="<?php echo admin_url('plugin-install.php?tab=plugin-information&plugin=product-export-for-woocommerce&TB_iframe=true&width=772&height=978');?>"><?php
207
+ esc_html_e('Download the Product Export Add-On','wp_all_export_plugin');?></a>
208
 
209
  </div>
210
 
wp-all-export.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP All Export
4
  Plugin URI: http://www.wpallimport.com/upgrade-to-wp-all-export-pro/?utm_source=export-plugin-free&utm_medium=wp-plugins-page&utm_campaign=upgrade-to-pro
5
  Description: Export any post type to a CSV or XML file. Edit the exported data, and then re-import it later using WP All Import.
6
- Version: 1.3.6
7
  Author: Soflyy
8
  */
9
 
@@ -59,7 +59,7 @@ else {
59
  */
60
  define('PMXE_PREFIX', 'pmxe_');
61
 
62
- define('PMXE_VERSION', '1.3.6');
63
 
64
  define('PMXE_ASSETS_VERSION', '-1.0.2');
65
 
3
  Plugin Name: WP All Export
4
  Plugin URI: http://www.wpallimport.com/upgrade-to-wp-all-export-pro/?utm_source=export-plugin-free&utm_medium=wp-plugins-page&utm_campaign=upgrade-to-pro
5
  Description: Export any post type to a CSV or XML file. Edit the exported data, and then re-import it later using WP All Import.
6
+ Version: 1.3.7
7
  Author: Soflyy
8
  */
9
 
59
  */
60
  define('PMXE_PREFIX', 'pmxe_');
61
 
62
+ define('PMXE_VERSION', '1.3.7');
63
 
64
  define('PMXE_ASSETS_VERSION', '-1.0.2');
65