From e22a3ad3cac8dc557e906fce570f013ebbd8408e Mon Sep 17 00:00:00 2001 From: Benjamin-Freoua-Alma <89775252+Benjamin-Freoua-Alma@users.noreply.github.com> Date: Tue, 10 Dec 2024 10:49:23 +0000 Subject: [PATCH] chore: update version --- CHANGELOG.md | 13 +++++++++++++ alma/alma.php | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eba1d829..8664567c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v4.6.0 - 2024-12-10 + +### Changes + +### 🚀 New Features + +- fix: Custom Description for payment button credit (#614) +- feat: Implement PHP client endpoints into Prestashop (#587) + +#### Contributors + +@Benjamin-Freoua-Alma, @alma-renovate-bot, @alma-renovate-bot[bot], @github-actions and @remi-zuffinetti + ## v4.5.0 - 2024-11-13 ### Changes diff --git a/alma/alma.php b/alma/alma.php index 5a5ff224..fbcbec84 100644 --- a/alma/alma.php +++ b/alma/alma.php @@ -30,7 +30,7 @@ class Alma extends PaymentModule { - const VERSION = '4.5.0'; + const VERSION = '4.6.0'; const PS_ACCOUNTS_VERSION_REQUIRED = '5.3.0'; public $_path; @@ -81,7 +81,7 @@ public function __construct() { $this->name = 'alma'; $this->tab = 'payments_gateways'; - $this->version = '4.5.0'; + $this->version = '4.6.0'; $this->author = 'Alma'; $this->need_instance = false; $this->bootstrap = true;