Skip to content

Commit

Permalink
Release of 5.4.0 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcivit authored Mar 18, 2022
1 parent 42ba9b9 commit 8b80d6b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

***

## 5.4.0
Release date: Mar 17th, 2022

### Added
+ PRES-313: Add System Report section in settings page

### Fixed
+ PRES-310: Prevent cancel order via cancel_url if order have current status is not initialized or backorder unpaid


***

## 5.3.0
Expand Down
2 changes: 1 addition & 1 deletion multisafepayofficial.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function __construct()
{
$this->name = 'multisafepayofficial';
$this->tab = 'payments_gateways';
$this->version = '5.3.0';
$this->version = '5.4.0';
$this->author = 'MultiSafepay';
$this->need_instance = 0;
$this->bootstrap = true;
Expand Down

0 comments on commit 8b80d6b

Please sign in to comment.