Skip to content

Releases: PluginAndPartners/cart-woocommerce

Release 6.3.1

13 Oct 18:09
a00278a
Compare
Choose a tag to compare

[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.

Release 6.3.0

27 Sep 18:28
aca53f1
Compare
Choose a tag to compare

[6.3.0] - 2022-09-27

Added

  • Added interest information on the order confirmation screen for payments with custom checkout

Fixed

  • Fixed timeout and error display in custom checkout
  • Removed hyphen from zip code to display correct address for payments with ticket checkout
  • Alignment of expiration and security code fields in custom checkout

Release 6.2.0

13 Sep 15:01
87a0ae5
Compare
Choose a tag to compare

[6.2.0] - 2022-09-13

Added

  • Added Mercado Credits tooltip
  • Added loader on custom checkout to avoid timeout, handle and show errors on screen
  • Added validation on REST Client to avoid return empty array on requests response

Changed

  • Changed Wallet Button layout to encourage more usage

Fixed

  • Fixed email sending method for order placed with PIX

Release 6.1.0

22 Aug 17:45
119472f
Compare
Choose a tag to compare

[6.1.0] - 2022-08-22

Added

  • Added notices scripts on plugin
  • Added validation to avoid installments equal to zero
  • Added trigger to payment_method_selected event if it not triggered on checkout custom load
  • Added rule in notification to allow an approved payment to update if order status is pending, on_hold or failed
  • Added client to handle caronte scripts success and error

Changed

  • Removed the test credentials requirement to configure the plugin
  • Adjusted credential saving flow to avoid saving two public_key or access_token
  • Changed how to load melidata script on window.load
  • Send email from Pix and QRCode only for orders with pending status
  • Audited npm packages

Fixed

  • Fixed plugin and platform version on melidata client
  • Fixed order status when a partial refund is made
  • Fixed currency conversion value to display at checkout

Release 6.0.2

13 Jul 11:54
7376d7f
Compare
Choose a tag to compare

[6.0.2] - 2022-07-13

Added

  • Added preg_replace for notification external params

Release 6.0.1

28 Jun 10:56
58ef05b
Compare
Choose a tag to compare

[6.0.1] - 2022-06-27

Added

  • Added validation to invalid length on cardNumber to not clear or remove fields

Release 6.0.0

27 Jun 17:49
28cde1d
Compare
Choose a tag to compare

[6.0.0] - 2022-06-27

Added

  • Added ideal checkout template
  • Added secure inputs for Checkout Custom

Changes

  • Updated melidata script to load only on plugin pages

Release 5.8.0

07 Jun 18:52
7122bfb
Compare
Choose a tag to compare

[5.8.0] - 2022-06-07

Added

  • Added melidata script to collect metrics from plugin

Changes

  • Changed mp logo

Release v5.7.6

20 Apr 12:18
1511dc5
Compare
Choose a tag to compare

[5.7.6] - 2022-04-19

Changed Bug fixes

  • Adjusted IPN notification to recognize discount coupon
  • Added coupon information in order details
  • Changed default value of checkout ticket date_expiration

v5.7.5 🚀

31 Mar 17:55
829f05c
Compare
Choose a tag to compare

[5.7.5] - 2022-03-31

Changed Bug fixes

  • Instance a non-static class to call a method (Fatal error on PHP 8)