Skip to content

Commit

Permalink
Release of 3.22 (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel-MultiSafepay authored Dec 27, 2024
1 parent e948868 commit eb503ec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

***

## 3.22.0
Release date: December, 27th 2024

### Added
+ DAVAMS-805: Add BIZUM

### Removed
+ DAVAMS-838: Remove gender checkout field from iDEAL+in3

***

## 3.21.0
Release date: September, 3rd 2024

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

Expand Down

0 comments on commit eb503ec

Please sign in to comment.