-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathchangelog.txt
More file actions
188 lines (133 loc) · 3.68 KB
/
changelog.txt
File metadata and controls
188 lines (133 loc) · 3.68 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
== Changelog ==
= 1.7.7 =
* Added norwegian compatibility flag
= 1.7.6 =
* Fix pay after order bug
= 1.7.5 =
* Fix 0 amount payment after order bug
= 1.7.4 =
* Svn fix
= 1.7.3 =
* Update php lib
* Increment tested up to
= 1.7.2 =
* Fix capture bug o order status change
* Add Shipmondo validation support
= 1.7.1 =
* Update translation files
* Increment tested up to
* Move payment complete after transaction data has been saved
= 1.7.0 =
* Update amount calculation to include previous refunds and voids
= 1.6.6 =
* Update amount calculation to use the bc math extension for better floating point precision
= 1.6.5 =
* Minor IE fix
= 1.6.4 =
* Minor fix
= 1.6.3 =
* Fix message not properly decoded from some paylike errors
* Tested up increment, fully supporting WP 5.0
= 1.6.2 =
* Fix deprecation notice cause
= 1.6.1 =
* Minor log update
= 1.6.0 =
* Update last tested version for WooCommerce
= 1.5.9 =
* Update readme to specify multisite support
* Update error messages
* Add warning when not capturing order
* Update localization files
= 1.5.8 =
* Fix quote escape for customer data
= 1.5.7 =
* Fix not included file
= 1.5.6 =
* Update merchants calls to the cursor implementation
= 1.5.5 =
* Update tested up to tags
= 1.5.4 =
* Minor key fix
= 1.5.3 =
* Key check fix
= 1.5.2 =
* Minor messages update
= 1.5.1 =
* Fix version issue
= 1.5.0 =
* Moved to new api wrapper
* More verbose http communication response
* Prevent capturing when user is not allowed to
= 1.4.5 =
* Fix manual payment page issues with older woocommerce versions
* Disable pay button on payment loading for manual payment page
= 1.4.4 =
* Fatal error fix for manual payment page
* Update in payment data sent over manual payment after order page
= 1.4.3 =
* Added better support for retry payment in subscriptions
= 1.4.2 =
* Added hungarian translation
= 1.4.1 =
* Fixed fatal error for missing keys
= 1.4.0 =
* Fixed key name for manual subscriptions
* Updated language file
= 1.3.9 =
* Minor logo fix
= 1.3.8 =
* Added account key validation
* Updated custom attributes to match standards
* Updated subcriptions merchant id to match the public key merchant
* Consistency & deprecated notices related updates
= 1.3.7 =
* Updated language files
* Fixed failed payment page
= 1.3.6 =
* Added more verbose debugging for every api related operation
= 1.3.5 =
* Added fallback for empty transaction id, added verbose logging for connections until
this gets switched to the 2.0 api wrapper
= 1.3.4 =
* Added better currency support
* A change in total voids the authorization and resets the token.
* Minor language file update
= 1.3.3 =
* Fixed issue with legacy get total
* Updated return tags
= 1.3.2 =
* Added readable amounts in logs
* Fixed amount difference in legacy mode
* Updated api wrapper
= 1.3.1 =
* Added return for the error so that the order isn't completed on different amount.
= 1.3.0 =
* Fixed minor bug, lack of quotes around the address field on the payment script.
= 1.2.9 =
* Fixed issue with file including not in the repository
= 1.2.8 =
* Updated supported currencies list
= 1.2.7 =
* Added data collection before order gets created
* Added legacy support for woocommerce < 3.0
= 1.2.6 =
* Added danish translation for frontend text
= 1.2.5 =
* Updated POT file
= 1.2.4 =
* Minor fields, moved has fields method down so that it doesn't get overwritten
= 1.2.3 =
* Updated api wrapper
= 1.2.2 =
* Fixed communication issue with the api on some php versions.
= 1.2.1 =
* Added missing files
= 1.2.0 =
* Added subscriptions support
= 1.1.1 =
* Added compatibility mode,moving an order from processing to complete can capture the payment
= 1.1 =
* Added support for direct checkout
= 1.0 =
* Initial release