Skip to content

Releases: mollie/PrestaShop

v5.3.0

12 Oct 07:50
557f420
Compare
Choose a tag to compare

Changes in release 5.3.0
1.7.0.x - 8.0.x
Compatible with PHP:
7.0.0 - 7.4.x

Changes and improvements

  • Added PS8.0.0+ compatibility.
  • Users must save changes to their API keys or environment before they can configure other settings.
  • The profile ID field was removed; it’s now taken from the API keys instead.
  • The country availability setting for payment methods is based on the customer’s billing address instead of their delivery address.
  • The checkout bases the ISO language code for translations on the PrestaShop locale instead of the language code.
  • Refunds only change status when the amount exceeds 0.
  • Added a new chargeback status.
  • Removed placeholders from translation files to avoid translation errors.
  • Changed how the secure key is generated to avoid errors when orders are created.

Fixes

  • Mollie Components no longer throws errors when an order was successfully created.
  • For multi-shops, changing the payment method display order for one shop no longer breaks the other shops’ settings.
  • Translations that were affected by PHP issues are working again.
  • Additional address information is included in order details sent to Mollie.
  • When setting up a payment method for the first time, the module keeps the display order settings.

v5.2.1

02 Aug 10:57
ce2585d
Compare
Choose a tag to compare

Changes in release 5.2.1
1.7.0.x - 1.7.8.x
Compatible with PHP:
7.0.0 - 7.4.x

OPTIMIZATION

  • Fixed issue where orders would have duplicated lines in list if there are more than 1 transaction.

v5.2.0

22 Jun 10:24
681d88e
Compare
Choose a tag to compare

Changes in release 5.2.0
1.7.0.x - 1.7.8.x
Compatible with PHP:
7.0.0 - 7.4.x

OPTIMIZATION

  • Fixed the issue with single click payment : customerId isn't passed during the 2nd payment
  • Fixed issue with payment fee and price display
  • Changed webhook logic to stop tracking sentry errors when expired transaction webhook is called.
  • Phone number exception fix when number is only +

NEW FEATURES

  • New payment method: in3
  • Bancontact QR Code in checkout

v5.1.0

31 May 11:07
fad1203
Compare
Choose a tag to compare

Changes in release 5.1.0
1.7.0.x - 1.7.8.x
Compatible with PHP:
7.0.0 - 7.3.x

OPTIMIZATION

  • Fixed refund and cancel information text in order page
  • Improved transaction information saving logic to avoid missing information
  • Added http status codes and exception handle to sentry on webhook calls
  • Changed logic for webhook on refund for transaction. It now works via Orders API
  • Added extra information for webhook errors in mollie history and sentry
  • Added new CURL adapter that increases max timeout time from 10 sec to 30 sec
  • Added double check in webhook for orders that break down while being created. Now after webhook tries to call webhook again when it got error 500 we will update order status and transaction number. Before it would be stuck and status couldn’t be changed
  • Ignoring ngrok domains for segment tracking
  • Ignore beta releases when showing warning about new version in module (Prestashop Back office)
  • Added fix for custom checkout modules and apple pay payment.

NEW FEATURES

  • Added Apple Pay Direct (payment possibility from Product page and Cart page)

v5.1.0-beta3

18 May 09:51
Compare
Choose a tag to compare
v5.1.0-beta3 Pre-release
Pre-release

Changes in release 5.1.0-beta3
1.7.0.x - 1.7.8.x
Compatible with PHP:
7.0.0 - 7.3.x

OPTIMIZATION

  • Fixed refund and cancel information text in order page
  • Improved transaction information saving logic to avoid missing information
  • Added http status codes and exception handle to sentry on webhook calls
  • Changed logic for webhook on refund for transaction. It now works via Orders API
  • Added extra information for webhook errors in mollie history and sentry
  • Added new CURL adapter that increases max timeout time from 10 sec to 30 sec
  • Added double check in webhook for orders that break down while being created. Now after webhook tries to call webhook again when it got error 500 we will update order status and transaction number. Before it would be stuck and status couldn’t be changed
  • Ignoring ngrok domains for segment tracking
  • Ignore beta releases when showing warning about new version in module (Prestashop Back office)

NEW FEATURES

  • Added Apple Pay Direct (payment possibility from Product page and Cart page)

v5.1.0-beta2

10 May 14:56
c363c2a
Compare
Choose a tag to compare
v5.1.0-beta2 Pre-release
Pre-release

Changes in release 5.1.0-beta2
1.7.0.x - 1.7.8.x
Compatible with PHP:
7.0.0 - 7.3.x

OPTIMIZATION

  • Fixed refund and cancel information text in order page
  • Improved transaction information saving logic to avoid missing information
  • Added http status codes and exception handle to sentry on webhook calls
  • Changed logic for webhook on refund for transaction. It now works via Orders API
  • Added extra information for webhook errors in mollie history and sentry
  • Added new CURL adapter that increases max timeout time from 10 sec to 30 sec
  • Added double check in webhook for orders that break down while being created. Now after webhook tries to call webhook again when it got error 500 we will update order status and transaction number. Before it would be stuck and status couldn’t be changed
    Ignoring ngrok domains for segment tracking

