From ce7753ef2b36aee13dfb0e5ac717d68e6cb00e7e Mon Sep 17 00:00:00 2001 From: Benjamin-Freoua-Alma <89775252+Benjamin-Freoua-Alma@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:14:44 +0000 Subject: [PATCH] chore: update version --- CHANGELOG.md | 16 ++++++++++++++++ alma/alma.php | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eba1d829..721a97e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v4.6.0 - 2024-12-10 + +### Changes + +### 🚀 New Features + +- feat: Product analytics for plugin performance (#587) + +### 🐛 Bug Fixes + +- fix: Custom Description for payment button credit (#614) + +#### 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;