From 709847adc4d543505fed12c9a4581c85b6480f39 Mon Sep 17 00:00:00 2001 From: Maks3w Date: Wed, 14 Dec 2016 12:38:03 +0100 Subject: [PATCH] Release v3.1.0 --- HISTORY.md | 4 ++++ aplazame/aplazame.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 9b2b65c..6e14174 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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. diff --git a/aplazame/aplazame.php b/aplazame/aplazame.php index 17b342f..22339b3 100644 --- a/aplazame/aplazame.php +++ b/aplazame/aplazame.php @@ -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');