NEW FEATURES

  • Added Apple Pay Direct (payment possibility from Product page and Cart page)

v5.1.0-beta

05 May 11:37
11f91c4
Compare
Choose a tag to compare
v5.1.0-beta Pre-release
Pre-release

Changes in release 5.1.0beta1
1.7.0.x - 1.7.8.x
Compatible with PHP:
7.0.0 - 7.3.x

OPTIMIZATION

  • Fixed refund and cancel information text in order page
  • Improved transaction information saving logic to avoid missing information
  • Added http status codes and exception handle to sentry on webhook calls
  • Changed logic for webhook on refund for transaction. It now works via Orders API
  • Added extra information for webhook errors in mollie history and sentry

NEW FEATURES

  • Added Apple Pay Direct (payment possibility from Product page and Cart page)

Version 5.0.1

14 Feb 15:13
d3ead39
Compare
Choose a tag to compare

Changes in release 5.0.1
1.7.0.x - 1.7.8.x
Compatible with PHP:
7.0.0 - 7.3.x

OPTIMIZATION

  • Fixed issue regarding Order API refunds not working due to missing metadata

Version 5.0.0

08 Feb 15:35
4b1939d
Compare
Choose a tag to compare

Changes in release 5.0.0
GitHub Release notes:
1.7.0.x - 1.7.8.x
Compatible with PHP:
7.0.0 - 7.3.x

OPTIMIZATION

  • Fixed issue - Mollie order creation do not fail if address have no post code;
  • Upgraded support for PhP versions from 5.6 to 7.0;
  • Added webhook url in test shop;
  • Updated how assets are loaded - now loading js and css only on checkout delivery step. Loading it on DisplayHeader hook instead of ActionFrontControllerSetMedia #405 #408 #527
  • Added payment data cleanUp before sending to Mollie to not have empty or too long inputs;
  • Removed custom filter for order status list, since order statuses are no longer deleted on module uninstall;
  • Updated how long locale is taken in checkout - now uses locale and not language code #420
  • Fixed issue with order product price - if it didn’t use default currency price would be wrong;
  • Added exception catch and error message for Klarna status error then saving status - when Klarna statuses are deleted;
  • Added check that doesn’t allow enabling module if pHp version is not supported;
  • Added Sentry validation to avoid crash if Sentry breaks down;
  • Custom logic for local shops removed;
  • Added validation to check if order is already created just before creating order to avoid duplicates - when webhook gets called multiple times at the same time #493
  • Fixed issue with Klarna statuses - change to Klarna shipped instead of Completed when using default statuses for Klarna #509
  • Fixed issue with modules (like VAT) - no longer makes Mollie create wrong order prices - now adds customer to context in webhook #510
  • Added validation for descriptions to avoid empty spaces #522
  • Fixed missing transaction id on order payments #524

NEW FEATURES

  • Credit card Single Click logic with components now added;
  • Using Single Click without components now ask if you want to save it or use saved card;
  • Upgraded supported PrestaShop version from 1.6.1 to 1.7;

Version 5.0.0-beta2

01 Feb 14:16
c84401f
Compare
Choose a tag to compare
Version 5.0.0-beta2 Pre-release
Pre-release

Changes in release 5.0.0-beta2 pre-release

GitHub Release notes:
1.7.0.x - 1.7.8.x
Compatible with PHP:
7.0.0 - 7.3.x

OPTIMIZATION

  • Fixed issue - Mollie order creation do not fail if address have no post code;
  • Upgraded support for PhP versions from 5.6 to 7.0;
  • Added webhook url in test shop;
  • Updated how assets are loaded - now loading js and css only on checkout delivery step. Loading it on DisplayHeader hook instead of ActionFrontControllerSetMedia #405 #408
  • Added payment data cleanUp before sending to Mollie to not have empty or too long inputs;
  • Removed custom filter for order status list, since order statuses are no longer deleted on module uninstall;
  • Updated how long locale is taken in checkout - now uses locale and not language code #420
  • Fixed issue with order product price - if it didn’t use default currency price would be wrong;
  • Added exception catch and error message for Klarna status error then saving status - when Klarna statuses are deleted;
  • Added check that doesn’t allow enabling module if pHp version is not supported;
  • Added Sentry validation to avoid crash if Sentry breaks down;
  • Custom logic for local shops removed;
  • Added validation to check if order is already created just before creating order to avoid duplicates - when webhook gets called multiple times at the same time #493
  • Fixed issue with Klarna statuses - change to Klarna shipped instead of Completed when using default statuses for Klarna #509
  • Fixed issue with modules (like VAT) - no longer makes Mollie create wrong order prices - now adds customer to context in webhook #510

NEW FEATURES

  • Credit card Single Click logic with components now added;
  • Using Single Click without components now ask if you want to save it or use saved card;
  • Upgraded supported PrestaShop version from 1.6.1 to 1.7;