Skip to content

Commit

Permalink
Version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Goltsov committed Mar 11, 2022
1 parent e6875d2 commit 852cc1e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Binary file modified docs/plugin_configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.1';
$this->version = '2.3.0';
$this->author = 'Mastercard';
$this->ps_versions_compliancy = array('min' => '1.7', 'max' => _PS_VERSION_);

Expand Down

0 comments on commit 852cc1e

Please sign in to comment.