Releases: ParadoxLabs-Inc/authnetcim
Releases · ParadoxLabs-Inc/authnetcim
5.1.2 - Updated SSL + fixes
What's Changed
- Updated SSL certificate bundle.
- Fixed an invalid template reference with the ACH inline form.
- Fixed checkout agreement validation with the hosted payment form; the payment form will no longer display until any required terms are accepted.
- Fixed CVV help tooltip showing up at the end of the page after open.
- Fixed address input validation on the hosted customer form.
Full Changelog: 5.1.1...5.1.2
5.1.1 - Updated SSL + fixes
What's Changed
WARNING: If updating from 5.0 or below, you must update any customized extension templates or JS in your theme for compatibility with Magento's new strict CSP blocking on checkout.
- Added a help bar to the settings page for manual, support, and requests.
- Updated packaged SSL certificates for the upcoming DigiCert SSL Certificate Migration.
- Fixed CC Type validation errors with the hosted payment form.
- Fixed checkout error if validation mode is still set to 'none' (removed in 5.1.0).
- Fixed possible 'required field' errors on refund by including billing address on refund requests.
- Fixed possible API error on refund if order has no CC last4 stored.
- Fixed webhooks approving an order when the resulting transaction gets declined.
Full Changelog: 5.1.0...5.1.1
5.1.0 - Strict CSP support + improvements
What's Changed
WARNING: Any customized extension templates or JS in your theme must be updated for compatibility with Magento's new strict CSP blocking on checkout.
- Added ability to set custom communicator URL for headless frontends.
- Added approve/deny suspected fraud payments from the Magento order details.
- Added card persistence upon processing of a hosted-form order that was held-for-review.
- Added CSP/SRI secure mode support for 2.4.0+ (2.4.7 checkout compatibility).
- Added validation mode option to Hosted forms for Payment Options and save-info checkout.
- Changed payment form default to Accept.js due to differing behaviors of Hosted form for longtime users.
- Changed the default validation mode to testMode going forward (fewer txn fees; redundant with typical Hosted configuration).
- Changed the hosted form cancel button to reload the page, rather than reset the payment form.
- Fixed hosted form card updates from fetching profile details from CIM unnecessarily.
- Fixed legacy card imports failing to set card type.
- Fixed payment extension attributes holding tokenbase_id values improperly.
- Fixed reorder applying the original payment method if a new card was entered.
- Fixed the admin checkout hosted payment form failing to load when it defaults to 'Add a new card'.
- Removed the deprecated 'none' validation mode.
Full Changelog: 5.0.1...5.1.0
5.0.1
- Added Instant Purchase support for customers with active stored cards.
- Fixed a reported error on subscription rebilling with hosted forms enabled.
- Fixed Maestro Domestic matching to prevent false matches.
- Fixed the inline form type loading the wrong form component on checkout.
5.0.0 - Dec 7, 2023: Hosted Forms
- Added Hosted Form support (Authorize.net Accept Hosted / Accept Customer) for PCI SAQ A security.
- Added Hyva Checkout support via Hosted Forms. Please install additional composer package: paradoxlabs/authnetcim-hyva-checkout (Thank you @callum-zero1 and ZERO-1 for assistance)
- Added payment captcha support via Hosted Forms.
- Added device type indicator (website) to transaction requests.
- Added item 'taxable' flag to transaction requests.
- Changed settings for ease of use.
- Fixed 10-card profile limit for Hosted Forms by creating a new CIM customer profile per checkout.
- DEPRECATION NOTICE: Inline credit card form support will be removed in a future release.
4.5.3 - Nov 9, 2023
- Added preliminary support for Magento 2.4.7-beta2.
- Changed CC BIN storage to enabled by default.
- Fixed ACH form template on multishipping checkout.
- Fixed payment info incorrectly persisting and preventing new card entry after a payment decline or admin reorder.
- Fixed performance issue on order grid and order collection load. (Thanks @lbajsarowicz)
- Fixed PHP 8.2 compatibility.
- Fixed possible error on 'Get Payment Update' if transaction is closed.
- Fixed possible infinite spinner upon failure in virtual checkout.
4.5.2 - May 11, 2023
- Changed license from proprietary to Apache 2.0. Issues and contributions are welcome on GitHub.
- Fixed hyphenated transaction IDs possibly being sent to payment gateway on refund.
- Fixed possible Cloud deploy pipeline error from DI constants.