Skip to content

Commit

Permalink
increase version to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
APabisz committed Aug 22, 2023
1 parent a203e24 commit 64ec060
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 64ec060

Please sign in to comment.