diff --git a/changelog.md b/changelog.md index 679949c8..af45b045 100755 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/saferpayofficial.php b/saferpayofficial.php index 53fa19ab..2995eeae 100755 --- a/saferpayofficial.php +++ b/saferpayofficial.php @@ -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';