From 60fc8dab171c632838b52d1f46a5414ec0158b0a Mon Sep 17 00:00:00 2001 From: Olivier Lance Date: Thu, 19 Sep 2019 21:00:30 +0200 Subject: [PATCH] Version bump --- CHANGELOG.md | 5 +++++ alma/alma.php | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ace7162c6..f4b8874f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +v1.2.5 +------ + +* Dependencies update (to include bug fix in Alma PHP Client) + v1.2.4 ------ diff --git a/alma/alma.php b/alma/alma.php index 7d2247186..d491cf19d 100644 --- a/alma/alma.php +++ b/alma/alma.php @@ -32,7 +32,7 @@ class Alma extends PaymentModule { - const VERSION = '1.2.4'; + const VERSION = '1.2.5'; public $_path; public $local_path; @@ -41,7 +41,7 @@ public function __construct() { $this->name = 'alma'; $this->tab = 'payments_gateways'; - $this->version = '1.2.4'; + $this->version = '1.2.5'; $this->author = 'Alma'; $this->need_instance = false; $this->bootstrap = true;