Releases: mercadopago/cart-woocommerce
Releases · mercadopago/cart-woocommerce
Release 6.7.4
[6.7.4] - 2023-05-15
Changed
- Changed function from str_contains to strpos to be compatible for WordPress versions lower than 5.9
- Changed the way to handle custom notification url using or not using Mercado Pago default params
Release 6.7.3
[6.7.3] - 2023-05-03
Added
- Test compatibility with WooCommerce v7.6
- Test compatibility with WordPress v6.2
Changed
- process_nonce_validation was removed from process_payment
Fixed
- Fix http_user_agent log using wp_is_mobile() instead regex
Release 6.7.2 🚀
[6.7.2] - 2023-03-20
Added
-
Add new fields in update-metadata
- Cho Pro will add the fields:
installments, transaction_details, total_paid_amount, transaction_amount, last_four_digits, e o payment_type
- Cho Custom will add the fields:
payment_type e last_four_digits
- In future release, all metadata field prefixed with "mp_" will be removed
- Cho Pro will add the fields:
-
Add security js client and retrive session id from MP_DEVICE_SESSION_ID
- this improvement will increase the credit card approval rate
Changed
- Interest attached to the order total
Fixed
- Fix nonce validation when "allow costumers to create an account during checkout" is enabled
Release 6.7.1
[6.7.1] - 2023-02-15
Changed
- Changed Credits Tooltips experience
- Changed generic css classes name
Fixed
- Fixed PIX QR Code generation
Release 6.7.0 🚀
v6.7.0 (23/01/2023)
- Changes
- Added security improvements
Release 6.6.0
[6.6.0] - 2023-01-11
Added
- Added manual notification sync
- Added payment ids to order metadata on callback
- Added select-id and hidden-id attributes to document
Changed
- Changed user permissions needed for security
Fixed
- Fixed order amount with gateway discount
- Fixed css class assignment to nonexistent element
- Fixed selection of installments when there is an inversion of checkouts
Release 6.5.0
[6.5.0] - 2022-12-22
Added
- Added Mercado Credits payment method
- Added user permissions needed (administrator or editor) for security
Changed
- Documented use of a 3rd Party or external service
- Improved Checkout Pro layout
Fixed
- Removed nonce validation from checkouts to use WC nonce validation
Release 6.4.1
[6.4.1] - 2022-12-14
Added
- Added bank interest disclaimer
Changed
- Removed CURLOPT_SSL_VERIFYPEER flag to get server default value
Release 6.4.0
[6.4.0] - 2022-12-07
Added
- Added Mercado Pago PHP SDK
- Added min width for checkout select inputs
- Added nonce validation to avoid CSRF Vulnerabilities
Changed
- Changed notification flow to use PHP SDK
- Changed payments and preferences flow to use PHP SDK
Fixed
- Fixed plugin translations
- Fixed plugin configuration page links
Release 6.3.1
[6.3.1] - 2022-10-13
Changed
- Improved discarded notification response
- Removed loader and timeout on custom checkout
Fixed
- Fixed the notification rule to allow an approved payment to be updated if the order status is on hold.