Skip to content

Commit d5ae6f1

Browse files
authored
Release of 6.4.0 (#493)
1 parent a6cc15d commit d5ae6f1

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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": {

multisafepayofficial.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)