Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Freoua-Alma committed Nov 9, 2022
1 parent 2d19a24 commit fe7c759
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions alma/alma.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

class Alma extends PaymentModule
{
const VERSION = '2.7.2';
const VERSION = '2.8.0';

public $_path;
public $local_path;
Expand All @@ -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;
Expand Down

0 comments on commit fe7c759

Please sign in to comment.