Skip to content

Commit

Permalink
Release of 3.17.0 (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcivit authored Feb 23, 2023
1 parent bd02d34 commit be3508f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

***

## 3.17.0
Release date: Feb, 23rd 2023

### Added
+ DAVAMS-577: Add Pay After Delivery Installments payment method

***

## 3.16.0
Release date: Jan, 27th 2023

Expand Down
4 changes: 2 additions & 2 deletions src/system/library/multisafepay.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ public function __get($name) {
/**
* Returns the plugin version .
*
* @return strong $plugin_version
* @return string $plugin_version
*
*/
public function getPluginVersion() {
$plugin_version = '3.16.0';
$plugin_version = '3.17.0';
return $plugin_version;
}

Expand Down

0 comments on commit be3508f

Please sign in to comment.