Skip to content

Commit

Permalink
Release of 3.19.0 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel-MultiSafepay committed Sep 26, 2023
1 parent f5f46fb commit bb2e342
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.19.0
Release date: September, 26th 2023

### Fixed
+ DAVAMS-670: Refactoring for better error handling

### Changed
+ DAVAMS-641: Improvements over the Payment Component

### Added
+ DAVAMS-662: Add Zinia payment method

***

## 3.18.1
Release date: June, 15th 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 @@ -48,7 +48,7 @@ public function __get($name) {
*
*/
public function getPluginVersion() {
$plugin_version = '3.18.1';
$plugin_version = '3.19.0';
return $plugin_version;
}

Expand Down

0 comments on commit bb2e342

Please sign in to comment.