Skip to content

Commit

Permalink
Release of 3.10.3 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcivit authored May 26, 2021
1 parent de21d50 commit 0d4fac4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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.10.3
Release date: May, 26th 2021

### Fixed
+ PLGOPNS-407: Fix bug change order status when the order status selected is the one used to generate payment links in OC 2.3 versions

***

## 3.10.2
Release date: May, 19th 2021

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 @@ -58,7 +58,7 @@ public function __get($name) {
*
*/
public function getPluginVersion() {
$plugin_version = '3.10.2';
$plugin_version = '3.10.3';
return $plugin_version;
}

Expand Down

0 comments on commit 0d4fac4

Please sign in to comment.