forked from mercadopago/cart-woocommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.log
341 lines (284 loc) · 14.8 KB
/
changelog.log
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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
CHANGELOG:
= v3.1.0 (17/04/2019) =
* Performance Improvements
- Removed unnecessary requests.
- Some functions have had their scope limited, in this way they will be called only when necessary.
- Removed Client_id and Client_secret, currently only using access_token and public_key.
= v3.0.17 (07/08/2018) =
* Feature All
- Adding X Product ID
- Migration from v0 (collections) to v1
= v3.0.16 (20/07/2018) =
* Feature MCO
- Adding PSE gateway for Colombia
* Improvements
- Some code improvements
= v3.0.15 (15/03/2018) =
* Improvements
- Allowing customization by merchants, in ticket fields (credits to https://github.com/fernandoacosta)
- Fixed a bug in Mercado Envios processment.
= v3.0.14 (13/03/2018) =
* Improvements
- Discount and fee by gateway accepts two leading zeros after decimal point;
- Customers now have the option to not save their credit cards;
- Checkout banner is now customizable.
= v3.0.13 (01/03/2018) =
* Bug fixes
- Fixed a bug in modal window for Basic Checkout.
= v3.0.12 (28/02/2018) =
* Improvements
- Added date limit for ticket payment;
- Added option for extra tax by payment gateway;
- Increased stability.
= v3.0.11 (19/02/2018) =
* Improvements
- Improved feedback messages when an order fails;
- Improved credential validation for custom checkout by credit cards.
= v3.0.10 (29/01/2018) =
* Improvements
- Improved layout in Credit Card and Ticket forms;
- Improved support to WordPress themes.
= v3.0.9 (16/01/2018) =
* Bug fixes
- Fixed a bug in the URL of product image;
- Fix count error in sdk (credits to xchwarze).
= v3.0.8 (05/01/2018) =
* Improvements
- Increased support and handling to older PHP;
- IPN/Webhook now customizable.
= v3.0.7 (21/12/2017) =
* Improvements
- Checking presence of older versions to prevent inconsistences.
= v3.0.6 (13/12/2017) =
* Improvements
- Added validation for dimensions of products;
- Added country code for analytics.
* Bug fixes
- Fixed a problem related to the title of payment method, that were in blank when configuring the module for the first time.
= v3.0.5 (22/11/2017) =
* Bug fixes
- Fixed a bug in the URL of javascript source for light-box window.
= v3.0.4 (13/11/2017) =
* Improvements
- Improved webhook of ticket printing to a less generic one.
* Bug fixes
- FIxed a bug related to payment status of tickets.
= v3.0.3 (25/10/2017) =
* Features
- Rollout to Uruguay for Custom Checkout and Tickets.
* Bug fixes
- Not showing ticket form when not needed.
= v3.0.2 (19/10/2017) =
* Bug fixes
- Fixed the absence of [zip_code] field in registered tickets for Brazil.
= v3.0.1 (04/10/2017) =
* Bug fixes
- We fixed a Javascript problem that are occurring when payments were retried in custom checkout and tickets;
- Resolved the size of Mercado Pago icon in checkout form.
* Improvements
- Allow merchants to customize IPN URL as in some cases the store is hosted in subdomains;
- Optmizations in form layout of custom checkout and tickets;
- Validating currency consistency before trying conversions;
- References to the new docummentations.
= v3.0.0 (25/09/2017) =
* Features
- All features already present in <a href="https://br.wordpress.org/plugins/woocommerce-mercadopago/">Woo-Mercado-Pago-Module 2.x</a>;
- Customization of status mappings between order and payments.
* Improvements
- Added CNPJ document for brazilian tickets;
- Optimization in HTTP requests and algorithms;
- Removal of several redundancies;
- HTML and Javascript separation;
- Improvements in the checklist of system status;
- More intuitive menus and admin navigations.
= v2.2.15 (22/09/2017) =
* Bug fixes
- Synchronizing Mercado Pago account when WooCommerce back-office cancels an order.
* Improvements
- Added CNPJ document for brazilian tickets;
- Optimized error tracking.
= v2.2.14 (14/09/2017) =
* Bug fixes
- Fixed a bug in Ticket form related with inconsistent use of variables of Custom Checkout form;
- Not showing card issuer field for Chile as it is unnecessary.
= v2.2.13 (28/08/2017) =
* Bug fixes
- Fixing a bug in Custom Checkout, that wasn't showing the form.
= v2.2.12 (14/08/2017) =
* Improvements
- Improved layout alignment for custom checkout and tickets;
- Added a checklist for platform statuses of cURL, SSL and PHP verification;
- Added the ticket view after the checkout.
* Bug fixes
- Fixed a bug that was locking inputs in ticket fields for Brazil.
= v2.2.11 (24/07/2017) =
* Improvements
- Improved credential validation algorithm;
- Added FEBRABAN rules for brazilian tickets.
* Bug fixes
- Resolved a bug when converting currency.
= v2.2.10 (04/07/2017) =
* Bug fixes
- Fixed a bug in subscriptions, where a recurrent product wasn't possible to be bought if its end-date is blank.
= v2.2.9 (29/06/2017) =
* Bug fixes
- Fixed a bug in Mercado Envios for WooCommerce 3.x, involving use of undeclared variable.
= v2.2.8 (23/06/2017) =
* Improvements
- Integrated error log API. This can help to debug any cURL requests;
- Increased stability.
= v2.2.7 (01/06/2017) =
* Improvements
- Optimizations in checkout JavaScript;
- Additional checking for test users within checkout process.
* Bug fixes
- Properly changing order status when paying with Basic Checkout using two cards.
= v2.2.6 (18/05/2017) =
* Improvements
- Increased stability for internal payment process.
* Bug fixes
- Fixed a bug related to shipping value not added to total amount;
- Not showing ticket button when payment method is not applicable;
- Removed unused snippet from ticket solution, handling an unexpected warning.
= v2.2.5 (08/05/2017) =
* Bug fixes
- Added support for WooCommerce/WordPress functions to handle warnings;
- Algorithm of Chile/Colombia when removing decimals.
= v2.2.4 (03/05/2017) =
* Improvements
- Increased support to older versions of PHP;
- Optimized calls of WordPress/WooCommerce specific functions.
= v2.2.3 (02/05/2017) =
* Bug fixes
- Resolved a bug related to the missing menus in Appearance.
= v2.2.2 (27/04/2017) =
* Improvements
- When using Mercado Envios, the plugin now sends an email with tracking ID to the merchant and customer.
* Bug fixes
- Resolved a bug related with non-persisted data of Simple Products;
- Resolved the status update for "in_procerss" in the basic checkout.
= v2.2.1 (13/04/2017) =
* Features
- Discount by payment method. Merchants can give a discount to their customers if the payment is made with a given gateway.
* Improvements
- Support for WooCommerce 3.0.
= v2.2.0 (03/04/2017) =
* Features
- Recurrent Payments. This feature allow merchants to create subscriptions and charge their customers periodically. For now, available only to Argentina, Brazil and Mexico.
= v2.1.9 (23/03/2017) =
* Features
- Mercado Envios for Basic Checkout. Now, merchants can use Mercado Envios services to ship products to their customers. For now, only available to Argentina, Brazil, and Mexico.
= v2.1.8 (13/02/2017) =
* Features
- Rollout to Uruguay. This plugin is now supporting Uruguay for Basic Checkout with its local language translations.
* Improvements
- Conformity with Argentina's E 51/2017 resolution to show up CFT/TEA amounts;
- Removed decimals from Chile and Colombia currencies, as they aren't used.
* Bug fixes
- Fixed and improved the coupon algorithm.
= v2.1.7 (12/12/2016) =
* Bug fixes
- When ticket payment method was enabled, the button for print ticket was appearing for other methods.
= v2.1.6 (09/12/2016) =
* Features
- Cancel/Refund API integration. Now, merchants can cancel and refund orders through store back-office. Options available in order details, order actions;
- Back url (checkout callback) configurable in back-office for basic checkout solution.
* Improvements
- Added option to select when (payment approval or order generation) to reduce stocks for tickets solution;
- Payment with ticket with order description at finish.
= v2.1.5 (16/11/2016) =
* Improvements
- Analytics of module settings.
* Bug fixes
- Fixed issue in ticket solution that was printing [null] in ticket description.
= v2.1.4 (20/10/2016) =
* Features
- Two Card Payment Configuration. Merchants can configure this feature in back-office through settings page.
* Improvements
- Removed some redundant notice messages;
- Improved algorithm to process settings page flow and checkout;
- Refactored code to meet WordPress coding standards.
* Bug fixes
- Fixed a SSL issue related to ticket solution (the open locker) in gateway selection.
= v2.1.3 (15/09/2016) =
* Improvements
- A few improvements in performance;
- Improved translations;
- Improved security with URL access via SSL in all module flow.
= v2.1.2 (18/08/2016) =
* Improvements
- Improved performance for both client and server sides.
* Bug fixes
- Fixed the product list for multiple items in Basic Checkout form.
= v2.1.1 (02/08/2016) =
* Improvements
- Improved log messages when applying discounts;
- Added a link to reprint ticket in customer account order page.
* Bug fixes
- Fixed tax fee for shipments.
= v2.1.0 (25/07/2016) =
* Features
- Mercado Pago Discount Coupon. This feature lets Mercado Pago and merchants to use campaigns of discount created in their Mercado Pago accounts. Want to see how it works on-the-fly? Please check this video: <a href="https://www.youtube.com/watch?v=eQ2YYoWvzKQ">Discount Coupons</a>;
- Currency Conversion. Added an option to try to use Mercado Pago currency ratio, to automatically convert any currencies to supported/used currency.
* Improvements
- Improved credentials validation algorithm;
- Improved checkout data, with more clean and sanitized info for product image and description.
= v2.0.5 (07/07/2016) =
* Improvements
- Improved IPN behavior to handle consistent messages with absent IDs.
* Bug fixes
- Fixed the informative URL of ticket IPN in admin page.
= v2.0.4 (29/06/2016) =
* Improvements
- Added a message in admin view when currency is different from used locally (used in credential's country).
* Bug fixes
- We have wrote a snippet to handle the absent shipment cost problem;
- Fixed some URLs of the credentials link for Basic Checkout.
= v2.0.3 (21/06/2016) =
* Bug fixes
- Basic Checkout for WooCommerce v2.6.x. In WooCommerce v2.6.x, there was a bug related with the ampersand char that was wrongly converted to #38; on URLs and breaking the checkout flow. This update should place a fix to this problem.
= v2.0.2 (13/06/2016) =
* Features
- Rollout to Peru. This plugin is now supporting Peru, which includes Basic Checkout, Custom Checkout, Tickets, and local language translations.
* Bug fixes
- Fix a PHP version issue. It was reported to us an issue in a function that uses an assign made directly from an array field. This feature is available in PHP 5.4.x or above and we've made an update to support older versions;
- Fix a tax issue. It wasn't been correctly added to the total value in Mercado Pago gateway.
= v2.0.1 (09/06/2016) =
* Features
- Customer Cards (One Click Payment). This feature allows customers to proceed to checkout with only one click. As Mercado Pago owns PCI standards, it can securely store credit card sensitive data and so register the customer card in the first time he uses it. Next time the customer comes back, he can use his card again, only by inserting its CVV code. Want to see how it works on-the-fly? Please check this video: <a href="https://www.youtube.com/watch?v=_KB8CtDei_4">Custom Checkout + Customer Cards</a>.
* Improvements
- SSL verifications for custom checkout and ticket. Custom Checkout and Ticket solutions can only be used with SSL certification. As the module behaves inconsistently if there is no SSL, we've put a watchdog to lock the solution if it is active without SSL;
- Enabling any type of currency without disabling module (now, error message from API). Now, merchants have the option to use currencies of their choices in WooCommerce. Pay attention that Woo Mercado Pago will always set the currency related to the country of the Mercado Pago credentials.
= v2.0.0 (01/06/2016) =
* Features
- Custom Checkout for LatAm. Offer a checkout fully customized to your brand experience with our simple-to-use payments API. Want to see how it works on-the-fly? Please check this video: <a href="https://www.youtube.com/watch?v=_KB8CtDei_4">Custom Checkout + Customer Cards</a>;
- Ticket for LatAm. Now, customer can pay orders with bank tickets. Want to see how it works on-the-fly? Please check this video: <a href="https://www.youtube.com/watch?v=97VSVx5Uaj0">Tickets</a>.
* Improvements
- Removed possibility to setting supportable but invalid currency. We've made a fix to prevent users to select a valid currency (such as ARS), but for a different country set by credentials origin (such as MLB - Mercado Pago Brazil).
= v1.0.5 (29/04/2016) =
* Improvements
- Removal of extra shipment setup in checkout view. We have made a workaround to prevent an extra shipment screen to appear;
- Translation to es_ES. Users can select Spain as module country, and translation should be ok.
* Bug fixes
- Some bug fixes to stabilize the module.
= v1.0.4 (15/04/2016) =
* Improvements
- Added a link to module settings page in plugin page. We've increased the module description informations. Also we've put a link to make a vote on us. Please, VOTE US 5 STARS. Any feedback will be welcome!
- Fixed status change when processing with two cards. When using payments with two cards in Basic Checkout, the flow of order status wasn't correct in some cases when async IPN events occurs. We've made some adjustments to fix it.
= v1.0.3 (23/03/2016) =
* Improving algorithm when processing IPN
Async calls and processment were refined.
= v1.0.2 (23/03/2016) =
* Bug fixes
- IPN URL wasn’t triggered when topic=payment. Fixed a bug for some specific IPN messages of Mercado Pago.
= v1.0.1 (23/03/2016) =
* Improvements
- Added payment ID in order custom fields information. Added some good informations about the payment in the order view;
- Removed some unused files/code. We've made some code cleaning;
- Redesign of the logic of preferences when creating cart, separating items. Itens are now separated in cart description. This increases the readability and consistency of informations in API level;
- Proper information of shipment cost. Previously, the shipment cost was passed together with the cart total order amount.
= v1.0.0 (16/03/2016) =
* Features
- LatAm Basic Checkout support. Great for merchants who want to get going quickly and easily. This is the basic payment integration with Mercado Pago. Want to see how it works on-the-fly? Please check this video: <a href="https://www.youtube.com/watch?v=DgOsX1eXjBU">Standard Checkout</a>;
- Set of configurable fields and customizations. Title, description, category, and external reference customizations, integrations via iframe, modal, and redirection, with configurable auto-returning, max installments and payment method exclusion setup;
- Sandbox and debug options. Basicer can test orders by enabling debug mode or using sandbox environment.