Skip to content

Commit

Permalink
Release of 3.16.0 (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcivit committed Jan 27, 2023
1 parent 39a9100 commit c849f15
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.15.1';
$plugin_version = '3.16.0';
return $plugin_version;
}

Expand Down

0 comments on commit c849f15

Please sign in to comment.