Skip to content

Commit b04754b

Browse files
committed
Result page when sync transaction
1 parent e47d23f commit b04754b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Release Notes
22

3-
## v2.0.1 (2023-07-15)
3+
## v2.0.2 (2023-07-15)
44
### Fixed
5-
- Seamless form compatibility tested with a number of templates
65
- Result page when sync transaction
76

7+
## v2.0.1 (2023-06-15)
8+
### Fixed
9+
- Seamless form compatibility tested with a number of templates
10+
811
## v2.0.0 (2023-06-01)
912
### Fixed
1013
- Upgraded version to support most recent WooCommerce functionalities

allsecureexchange/woocommerce-allsecure-exchange.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
Plugin Name: AllSecure Exchange
44
Description: AllSecure Exchange for WooCommerce
5-
Version: 2.0.1
5+
Version: 2.0.2
66
Requires at least: 4.0
77
Tested up to: 6.2.1
88
WC requires at least: 2.4
@@ -17,7 +17,7 @@
1717
exit; // Exit if accessed directly
1818
}
1919

20-
define('ALLSECUREEXCHANGE_VERSION', '2.0.1');
20+
define('ALLSECUREEXCHANGE_VERSION', '2.0.2');
2121
define('ALLSECUREEXCHANGE_PLUGIN_URL', plugin_dir_url(__FILE__));
2222
define('ALLSECUREEXCHANGE_PLUGIN_PATH', plugin_dir_path(__FILE__));
2323

0 commit comments

Comments
 (0)