Skip to content

Releases: checkout/checkout-magento2-plugin

Checkout.com Magento 2 Module - v5.0.0 Latest

06 Apr 13:06
Compare
Choose a tag to compare

Summary:

What's new in version 5.0.0:

  • Checkout SDK updated to last major release
  • iDeal added on NAS API
  • Fix "Save Card" 422 Error code
  • Fix minimum capture time value
  • Fix Apple Pay mini cart US Billing
  • Apple Pay compatibility version updated to 14

Checkout.com Magento 2 Module - v4.3.0

01 Dec 08:58
Compare
Choose a tag to compare

Summary:

What's new in version 4.3.0:

  • Improvement checkout page
  • Fix status no longer updated for expired 3DS payments on "NAS" API
  • Fix payment issue with multiple iframe mode

Highlights:

  • We improve performance in checkout page (using search criteria instead of collection)
  • Now the order status is correctly set after 3DS is expired
  • When you use multiple iframe mode, we fix an issue with multiple choice card

Checkout.com Magento 2 Module - v4.2.0

27 Oct 08:26
Compare
Choose a tag to compare

Summary:

What's new in version 4.2.0:

  • Confirm the card brand choice

Highlights:

  • Confirm the card brand choice:

Cartes Bancaires (CB) is the predominant card scheme in the French market. The majority of Cartes Bancaires cards are co-branded with either Visa or Mastercard, meaning you can process these cards over either Cartes Bancaires or the Visa or Mastercard networks. Any merchant accepting Cartes Bancaires payments can offer this "choix de la marque" during the checkout process.

Checkout.com Magento 2 Module - v4.1.2

28 Sep 15:11
Compare
Choose a tag to compare

Summary:

What's new in version 4.1.2:

  • Removal of BIC field from SEPA APM
  • Fix "Place Order" button while the address fields are incomplete

Checkout.com Magento 2 Module - v4.1.1

14 Sep 08:40
Compare
Choose a tag to compare

Summary:

What’s new in version 4.1.1:

  • Hot fix when the extension is enabled but the credentials are not set causing the checkout to fail

Checkout.com Magento 2 Module - v4.1.0

07 Sep 11:45
Compare
Choose a tag to compare

Summary:

What’s new in version 4.1.0:

  • Apple Pay fast checkout from mini-cart
  • Prevent order creation in the event of API error
  • Bug fixes and label updates

Highlights:

Apple Pay fast checkout from mini-cart:

You can now use Apple Pay directly from the mini-cart for faster purchases. Enable this new feature from the Apple Pay configuration inside Checkout extension settings.

Prevent order creation in the event of API error:

Orders are no longer created in Magento if an error occurs when contacting the Checkout APIs. This will prevent any cancelled orders from appearing inside Magento.

Bug fixes and label updates:

Several bug fixes have been delivered, such as:

  • Fix manual capture for NAS when using Authorize only mode
  • Fix JSON payment field style default value
  • Fix error when no settings are set while installing the extension for the first time
  • Fix extension settings not appearing when Paypal extension is disabled
  • Fix default selection of Checkout payment methods

Also, several configuration labels have been updated in order to improve the meaning of the extension settings.

Checkout.com Magento 2 Module - v4.0.0

20 May 09:50
Compare
Choose a tag to compare

Summary

What’s new in version 4.0.0:

  • Revamp of the configurations and compatibility with multi-website / store setups
  • Compatibility with the new Checkout v4 "NAS" API
  • Compatibility with PHP 8 and Magento 2.4.4
  • Bug fixes

Highlights

Revamp of the configurations and compatibility with multi-website / store setups:

The configuration scopes of the extension have been entirely revamped to fit Magento standards. Before this release, all the configuration fields were editable at store view level.
When upgrading your extension, kindly note that backward incompatibility might happen regarding your extension configuration as most of the fields that were editable at store view level are now only editable at website level. Make sure to double check your extension configurations and redo them again if necessary at the right scope.

Compatibility with the new Checkout v4 "NAS" API:

The extension is now compatible with the latest version of the Checkout v4 "NAS" API.
At this time, the following payment methods are available for NAS:

  • Card
  • Saved Cards
  • Apple Pay
  • Google Pay
  • Bancontact
  • Fawry
  • iDEAL
  • Sofort
  • MOTO

More payment methods compatibility will be added in a near future.

Compatibility with PHP 8 and Magento 2.4.4:

The extension is now fully compatible with PHP 8 and Magento version 2.4.4.
The PHP compatibility of the extension is now 7.3, 7.4 and 8.1.

Bug fixes:

A bug fix has been applied to the "Debug mode" logger usage when the error message received was an array.
This would cause the following error: "Argument 2 passed to Monolog\Logger::debug() must be of the type array, string given"

Checkout.com Magento 2 Module - v3.1.1

27 Apr 08:55
Compare
Choose a tag to compare

Summary

What’s new in version 3.1.1

  • Bug fixes for Klarna dependency in API V2, Sofort payment and cardholder name missing

Highlights

Klarna dependency:

  • The dependency to Klarna class in Api/V2.php has been removed
  • Also, the case of Api/V1.php and Api/V2.php files has been fixed

Sofort payments:

  • Sofort class case declaration has been fixed to prevent issue on case-sensitive servers

Cardholder name missing:

  • The cardholder name was never sent to Checkout using MOTO payment, it is now correctly sent
  • Finally, the cardholder name was not sent using card payment from the checkout, so a fix has been applied to ensure that the cardholder name is always sent

Version 3.1.0

31 Mar 10:01
Compare
Choose a tag to compare

Summary

What’s new in version 3.1.0

  • 3DS compatibility for Google Pay
  • Retro-compatibility fix for secret and private shared keys encryption in Data Patch

Highlights

3DS compatibility for Google Pay

The Checkout.com extension for Magento now implements the 3DS compatibility for Google Pay.
The new configuration "Use 3D Secure" has been added under the "Google Pay" section which allows you to enable the 3DS service for Google Pay.

Retro-compatibility fix for secret and private shared keys encryption in Data Patch

Since the version 3.0.0 of the Checkout.com extension for Magento, the secret and private shared keys are now encrypted. The Data Patch (Setup/Patch/Data/EncryptOldApiKeys.php) responsible to ensure retro-compatibility when upgrading from previous version has been fixed to manage each value from each scope in the database and not only the "Global" values.

Checkout.com Magento 2 Module - v3.0.1

17 Mar 10:57
Compare
Choose a tag to compare

Summary

What’s new in version 3.0.1

  • Bug fixes and compatibility updates

Highlights

Bug fixes and compatibility updates

This version contains several bug fixes and compatibility updates, including:

  • Fix payment methods still displaying when the extension is disabled from the admin configuration
  • Fix several cart issues caused by Magento Quote being saved:
    • Double quantities issue when adding product from wishlist
    • Reorder cart total issue
    • Custom option usage on configurable product issues
  • Remove usage of PHP 8 only "str_contains" function
  • Add "payment.xml" to disable multi-shipping
  • Fix deprecated Zend Logger usage since Magento 2.4.3
  • Fix Magento 2.3.3 incompatibility with null parameters in constructors