-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchangelog.txt
212 lines (128 loc) · 4.06 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
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
== Changelog ==
= 3.0.3 =
* Bugfix - buyer_fee_cents should be on lines level
= 3.0.2 =
* Added filters for buyer_fee_cents and whole order_data
= 3.0.1 =
* Reworked Credit Note flow
= 3.0.0 =
* Improve plugin code standards
= 2.2.0 =
* Compatibility for high performance order storage and cart checkout blocks
= 2.1.7 =
* Bugfixes and improvements
= 2.1.6 =
* Do not call the confirm endpoint if we are not changing the order state
= 2.1.5 =
* Changed webhook signature validation logic
* Modified OrdersController confirm endpoint
= 2.1.4 =
* Fix deprecated setting $instructions on payments
* Remove cancel API call when the buyer bounces
= 2.1.3 =
* Include Installment by Invoice payment method
= 2.1.2 =
* Support more plugins modifying order number
= 2.1.1 =
* Fix cancel and decline hosted checkout params
= 2.1.0 =
* Extend getting order by order number
* Update order to on-hold when call Mondu confirm
* Fix EU and UK info showing when UK buyer
= 2.0.5 =
* Adapt UK standards
= 2.0.4 =
* Ensure that ampersand is escaped in the webhooks signature verifier
= 2.0.3 =
* Use home_url instead of site_url
* Empty cart on order confirm
* Rollback changes on invoice external reference id
= 2.0.2 =
* Use company shipping address as a fallback when company billing address is null
= 2.0.1 =
* Fix sandbox or production setting name
= 2.0.0 =
* Hosted checkout and lot of fixes
* Rename plugin and separate changelog from readme
* Fix hosted checkout issues
= 1.3.4 =
* Changes for B2B market plugin compatibility
= 1.3.3 =
* Changes on plugin to update to the WordPress marketplace
* Add code sniffer and fix the issues
= 1.3.2 =
* Add early return on credit note creation
* Minor fixes on the credit note creation/listing
= 1.3.1 =
* Add payment method name to the enabled label
* Remove instruction field to make it automatically localised
* Add tips to admin fields
* Include more supported countries in the list
= 1.3.0 =
* Add fallback if the wcpdf_get_document number is not found
* Fix webhooks signature
* Allow send products with value zero
* Remove title and description from payment method gateway's configuration to dynamically change the language
* Include instruction in the created order email
* Add wordpress language to mondu filter
* Minor fixes
= 1.2.1 =
* Add cache if payment method endpoint returns 403
= 1.2.0 =
* WCPDF: Add filter for template extension
* Mondu only block order if we have an actually payment
* Add French translations
* Add Austria i18n
* Only show Mondu if it is validated
= 1.1.4 =
* Added WCPDF invoice extensions for our payment methods
= 1.1.3 =
* Handle not found WCPDF class
* Use hosted remote logo instead of a local one
= 1.1.2 =
* WCPDF Invoice: Language change and formatting
* Non mondu orders crash with an error message
* Support Order Pay page
* Use cart hash as external_reference_id
* Minor fixes
= 1.1.1 =
* Hotfix in checkout validation
* Allow user to change title, description and instructions in payment gateways
* Include payment method title and description in english by default
* Enhance wcpdf data
* Minor fixes
= 1.1.0 =
* Send language param when creating Mondu order
* Remove checkout error validation message
* Minor fixes
= 1.0.5 =
* Add a configuration field to disable sending line items to Mondu
* Verify if WooCommerce is active before activate Mondu
* Add uninstaller to remove Mondu data
* Add activate and deactivate functions to plugin
* Add transient on merchant payment methods
* Minor fixes
= 1.0.4 =
* Send errors to mondu API
* Use order number as external reference id
* Add gateway id in the icon's filter
= 1.0.3 =
* Add gross amount cents to Order's API
* Add DE and NL translations
= 1.0.2 =
* Bugfixes and improvements
* Validates company name and country on Mondu payments
= 1.0.1 =
* Check for empty values before sending to Mondu’s API
= 1.0.0 =
* First plugin version
= 0.0.5 =
* Bugfixes and improvements
= 0.0.4 =
* Include direct debit payment
= 0.0.3 =
* Bugfixes
= 0.0.2 =
* Included webhooks, order adjusting and more features
= 0.0.1 =
* First version of plugin