File tree 3 files changed +12
-6
lines changed 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
*** WooCommerce Subscriptions CSV Importer and Exporter Changelog ***
2
2
3
+ 2024.07.08 - version 2.2.0
4
+ * Add - Support for WooCommerce High Performance Order Storage. PR #262
5
+ * Fix - Replace use of deprecated update_manual. PR #225
6
+ * Fix - Replace direct access of subscription ID. PR #225
7
+ * Fix - Allow importing of cancelled_date and fix handling of end_date. PR #278
8
+
3
9
2020.04.20 - version 2.1.0
4
10
* Fix fatal errors which occur during the subscription import process. PR#214
5
11
* Add .htaccess and index.php files to the export directory. PR#218
Original file line number Diff line number Diff line change 3
3
"title" : " WooCommerce Subscriptions Importer and Exporter" ,
4
4
"author" : " Prospress" ,
5
5
"license" : " ISC" ,
6
- "version" : " 1.0 .0" ,
6
+ "version" : " 2.2 .0" ,
7
7
"description" : " " ,
8
- "homepage" : " https://github.com/Prospress /woocommerce-subscriptions-importer-exporter" ,
8
+ "homepage" : " https://github.com/WooCommerce /woocommerce-subscriptions-importer-exporter" ,
9
9
"main" : " Gruntfile.js" ,
10
10
"repository" : {
11
11
"type" : " git" ,
12
- "url" : " https://github.com/Prospress /woocommerce-subscriptions-importer-exporter.git"
12
+ "url" : " https://github.com/WooCommerce /woocommerce-subscriptions-importer-exporter.git"
13
13
},
14
14
"bugs" : {
15
- "url" : " https://github.com/Prospress /woocommerce-subscriptions-importer-exporter/issues"
15
+ "url" : " https://github.com/WooCommerce /woocommerce-subscriptions-importer-exporter/issues"
16
16
},
17
17
"directories" : {
18
18
"test" : " tests"
Original file line number Diff line number Diff line change 3
3
* Plugin Name: WooCommerce Subscriptions CSV Importer and Exporter
4
4
* Plugin URI: https://github.com/Prospress/woocommerce-subscriptions-importer-exporter
5
5
* Description: Import or export subscriptions in your WooCommerce store via CSV.
6
- * Version: 2.1 .0
6
+ * Version: 2.2 .0
7
7
* Author: Prospress Inc
8
8
* Author URI: http://prospress.com
9
9
* License: GPLv3
@@ -61,7 +61,7 @@ class WCS_Importer_Exporter {
61
61
62
62
public static $ wcs_exporter ;
63
63
64
- public static $ version = '2.0.1 ' ;
64
+ public static $ version = '2.2.0 ' ;
65
65
66
66
protected static $ required_subscriptions_version = '2.2.0 ' ;
67
67
You can’t perform that action at this time.
0 commit comments