diff --git a/CHANGELOG.md b/CHANGELOG.md index ceae36a..058243f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/system/library/multisafepay.php b/src/system/library/multisafepay.php index 6f03fbd..4a34bbe 100644 --- a/src/system/library/multisafepay.php +++ b/src/system/library/multisafepay.php @@ -48,7 +48,7 @@ public function __get($name) { * */ public function getPluginVersion() { - $plugin_version = '3.18.1'; + $plugin_version = '3.19.0'; return $plugin_version; }