File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 6.4.0] - 2026-05-26
8+
9+ ### Added
10+ - PRES-519: Add alternative card payment icons
11+ - PRES-518: Add a new setting field to define a default payment method option
12+
13+ ### Fixed
14+ - PRES-525: Fix Apple Pay and Google Pay buttons alignment in checkout page
15+ - PRES-520: Fix Order->total_paid_real not updated when PS_INVOICE is disabled
16+ - PRES-514: Fix missing order-state icon which cause broken image in Admin Order History
17+
18+ ### Changed
19+ - PRES-516: Improve order message when a payment notification is ignored due to final order status
20+
721## [ 6.3.0] - 2026-04-06
822
923### Added
Original file line number Diff line number Diff line change 22 "name" : " multisafepay/prestashop" ,
33 "description" : " MultiSafepay module for PrestaShop 1.7" ,
44 "type" : " prestashop-module" ,
5- "version" : " 6.3 .0" ,
5+ "version" : " 6.4 .0" ,
66 "keywords" : [ " prestashop" ],
77 "license" : " OSL-3.0" ,
88 "require" : {
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ public function __construct()
8686 {
8787 $ this ->name = 'multisafepayofficial ' ;
8888 $ this ->tab = 'payments_gateways ' ;
89- $ this ->version = '6.3 .0 ' ;
89+ $ this ->version = '6.4 .0 ' ;
9090 $ this ->author = 'MultiSafepay ' ;
9191 $ this ->need_instance = 0 ;
9292 $ this ->bootstrap = true ;
You can’t perform that action at this time.
0 commit comments