Skip to content

Commit

Permalink
Merge pull request #284 from woocommerce/release/2.2
Browse files Browse the repository at this point in the history
Tag 2.2.0
  • Loading branch information
claudiulodro authored Jul 8, 2024
2 parents aa86864 + cd1ea16 commit 087f414
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions changlog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
*** WooCommerce Subscriptions CSV Importer and Exporter Changelog ***

2024.07.08 - version 2.2.0
* Add - Support for WooCommerce High Performance Order Storage. PR #262
* Fix - Replace use of deprecated update_manual. PR #225
* Fix - Replace direct access of subscription ID. PR #225
* Fix - Allow importing of cancelled_date and fix handling of end_date. PR #278

2020.04.20 - version 2.1.0
* Fix fatal errors which occur during the subscription import process. PR#214
* Add .htaccess and index.php files to the export directory. PR#218
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"title": "WooCommerce Subscriptions Importer and Exporter",
"author": "Prospress",
"license": "ISC",
"version": "1.0.0",
"version": "2.2.0",
"description": "",
"homepage": "https://github.com/Prospress/woocommerce-subscriptions-importer-exporter",
"homepage": "https://github.com/WooCommerce/woocommerce-subscriptions-importer-exporter",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/Prospress/woocommerce-subscriptions-importer-exporter.git"
"url": "https://github.com/WooCommerce/woocommerce-subscriptions-importer-exporter.git"
},
"bugs": {
"url": "https://github.com/Prospress/woocommerce-subscriptions-importer-exporter/issues"
"url": "https://github.com/WooCommerce/woocommerce-subscriptions-importer-exporter/issues"
},
"directories": {
"test": "tests"
Expand Down
4 changes: 2 additions & 2 deletions wcs-importer-exporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WooCommerce Subscriptions CSV Importer and Exporter
* Plugin URI: https://github.com/Prospress/woocommerce-subscriptions-importer-exporter
* Description: Import or export subscriptions in your WooCommerce store via CSV.
* Version: 2.1.0
* Version: 2.2.0
* Author: Prospress Inc
* Author URI: http://prospress.com
* License: GPLv3
Expand Down Expand Up @@ -61,7 +61,7 @@ class WCS_Importer_Exporter {

public static $wcs_exporter;

public static $version = '2.0.1';
public static $version = '2.2.0';

protected static $required_subscriptions_version = '2.2.0';

Expand Down

0 comments on commit 087f414

Please sign in to comment.