Skip to content

Commit

Permalink
Version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
riversy committed Jan 4, 2022
1 parent 99bd0c0 commit 6f7c708
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.


## [2.2.1] - 2022-01-04
### Fixed
- The installation process is always indicated failure the first time while the module is installed
- Tokenization option is visible for Guest on Storefront
- Payments fail if the 3DSecure authorization is required


## [2.2.0] - 2021-10-19
### Changed
- Branding Update
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Payments made easy - Start securely accepting card payments instantly.",
"homepage": "https://github.com/PrestaShop/simplifycommerce",
"license": "BSD 3-Clause license",
"version": "2.2.0",
"version": "2.2.1",
"authors": [
{
"name": "Mastercard",
Expand Down
2 changes: 1 addition & 1 deletion simplifycommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function __construct()
{
$this->name = 'simplifycommerce';
$this->tab = 'payments_gateways';
$this->version = '2.2.0';
$this->version = '2.2.1';
$this->author = 'Mastercard';
$this->ps_versions_compliancy = array('min' => '1.7', 'max' => _PS_VERSION_);

Expand Down

0 comments on commit 6f7c708

Please sign in to comment.