Skip to content

Commit

Permalink
Merge pull request #73 from mercadopago/release/4.17.0
Browse files Browse the repository at this point in the history
Release v4.17.0
  • Loading branch information
SalehKhalilMP authored Apr 2, 2024
2 parents b4ebbae + 859a97e commit b7f29d5
Show file tree
Hide file tree
Showing 55 changed files with 1,557 additions and 271 deletions.
File renamed without changes.
3 changes: 0 additions & 3 deletions .jshintrc

This file was deleted.

27 changes: 9 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.17.0] - 2024-04-01

### Added
- Visualization of installments with interest on the order confirmation screen for the buyer
- New payment method: PSE (Only Colombia)

### Changed
- Using `mp-plugins/php-sdk` to make payment calls to the Mercado Pago API

## [4.16.0] - 2024-05-02

### Changed
Expand All @@ -24,24 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added validation to ensure that PHP files are executed in the PrestaShop context
- Added .htaccess file in the root folder, to prevent someone from listing the files of the module, and direct execution of PHP file

## [4.14.0] - 2023-25-05

### Added
- Identification to payment-methods requests
- Secure Fields to card form

### Updated
- Dependencies versions

## [4.13.0] - 2023-09-01

### Changed
- Changed header authorization to use access token instead of public key

### Fixed
- Fixed decimal value when creating Pro checkout preference
- Updated copyright to 2023

## [4.12.0] - 2022-16-11

### Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
</a>
</p>

# Prestashop 1.6.x & 1.7.x - Mercado Pago Module (v4.16.0)
# Prestashop 1.7.x & 8.1.x - Mercado Pago Module (v4.17.0)

With the official module of Mercado Pago you will have an integration, hundreds of solutions and thousands of sales. Maximize your conversions and make your customers return to your store by increasing their confidence in the shopping experience.
With the official module of Mercado Pago you will have an integration, hundreds of solutions and thousands of sales. Maximize your conversions and make your customers return to your store by increasing their confidence in the shopping experience

## :warning: Attention / Atención / Atenção

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"require": {
"squizlabs/php_codesniffer": "3.5.6",
"friendsofphp/php-cs-fixer": "2.16.4",
"guzzlehttp/guzzle": "^7.4"
"guzzlehttp/guzzle": "^7.4",
"mp-plugins/php-sdk": "2.7.0"
},
"scripts": {
"phpcs": [
Expand Down
Loading

0 comments on commit b7f29d5

Please sign in to comment.