Skip to content

Commit

Permalink
Release of 2.0.1 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel-MultiSafepay authored Sep 6, 2023
1 parent 1949d92 commit 0afb414
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 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.1
Release date: Sep, 6th 2023

### Fixed
+ PLGVIR4-50: Fix the method used to retrieve the forwarded IP address to ensure that it cannot return a boolean value.

***

## 2.0.0
Release date: Aug, 2nd 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.0';
public const MSP_VERSION = '2.0.1';
public array $tableFields;
private MultiSafepayLibrary $multisafepay_library;

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

0 comments on commit 0afb414

Please sign in to comment.