From 64ec060eba47e3564ae385071f34cd67c3ed6753 Mon Sep 17 00:00:00 2001 From: Arkadiusz Pabisz Date: Tue, 22 Aug 2023 12:48:54 +0200 Subject: [PATCH] increase version to 1.1.5 --- changelog.md | 4 ++++ saferpayofficial.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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';