diff --git a/CHANGELOG.md b/CHANGELOG.md index 5110782..6dfe3b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 *** +## 3.16.0 +Release date: Jan, 27th 2023 + +### Removed ++ DAVAMS-567: Remove Google Analytics tracking ID in the order request and the setting field related. + +### Changed ++ DAVAMS-587: Rebrand logo of Pay After Delivery. ++ DAVAMS-539: Rebrand Afterpay - Riverty. + +*** + ## 3.15.1 Release date: Oct, 26th 2022 diff --git a/src/system/library/multisafepay.php b/src/system/library/multisafepay.php index c9e763c..96c28ee 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.15.1'; + $plugin_version = '3.16.0'; return $plugin_version; }