diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b2db5b45..31f8f20ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v2.8.0 + +- New Alma branding 2022 +- Add logo D+45 + ## v2.7.2 - Fix widget style in classic theme Prestashop 1.7 diff --git a/alma/alma.php b/alma/alma.php index 095262b00..feb81dde4 100644 --- a/alma/alma.php +++ b/alma/alma.php @@ -35,7 +35,7 @@ class Alma extends PaymentModule { - const VERSION = '2.7.2'; + const VERSION = '2.8.0'; public $_path; public $local_path; @@ -50,7 +50,7 @@ public function __construct() { $this->name = 'alma'; $this->tab = 'payments_gateways'; - $this->version = '2.7.2'; + $this->version = '2.8.0'; $this->author = 'Alma'; $this->need_instance = false; $this->bootstrap = true;