Skip to content

Commit

Permalink
Release of 2.0.2 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel-MultiSafepay authored May 14, 2024
1 parent 61a35c4 commit 14925bf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
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

***

## 2.0.2
Release date: May, 14th 2024

### Fixed
+ PLGVIR4-53: Fix the "multisafepay_transaction_id" field to support larger values for the new PSP ID standard

***

## 2.0.1
Release date: Sep, 6th 2023

Expand Down
2 changes: 1 addition & 1 deletion plg_vmpayment_multisafepay/multisafepay.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

class plgVmPaymentMultisafepay extends vmPSPlugin
{
public const MSP_VERSION = '2.0.1';
public const MSP_VERSION = '2.0.2';
public array $tableFields;
private MultiSafepayLibrary $multisafepay_library;

Expand Down
4 changes: 2 additions & 2 deletions plg_vmpayment_multisafepay/multisafepay.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<author>MultiSafepay</author>
<authorUrl>https://www.multisafepay.com</authorUrl>
<authorEmail><![CDATA[[email protected]]]></authorEmail>
<copyright>Copyright (C) 2023 MultiSafepay</copyright>
<copyright>Copyright (C) 2024 MultiSafepay</copyright>
<license>https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL</license>
<version>2.0.1</version>
<version>2.0.2</version>
<description><![CDATA[MultiSafepay payment plugin for Virtuemart 4]]></description>
<files>
<filename plugin="multisafepay">multisafepay.php</filename>
Expand Down

0 comments on commit 14925bf

Please sign in to comment.