Skip to content

Commit

Permalink
Release of 3.20.0 (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel-MultiSafepay authored Feb 15, 2024
1 parent 39bf40d commit 4fa7103
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

***

## 3.20.0
Release date: February, 15th 2024

### Added
+ DAVAMS-682: Add support for MB WAY payment method
+ DAVAMS-683: Add support for Multibanco payment method
+ PLGOPNS-541: Add support for PHP 8 in OpenCart 3.0.3.9
+ DAVAMS-530: Add support for Template ID in the Payment Component
+ PLGOPNS-526: Add missing text string for "text_price_before_coupon"

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

### Removed
+ DAVAMS-710: Remove Santander Betaal per Maand
+ PLGOPNS-533: Remove authors from composer.json

***

## 3.19.0
Release date: September, 26th 2023

Expand Down
2 changes: 1 addition & 1 deletion src/system/library/multisafepay.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function __get($name) {
*
*/
public function getPluginVersion() {
$plugin_version = '3.19.0';
$plugin_version = '3.20.0';
return $plugin_version;
}

Expand Down

0 comments on commit 4fa7103

Please sign in to comment.