Skip to content

Commit

Permalink
Release of 5.12.0 (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel-MultiSafepay authored Feb 6, 2024
1 parent 2a11868 commit 0da678f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

***

## 5.12.0
Release date: Feb 6th, 2024

### Added
+ DAVAMS-675: Pre-set allowed_minimum, allowed_maximum and allowed_countries for Zinia
+ DAVAMS-530: Add support for Template ID in the Payment Component

### Fixed
+ PRES-408: Fix an issue where after setting up Google Pay as live, the environment was defined as 'LIVE' instead of 'PRODUCTION' for Google Pay.

### Changed
+ DAVAMS-703: Rebrand in3 payment method name and remove birthday checkout field

### Removed
+ DAVAMS-707: Remove 'Santander Betaal per Maand' payment option
+ PRES-401: Remove unused variable in the cancel module controller

***

## 5.11.2
Release date: Oct 30th, 2023

Expand Down
2 changes: 1 addition & 1 deletion multisafepayofficial.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function __construct()
{
$this->name = 'multisafepayofficial';
$this->tab = 'payments_gateways';
$this->version = '5.11.2';
$this->version = '5.12.0';
$this->author = 'MultiSafepay';
$this->need_instance = 0;
$this->bootstrap = true;
Expand Down

0 comments on commit 0da678f

Please sign in to comment.