Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
olance committed Sep 19, 2019
1 parent b9a3d78 commit 60fc8da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

v1.2.5
------

* Dependencies update (to include bug fix in Alma PHP Client)

v1.2.4
------

Expand Down
4 changes: 2 additions & 2 deletions alma/alma.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

class Alma extends PaymentModule
{
const VERSION = '1.2.4';
const VERSION = '1.2.5';

public $_path;
public $local_path;
Expand All @@ -41,7 +41,7 @@ public function __construct()
{
$this->name = 'alma';
$this->tab = 'payments_gateways';
$this->version = '1.2.4';
$this->version = '1.2.5';
$this->author = 'Alma';
$this->need_instance = false;
$this->bootstrap = true;
Expand Down

0 comments on commit 60fc8da

Please sign in to comment.