diff --git a/CHANGELOG.md b/CHANGELOG.md index 45693348b..3b7166cb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +v1.3.1 +------ + +* Fixes an issue that could prevent all payment options to show in PrestaShop 1.7 + v1.3.0 ------ diff --git a/alma/alma.php b/alma/alma.php index de6bc28b4..e61838fe2 100644 --- a/alma/alma.php +++ b/alma/alma.php @@ -32,7 +32,7 @@ class Alma extends PaymentModule { - const VERSION = '1.3.0'; + const VERSION = '1.3.1'; public $_path; public $local_path; @@ -41,7 +41,7 @@ public function __construct() { $this->name = 'alma'; $this->tab = 'payments_gateways'; - $this->version = '1.3.0'; + $this->version = '1.3.1'; $this->author = 'Alma'; $this->need_instance = false; $this->bootstrap = true;