Skip to content

Commit

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

v1.2.3
------

* New attempt at overcoming float rounding issues on payment validation
* Improves onboarding UX: more guidance for the merchant, and less constraints on API keys requirements

v1.2.2
------

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

class Alma extends PaymentModule
{
const VERSION = '1.2.2';
const VERSION = '1.2.3';

public $_path;

public function __construct()
{
$this->name = 'alma';
$this->tab = 'payments_gateways';
$this->version = '1.2.2';
$this->version = '1.2.3';
$this->author = 'Alma';
$this->need_instance = false;
$this->bootstrap = true;
Expand Down

0 comments on commit 1a8081a

Please sign in to comment.