Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Freoua-Alma authored and github-actions[bot] committed Jul 10, 2024
1 parent 8d1bbb2 commit 2ad9c15
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v4.1.1 - 2024-07-10

### Changes

- fix: add insurance from cart page with multiple execution (#499)
- Release v4.1.0 (#493)

#### Contributors

@Benjamin-Freoua-Alma, @carine-bonnafous and @github-actions

## v4.1.0 - 2024-07-08

- feat: Link your store with PS Account
Expand Down
4 changes: 2 additions & 2 deletions alma/alma.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

class Alma extends PaymentModule
{
const VERSION = '4.1.0';
const VERSION = '4.1.1';

public $_path;
public $local_path;
Expand Down Expand Up @@ -83,7 +83,7 @@ public function __construct()
{
$this->name = 'alma';
$this->tab = 'payments_gateways';
$this->version = '4.1.0';
$this->version = '4.1.1';
$this->author = 'Alma';
$this->need_instance = false;
$this->bootstrap = true;
Expand Down

0 comments on commit 2ad9c15

Please sign in to comment.