Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
olance committed Apr 17, 2020
1 parent ac2bfc8 commit 43caad5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

v1.3.0
------

* Compatibility with the Advance EU Compliance module (PrestaShop 1.6)
* Round prices using PrestaShop's internal method, to comply with merchant's configured preferences
* Include cart contents & shipping information in payment data to improve customer UX & fraud detection

v1.2.7
------

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.7';
const VERSION = '1.3.0';

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.7';
$this->version = '1.3.0';
$this->author = 'Alma';
$this->need_instance = false;
$this->bootstrap = true;
Expand Down

0 comments on commit 43caad5

Please sign in to comment.