Skip to content

Commit

Permalink
Merge pull request #123 from Invertus/SL-155A/version-increase-1.1.5
Browse files Browse the repository at this point in the history
SL-155/version-increase-to-1.1.5
  • Loading branch information
APabisz authored Aug 22, 2023
2 parents a203e24 + 64ec060 commit c93cb44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,7 @@
## [1.1.4] - *

- BO : Fixed API version issue

## [1.1.5] - *

- BO : Fixed the redirect issue when payment was aborted.
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.4';
$this->version = '1.1.5';
$this->module_key = '3d3506c3e184a1fe63b936b82bda1bdf';
$this->displayName = 'SaferpayOfficial';
$this->description = 'Saferpay Payment module';
Expand Down

0 comments on commit c93cb44

Please sign in to comment.