diff --git a/changelog.md b/changelog.md index 70c39188..76f8e6fc 100755 --- a/changelog.md +++ b/changelog.md @@ -133,3 +133,7 @@ ## [1.1.4] - * - BO : Fixed API version issue + +## [1.1.5] - * + +- BO : Fixed the redirect issue when payment was aborted. diff --git a/saferpayofficial.php b/saferpayofficial.php index 2b5791ed..8cbea8b7 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.4'; + $this->version = '1.1.5'; $this->module_key = '3d3506c3e184a1fe63b936b82bda1bdf'; $this->displayName = 'SaferpayOfficial'; $this->description = 'Saferpay Payment module';