Skip to content

Releases: mollie/PrestaShop

Version 4.0.8

09 Sep 07:59
86d1714
Compare
Choose a tag to compare

1.6.1.x
1.7.0.x - 1.7.6.x
Compatible with PHP:
5.6.0 - 7.3.x

Below features added:

  • Added single click payment.
  • Added descriptions of API methods.
  • Added API key test button.
  • Added module upgrade notice.
  • Added Mollie tab in main tabs.
  • Added custom logo for credit card payment.
  • Added selector to control when email alert module can send new_order mail.

Below issues fixed:

  • Fixed issue where backorder paid status didn't send order_conf mail.
  • Fixed issue where order status that ended with id 0 would not get saved in mollie settings.
  • Fixed custom shipment information .
  • Refactored payment data creation to use objects instead of arrays.
  • Improved UX of Payments from visual side.
  • Improved UX of API from visual side.
  • Improved calculation logic to use Number class.
  • Fixed issues with refunded orders where sometimes refunded order would have partially refunded status.
  • Fixed issue with gifts and wrapping.

Version 4.0.7

07 Aug 14:55
bbfc3cf
Compare
Choose a tag to compare

1.6.1.x
1.7.0.x - 1.7.6.x
Compatible with PHP:
5.6.0 - 7.3.x

Below features added:
-Added new order status “Completed” which is set when Mollie order is finished.
-Added option for PS1.7 to choose when to send order_conf email to the customer.
-Added new Mollie_payment email template that has Mollie payment link.
-Added “Second chance email button” in admin order list. Orders with Mollie payment will have option which allows merchant to send Mollie_payment email to the customer where he can finish his order payment.
-Added option to create order with Mollie payment from back office and send Mollie_payment mail to customer where he can finish his order.
-Added logic where cart is saved for customer if he returns back to checkout from Mollie payment page (due to possible security vulnerabilities we removed voucher restoration if such have been added to cart).
-Added missing translations.
-Added functionality where merchant can exclude countries if all countries are selected for payment option.

Below issues fixed:
-Changed locale settings and fixed issue where webshop locale was not sent to mollie if option is selected.
-Improved settings descriptions.
-Fixed issues with credit card and order API.
-Improved UX of Payments Enabling/Disabling function from visual side.
-Shipping order status fixed.

Version 4.0.6

26 Jun 06:42
218bc97
Compare
Choose a tag to compare

1.6.1.x
1.7.0.x - 1.7.6.x
Compatible with PHP:
5.6.0 - 7.3.x

Below issues fixed:
Webhook call fail issue error 500.
Status duplication when payment is paid or canceled.
Payment method in pdf file when order is paid.
Return from payment screen stuck.
Vendor issue where in some cases it would throw error because another vendor file already has random_bytes function.
Tax excluded orders where the calculation were off if prices are displayed without taxes.
Below features added:
Switch for PS1.7 that allows to choose if you want to send order_conf mail which is sent before payment is completed.
Hidden order_conf mail switch for ps1.6 because it can only be disabled in core.

Version 4.0.5

12 Jun 13:11
b8f7bd7
Compare
Choose a tag to compare

1.6.1.x
1.7.0.x - 1.7.6.x
Compatible with PHP:
5.6.0 - 7.3.x

Improved payment method description in settings.
Fixed order transaction id when payment is accepted.
Removed duplicated order validation on webhook call.
Fixed some namespace issues.

Version 4.0.4

06 Jun 08:52
c562509
Compare
Choose a tag to compare

1.6.1.x
1.7.0.x - 1.7.6.x
Compatible with PHP:
5.6.0 - 7.3.x

-Fixed issue "Automatically ship when one of these statuses is reached" wasn't working correctly.
-Disabled order_conf email for PS1.7. To disable it for PS1.6 you need to change PS core. classes/PaymentModule.php. you should comment out line 271:
Mail::Send(intval($order->id_lang), 'order_conf', 'Order confirmation', $data, $customer->email, $customer->firstname.' '.$customer->lastname, NULL, NULL, $fileAttachment);

-Added fix for PS1.6 hookDisplayPaymentEU where it was using wrong method ID.
-Added fix where saving API Key would reset default order statuses.

Version 4.0.3

28 May 13:52
d9d7983
Compare
Choose a tag to compare

1.6.1.x
1.7.0.x - 1.7.6.x
Compatible with PHP:
5.6.0 - 7.3.x

Fixed upgrade cache issue where upgrading module would only work after second time.
Fixed guzzle conflict with other modules that have guzzle in a vendor.

Version 4.0.2

20 May 16:47
eb2cb07
Compare
Choose a tag to compare

1.6.1.x
1.7.0.x - 1.7.6.x
Compatible with PHP:
5.6.0 - 7.3.x

Added index.php files.
Added missing license and updated the old ones.
Added switch to send an email when payment is accepted.

Version 4.0.0

12 May 14:39
c633e05
Compare
Choose a tag to compare

1.6.1.x
1.7.0.x - 1.7.6.x
Compatible with PHP:
5.6.0 - 7.3.x

Fixed double order status bug - Now Order is created before payment
Fixed Payment Accepted email bug
Fixed PHP bug where sometimes the total price is incorrect
New UI - Created new payment methods form in General settings
New Order payment Fee
Added payment Fee to PDF Invoice if param is added
Now fully compatible only from PrestaShop 1.6.1.x PHP 5.6
Refactored shipment settings from React to jQuery and PHP
Removed override validation
Fixed order status bug when order status is not changed to a specific status that is selected in Back-office
Fixed email receiving bugs
Prestashop 1.6 error fixes and small changes
Fixed bugs in One Page checkout and other Prestashop 1.6 bugs

Version 3.5.5

05 Mar 07:08
f407cf8
Compare
Choose a tag to compare

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
Updated licenses
Fixed bug with front office set media hook
Order status bug fix

Version 3.5.4

14 Feb 14:12
c48008c
Compare
Choose a tag to compare

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
Fixed issue where in some themes JS and CSS wouldn't load in front office.
Fixed issue where profile always used test mode API.
Fixed email issue where email wouldn't add invoice on back-order.