Skip to content

Commit

Permalink
Merge pull request #118 from Invertus/SL/version-increase-1.1.3
Browse files Browse the repository at this point in the history
increase version to 1.1.3
  • Loading branch information
APabisz authored Jul 26, 2023
2 parents 47048f7 + 6a4dbb9 commit 109ad3f
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 @@ -121,3 +121,11 @@
## [1.1.2] - *

- BO : Fixed problems with install and tab display.

## [1.1.3] - *

- BO : Increased API version from 1.23 => 1.32
- BO : Fixed compatibility with Notification Container for SaferPay API version lower than 1.35.
- BO : ReturnSuccessUrl and ReturnFailUrl replaced by ReturnUrl container
- BO : NotificationUrl container replaced by SuccessNotificationUrl and FailNotificationUrl,
- BO : Display from BillingAddressForm and DeliveryAddressForm containers replaced by AddressSource
2 changes: 1 addition & 1 deletion saferpayofficial.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function __construct($name = null)
{
$this->name = 'saferpayofficial';
$this->author = 'Invertus';
$this->version = '1.1.2';
$this->version = '1.1.3';
$this->module_key = '3d3506c3e184a1fe63b936b82bda1bdf';
$this->displayName = 'SaferpayOfficial';
$this->description = 'Saferpay Payment module';
Expand Down

0 comments on commit 109ad3f

Please sign in to comment.