Skip to content

Commit

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

v1.2.0
------

* Adds refund capability with either PrestaShop's refund feature & order state change to "refund" state (configurable)
* Applies security suggestions from PrestaShop's security audit
* Updates dependencies (alma-php-client)
* Changes default values for some configurable messages

v1.1.1
------

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

public $_path;

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

0 comments on commit 504eb45

Please sign in to comment.