Skip to content

Releases: mollie/PrestaShop

Release 3.3.1

24 Oct 20:37
9f13c12
Compare
Choose a tag to compare

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 Klarna Slice it. translatable in checkout
  • (Payments API) Add {order.reference} example to description field

Release 3.3.0

22 Oct 09:53
Compare
Choose a tag to compare

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

22 Oct 09:44
Compare
Choose a tag to compare

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

04 Jul 19:04
5261262
Compare
Choose a tag to compare

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 and open statuses
  • Fix shipping address passed to Mollie
  • Fix QR Codes window height check

Release 3.0.2

14 Jun 17:37
4666b01
Compare
Choose a tag to compare

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

14 Jun 10:47
9a5a652
Compare
Choose a tag to compare

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

04 Jun 19:44
e1c72c2
Compare
Choose a tag to compare

Compatible with PrestaShop:

  • 1.5.x.x
  • 1.6.x.x
  • 1.7.0.x - 1.7.3.x

Changes:

  • Added iDEAL QR Codes
  • Added auto upgrader
  • Added sortable payment methods
  • Added Mollie multi-currency
  • Fix for Issue #53 : Change "ps_orders.payment" after customer changes payment method
  • Fix for Issue #52 : Make the 'order canceled' function optional

Release 2.0.6

15 May 17:55
28b5734
Compare
Choose a tag to compare

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

11 Apr 13:43
1f913d2
Compare
Choose a tag to compare

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

09 Apr 17:33
a2c3ded
Compare
Choose a tag to compare

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