File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
- ## v2.0.1 (2023-07-15)
3
+ ## v2.0.2 (2023-07-15)
4
4
### Fixed
5
- - Seamless form compatibility tested with a number of templates
6
5
- Result page when sync transaction
7
6
7
+ ## v2.0.1 (2023-06-15)
8
+ ### Fixed
9
+ - Seamless form compatibility tested with a number of templates
10
+
8
11
## v2.0.0 (2023-06-01)
9
12
### Fixed
10
13
- Upgraded version to support most recent WooCommerce functionalities
Original file line number Diff line number Diff line change 2
2
/*
3
3
Plugin Name: AllSecure Exchange
4
4
Description: AllSecure Exchange for WooCommerce
5
- Version: 2.0.1
5
+ Version: 2.0.2
6
6
Requires at least: 4.0
7
7
Tested up to: 6.2.1
8
8
WC requires at least: 2.4
17
17
exit ; // Exit if accessed directly
18
18
}
19
19
20
- define ('ALLSECUREEXCHANGE_VERSION ' , '2.0.1 ' );
20
+ define ('ALLSECUREEXCHANGE_VERSION ' , '2.0.2 ' );
21
21
define ('ALLSECUREEXCHANGE_PLUGIN_URL ' , plugin_dir_url (__FILE__ ));
22
22
define ('ALLSECUREEXCHANGE_PLUGIN_PATH ' , plugin_dir_path (__FILE__ ));
23
23
You can’t perform that action at this time.
0 commit comments