diff --git a/CHANGELOG.md b/CHANGELOG.md index a270098b..50b6904a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## v4.1.2 - 2024-07-16 + +### Changes + +### 🐛 Bug Fixes + +- fix: Avoid change quantity with module pscartdropdown for insurance (#510) +- fix: Issue PS Account with PS 8.1.7 (#506) +- fix: Issue quantity insurance if we change quantity in cart (#508) +- fix: Issue insurance for product not eligible created after import (#509) + +#### Contributors + +@Benjamin-Freoua-Alma, @carine-bonnafous and @github-actions + ## v4.1.1 - 2024-07-10 ### Changes diff --git a/alma/alma.php b/alma/alma.php index d99bfa66..2a5a1eea 100644 --- a/alma/alma.php +++ b/alma/alma.php @@ -33,7 +33,7 @@ class Alma extends PaymentModule { - const VERSION = '4.1.1'; + const VERSION = '4.1.2'; public $_path; public $local_path; @@ -83,7 +83,7 @@ public function __construct() { $this->name = 'alma'; $this->tab = 'payments_gateways'; - $this->version = '4.1.1'; + $this->version = '4.1.2'; $this->author = 'Alma'; $this->need_instance = false; $this->bootstrap = true;