Skip to content

Commit

Permalink
Release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Dec 14, 2016
1 parent fae1d44 commit 709847a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Change Log

#### [v3.1.0](https://github.com/aplazame/prestashop/tree/v3.1.0) (2016-12-14)

* Merchant API

#### [v3.0.3](https://github.com/aplazame/prestashop/tree/v3.0.3) (2016-11-30)

* Added more changes related with PrestaShop module validator.
Expand Down
2 changes: 1 addition & 1 deletion aplazame/aplazame.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function __construct()
{
$this->name = 'aplazame';
$this->tab = 'payments_gateways';
$this->version = '3.0.3';
$this->version = '3.1.0';
$this->author = 'Aplazame';
$this->author_uri = 'https://aplazame.com';
$this->limited_countries = array('ES');
Expand Down

0 comments on commit 709847a

Please sign in to comment.