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;