diff --git a/CHANGELOG.md b/CHANGELOG.md index 11f3784..3ecf71e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index ac956fc..133f13d 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/simplifycommerce.php b/simplifycommerce.php index 6c71e00..8811818 100644 --- a/simplifycommerce.php +++ b/simplifycommerce.php @@ -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_);