Releases: mollie/PrestaShop
Releases · mollie/PrestaShop
Release 3.3.1
Compatible with PrestaShop:
- 1.5.x.x
- 1.6.x.x
- 1.7.0.x - 1.7.4.x
Compatible with PHP:
- 5.3.29 - 7.3.x
- the JSON and cURL extension are required
Changes:
- Make Klarna
Pay later.
and KlarnaSlice it.
translatable in checkout - (Payments API) Add
{order.reference}
example to description field
Release 3.3.0
Compatible with PrestaShop:
- 1.5.x.x
- 1.6.x.x
- 1.7.0.x - 1.7.4.x
Compatible with PHP:
- 5.3.29 - 7.3.x
- the JSON and cURL extension are required
Changes:
- New payment method: Klarna (switch the module to the Orders API to unlock this payment method)
- Add support for the Orders API
- SVG payment method icons
- Add a fallback (use attached
cacert.pem
) in case the root certificates are missing from the system, so a connection with the Mollie API can still be made - Completely detach from the Mollie API on the configuration page and checkout; this should improve the checkout speed as well as prevent it from taking down the entire checkout during an outage.
- (Orders API) Ship, cancel and or refund order/order lines straight from the back office
- (Orders API) Add automatic shipment tracking
- (Payments API) You can now add
{order.reference}
to the payment description. - (Payments API) Add support for full and partial refunds from the back office
Release 3.2.0
Compatible with PrestaShop:
- 1.5.x.x
- 1.6.x.x
- 1.7.0.x - 1.7.4.x
Compatible with PHP:
- 5.3.29 - 7.2.x
- the JSON and cURL extension are required
Changes:
- Code and style changes for Addons validation
Release 3.1.0
Compatible with PrestaShop:
- 1.5.x.x
- 1.6.x.x
- 1.7.0.x - 1.7.4.x
Changes:
- Compatible with PrestaShop 1.7.4
- Separate listings for Cartes Bancaires + CartaSi
- More locales supported
- Fix eps/iDEAL return pages
- Fix default PrestaShop order statuses for Mollie
paid
andopen
statuses - Fix shipping address passed to Mollie
- Fix QR Codes window height check
Release 3.0.2
Compatible with PrestaShop:
- 1.5.x.x
- 1.6.x.x
- 1.7.0.x - 1.7.3.x
Changes:
- Fix for permanent error reporting
- Fix built-in module updater on PS 1.7
Release 3.0.1
Compatible with PrestaShop:
- 1.5.x.x
- 1.6.x.x
- 1.7.0.x - 1.7.3.x
Changes:
- Fix for incorrect rounding of amounts > € 1.000,00 in PrestaShop 1.7
Release 3.0.0
Compatible with PrestaShop:
- 1.5.x.x
- 1.6.x.x
- 1.7.0.x - 1.7.3.x
Changes:
Release 2.0.6
Compatible with PrestaShop:
- 1.5.x.x
- 1.6.x.x
- 1.7.0.x - 1.7.2.x
Changes:
- Fix for Issue #54 : Error executing API call when "Send customer credentials to Mollie" is enabled
Note: To prevent confusion for those who are used to Mollie showing TBM Bank when doing a iDEAL test payment. All bank options are showing instead of TBM Bank from now on. Select a bank to make a test payment and you will be redirected to the Mollie test payment page.
Release 2.0.5
Compatible with PrestaShop:
- 1.5.x.x
- 1.6.x.x
- 1.7.0.x - 1.7.2.x
Changes:
- Fix for Issue #50: 'Send webshop locale' setting results in redirect to homepage
Release 2.0.4
Compatible with PrestaShop:
- 1.5.x.x
- 1.6.x.x
- 1.7.0.x - 1.7.2.x
Changes:
- fix for Issue #45 - adjusted hookDisplayAdminOrder() method