Skip to content

Commit

Permalink
Release of 3.15.0 (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel-MultiSafepay committed Sep 15, 2022
1 parent 64ef15b commit 228b7f1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

***

## 3.15.0
Release date: Sep, 15th 2022

### Added
+ DAVAMS-523: Add Amazon Pay payment method
+ PLGOPNS-486: Add Google Pay payment method
+ DAVAMS-483: Add MyBank payment method

### Changed
+ PLGOPNS-485: Update links to documentation
+ PLGOPNS-457: Admin section: change icon

***

## 3.14.0
Release date: Jun, 22nd 2022

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 @@ -48,7 +48,7 @@ public function __get($name) {
*
*/
public function getPluginVersion() {
$plugin_version = '3.14.0';
$plugin_version = '3.15.0';
return $plugin_version;
}

Expand Down

0 comments on commit 228b7f1

Please sign in to comment.