This repository has been archived by the owner on Feb 16, 2022. It is now read-only.
Releases: heidelpay/magento2
Releases · heidelpay/magento2
Compatibility for shop version 2.4
Added
- Support for PHP 7.4 and Magento 2.4
Removed
- Support for PHP 7.0
- Support for Magento versions 2.2.x and smaller.
Compatibility for shop version 2.3.5-p1 + fixes
Fixed
- An issue during checkout if phone number is optional and not set by customer. That leads to a failing address comparison for secured payment methods and PayPal.
- Disable caching for dynamic blocks.
- An issue creating orders from Reservations.
- Problem when switching from an unknown payment method to a heidelpay gateway method.
- Invoice Payment methods : An issue not always setting the expected state after shipment.
Display "heidelpay txnId" in order grid and enable order creation via push.
Added
- Refund to iDeal payment method.
- Add column
heidelpay TxnId
tosales_order_grid
to enable better mapping between Magento order and hIP transactions. - Enable push notifications to create an order if it does not exist already for an successful reservation or payment.
- Add PHP 7.3 support.
Fixed
- Made sure the reserved value matches the gross value of the order to avoid problems finalizing.
Remove
- PHP 5.6 support.
Magento 2.3 compatibility
19.10.17
Added
- Compatibility with Magento 2.3
- Improved security
Fixed
- Use the correct store config now for orders made in sub stores.
- Online refund failed with orders via invoice payment methods.
Changed
- Redirect controller: redirect to cart if oder could not be loaded correctly.
Santander hire purchase integration and magento 2.2.9 compatibility
19.7.29
Added
- Santander hire purchase payment method.
- Check whether customer is already 18 if payment method requires it.
Fixed
- A problem where a transaction was processed a second time via push when using "sofort". That caused the paid amount to be displayed
incorrectly. - A problem which led to a missing error message for the customer.
- An issue with basket calculation when order has a discount.
Changed
- Refactored payment methods. Simplify configuration and reduce duplicate code in payment methods.
- Compatibility with magento 2.2.9: Change address handling in checkout.
magento 2.2.8 compatibility
19.5.8
Fixed
- An issue that prevented an invoice to be (partly) refunded twice.
- An issue where different currencies can cause that order is created in base currency.
Changed
- Improved response handling if Post data is empty: Customer gets redirected to cart with an error message. Wording of
log entry was changed for a better understanding. - Removed static version from composer command in installation manual.
- improved status handling to ensure compatibility with magento 2.2.8
Fix problem concerning FPC and changes in new order email template
19.1.30
Fixed
- Fixed a bug which resulted in an problem when sending the new order mail which resulted in the customer being redirected to an empty cart instead of the success page.
- iDEAL: Add missing checkbox for terms of conditions.
- iDEAL: Set correct default channel for test system.
Added
- Support information to readme.
iDeal integration
18.10.1
Added
- payment method iDeal
Fix due to realease of Magento security patch SUPEE-10888
18.9.20
Fixed
- An issue which resulted in an error on checkout with secured payment methods with Magento security patch SUPEE-10888 (Magento Version 2.2.6 and 2.1.15).
- An issue concerning the versions of the dependencies.
Fix order mail is sent twice.
18.8.9
Fixed
- An issue which resulted in the order mail being sent twice.