Skip to content

Releases: mollie/PrestaShop

Version 3.4.3

30 Aug 11:29
70218d5
Compare
Choose a tag to compare

Compatible with PrestaShop:

1.5.x.x
1.6.x.x
1.7.0.x - 1.7.6.x
Compatible with PHP:

5.3.29 - 7.3.x
the JSON and cURL extension are required
Changes:

Added country selector for each method in back-office for PS1.6-PS1.7 versions.
Fixed publicPath error.
Added new Mollie logo in back-office.

Version 3.4.2

07 Aug 13:27
73c63a1
Compare
Choose a tag to compare

Compatible with PrestaShop:

1.5.x.x
1.6.x.x
1.7.0.x - 1.7.6.x
Compatible with PHP:

5.3.29 - 7.3.x
the JSON and cURL extension are required
Changes:

Fixed orders status not set in admin order page.
Fixed bug where setting API key would reset Mollie configurations.
Added MyBank payment method.

Version 3.4.1

06 Aug 06:24
b75fc55
Compare
Choose a tag to compare

Compatible with PrestaShop:

1.5.x.x
1.6.x.x
1.7.0.x - 1.7.6.x
Compatible with PHP:

5.3.29 - 7.3.x
the JSON and cURL extension are required
Changes:

Fixed wrong namespace when calling vendor classes.
Fixed issue with admin order page JS global values.
Fixed bug where PayPal with payment API would trow error in admin order page.

Version 3.4.0

31 Jul 12:09
7f8af69
Compare
Choose a tag to compare

Compatible with PrestaShop:

1.5.x.x
1.6.x.x
1.7.0.x - 1.7.6.x
Compatible with PHP:

5.3.29 - 7.3.x
the JSON and cURL extension are required
Changes:

Settings splitted to General settings and advanced settings tabs.
Added apple pay method.
Payment API no longer needs billing and shipping addresses.
Updated FR translations.
Fixed statuses in back-office order page.
Added backorder statuses for orders with out of stock products.
Fixed issue when ordering without taxes.
Moved Html code out of PHP classes.
Changed namespace prefix when calling vendor functions.

Version 3.3.5

24 Jan 19:30
Compare
Choose a tag to compare

Compatible with PrestaShop:

  • 1.5.x.x
  • 1.6.x.x
  • 1.7.0.x - 1.7.5.x

Compatible with PHP:

  • 5.3.29 - 7.3.x
    • the JSON and cURL extension are required

Changes:

  • [Orders API] Support both discounts + rounding method conversions
  • [Orders API] Support rounding differences caused by discounts

Version 3.3.4

21 Jan 14:34
Compare
Choose a tag to compare

Compatible with PrestaShop:

  • 1.5.x.x
  • 1.6.x.x
  • 1.7.0.x - 1.7.5.x

Compatible with PHP:

  • 5.3.29 - 7.3.x
    • the JSON and cURL extension are required

Changes:

  • Override default bankwire template mail variables
  • Disable displayPaymentEU hook on 1.7 (redundant for ps_legalcompliance module)
  • Prevent double Mollie order states on (re)install
  • [Payments API] Defer QR code initialization until visible
  • [Orders API] Add support for multiple payments per order
  • [Orders API] Allow more carrier configurations for auto shipping

Version 3.3.3

07 Jan 19:18
Compare
Choose a tag to compare

Compatible with PrestaShop:

  • 1.5.x.x
  • 1.6.x.x
  • 1.7.0.x - 1.7.5.x

Compatible with PHP:

  • 5.3.29 - 7.3.x
    • the JSON and cURL extension are required

Changes:

  • Debounce payment status check on return page
  • Restore mod_php support
  • [Orders API] Add support for cumulative specific price rules

Version 3.3.2

03 Dec 13:23
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:

  • Improved cache handling
  • Bypass webhooks for localhost testing
  • Postcode no longer required
  • Wait on the return page for the order status to become either paid/canceled/etc. (anything but created/pending or open when method != banktransfer)
  • [Orders API] Avoid listing free items on the order product list
  • [Orders API] Fix order reference
  • [Orders API] Fix sending mails
  • [Orders API] Improved order rounding handling

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