Skip to content

Commit

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

v1.1.0
------

* Adds support for multiple installments plans (2-, 3- and 4-installment plans) on PrestaShop 1.7+
* Adds order_total as a template variable for displayPayment
* Various fixes to comply with PSR1/PSR2 and PrestaShop validator
* Preparation for marketplace validation & release


v1.0.1
------

Expand Down
4 changes: 2 additions & 2 deletions 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.0.2';
const VERSION = '1.1.0';

public $_path;

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

0 comments on commit 5c687b6

Please sign in to comment.