This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog.txt
executable file
·82 lines (50 loc) · 1.71 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
= 1.0.5 - November 20, 2020
* Compatible with PHP7.4 and WC4.7
* Handling of return, order notes
* Code tidy up and minor improvements
= 1.0.4 - December 19, 2019 =
* Fix WP_Error / E_ERROR in updater.class.php
= 1.0.3 - December 28, 2018 =
* Add auto-update feature
= 1.0.2 - November 30, 2018 =
* Fix empty POST resulting in order pending, default to 'failed'
* Fix Log function not working
= 1.0.1 - October 12, 2018 =
* Fix order key lost in response on thank you page.
= 1.0.0 - June 29, 2018 =
* Reversion as PaySubs 1.0.0
* Check if jQuery.select2 is present before calling
* Don't check country code
* Improve and simplify PaySubs workflow
* Use Wordpress timezone instead of the server's
= 3.3.5 - May 19, 2018 =
* Add options to make recurring optional
* VCS -> PaySubs and PayGate
* Order number in reference
* Bug fixes for recurring and retried payments
= 3.3.3 - March 26, 2018 =
* PaySubs (VCS with recurring) support
* WooCommerce 3.0 Support
= 1.1.6 - June 24, 2015 =
* Fix - Outdated settings link on currency warning message
* Fix - file hash
= 1.1.5 - June 4, 2015 =
* Fix - Order was not creating when custom order number was being used.
= 1.1.4 - May 14, 2015 =
* Fix - Failed payment attempts are not able to pay again causing a loop
= 1.1.3 - April 20, 2015 =
* Fix - Updates the payments URL to use the new PaySubs URL.
= 1.1.2 - January 13, 2014 =
* WC 2.1 Compatibility
= 1.1.1 - April 30, 2013 =
* Correct ID for Updater
= 1.1 - March 7, 2013 =
* WooCommerce 2.0 Support
* Uses new WC API listener
* Uses new class names
* Textdomain changed to wc_paysubs for translation
* Icon filter to change checkout icon
= 1.0.1 - December 5, 2012 =
* Updater
= 1.0 - October 6, 2011 =
* First Release