Skip to content

Commit

Permalink
Merge pull request #4 from sreekesefingent/prestashop_target_1_4_1
Browse files Browse the repository at this point in the history
Prestashop target 1 4 1
  • Loading branch information
jineshpv authored Apr 17, 2024
2 parents f994b8d + 7c0ec82 commit c9b03b7
Show file tree
Hide file tree
Showing 7 changed files with 340 additions and 124 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.4.1] - 2024-02-26
### Changed
- The module has been updated to API version 78.
- Replaced the obsolete php-http/message-factory package with the actively maintained psr/http-factory package.
- Added nyholm/psr7 package.

### Enhancements
- User will be notified, if there is a new plugin version available on Git Hub.

## [1.4.0] - 2023-08-02
### Changed
- Enhanced Compatibility: Compatible with PHP 8.1 & Prestashop 8.0.x (tested with v8.0.4).
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ Version v1.4.0
- Added the Checkout Interaction Model feature to the admin settings.
- The Hosted session payment method is no longer supported.

Version v1.4.1
- The module has been updated to API version 78.
- Replaced the obsolete php-http/message-factory package with the actively maintained psr/http-factory package.
- Added nyholm/psr7 package.
- User will be notified, if there is a new plugin version available on Git Hub.

## Feature Support

PrestaShop Mastercard Payment Gateway Service module supports the following list of features:
Expand Down
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "mastercard/mastercard",
"version": "1.4.0",
"version": "1.4.1",
"description": "Mastercard Payment Gateway Services module for Prestashop",
"type": "prestashop-module",
"require": {
"php-http/curl-client": "^2.3",
"php-http/client-common": "^2.6",
"guzzlehttp/psr7": "^2.6",
"php-http/logger-plugin": "^1.3"
"guzzlehttp/psr7": "^2.6.2",
"php-http/logger-plugin": "^1.3",
"psr/log":"^2.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^2.0",
"nyholm/psr7": "^1.8"
},
"license": "Apache-2.0",
"minimum-stability": "alpha",
Expand Down
Loading

0 comments on commit c9b03b7

Please sign in to comment.