Skip to content

Commit

Permalink
Release of 1.3.0 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel-MultiSafepay committed Feb 15, 2024
1 parent cbefe62 commit cb9f8a4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

***

## 1.3.0
Release date: February, 15th 2024

### Added
+ DAVAMS-682: Add support for MB WAY payment method
+ DAVAMS-683: Add support for Multibanco payment method
+ DAVAMS-684: Add support for Template ID in the Payment Component

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

### Removed
+ DAVAMS-711: Remove Santander Betaal per Maand

***

## 1.2.0
Release date: September, 26th 2023

Expand Down
2 changes: 1 addition & 1 deletion install.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "MultiSafepay Extension",
"code": "multisafepay",
"version": "1.2.0",
"version": "1.3.0",
"author": "MultiSafepay",
"link": "https://www.multisafepay.com"
}
2 changes: 1 addition & 1 deletion system/library/multisafepay.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
*/
class Multisafepay {

public const MULTISAFEPAY_PLUGIN_VERSION = '1.2.0';
public const MULTISAFEPAY_PLUGIN_VERSION = '1.3.0';

public const ROUTE = 'extension/multisafepay/payment/multisafepay';
public const KEY_PREFIX = 'payment_';
Expand Down

0 comments on commit cb9f8a4

Please sign in to comment.