diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ecf71e..a3c2350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## [2.3.0] - 2022-03-11 +### Changed +- Text update and information section removal on the plugin Configuration page + ## [2.2.1] - 2022-01-04 ### Fixed diff --git a/composer.json b/composer.json index 133f13d..422803a 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,9 @@ { "name": "simplifycommerce", - "description": "Payments made easy - Start securely accepting card payments instantly.", - "homepage": "https://github.com/PrestaShop/simplifycommerce", - "license": "BSD 3-Clause license", - "version": "2.2.1", + "description": "Mastercard Payment Gateway Services - Simplify", + "homepage": "https://github.com/Mastercard-Gateway/simplify-prestashop-module", + "license": "Apache-2.0", + "version": "2.3.0", "authors": [ { "name": "Mastercard", diff --git a/docs/plugin_configuration.png b/docs/plugin_configuration.png index c19bf00..1a90411 100644 Binary files a/docs/plugin_configuration.png and b/docs/plugin_configuration.png differ diff --git a/simplifycommerce.php b/simplifycommerce.php index 09bfe7b..33d8384 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.1'; + $this->version = '2.3.0'; $this->author = 'Mastercard'; $this->ps_versions_compliancy = array('min' => '1.7', 'max' => _PS_VERSION_);