Skip to content

Commit

Permalink
Merge pull request #4 from mercadopago/release/1.3.2
Browse files Browse the repository at this point in the history
v1.3.2
  • Loading branch information
dmsantosd authored Dec 5, 2024
2 parents d2666d7 + 246a05a commit df2ec90
Show file tree
Hide file tree
Showing 10 changed files with 1,517 additions and 1,023 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ESLint.yml

This file was deleted.

17 changes: 16 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
# Websec hook is MANDATORY, DO NOT comment it.
- repo: https://github.com/melisource/fury_websec-git-hooks
rev: v2.0.0
hooks:
- id: pre_commit_hook
stages: [pre-commit]
- id: post_commit_hook
stages: [post-commit]
- repo: https://github.com/melisource/fury_datasec-git-hooks
rev: 1.2.1
hooks:
- id: pre_commit_hook
stages: [ pre-commit ]
- id: post_commit_hook
stages: [ post-commit ]
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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).

## [1.3.2] - 2024-12-05
### Fixed
- Fixed financial cost exhibition on order resume

## [1.3.1] - 2023-08-07
### Fixed
- Added sponsor_id in payment request
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "mercadopago/adb-payment-23",
"description": "MercadoPago - Payment for Adobe Commerce",
"version": "1.3.2",
"require": {
"php": "~7.2.0||~7.3.0||~7.4.0",
"magento/framework": "102.0.*",
Expand Down
Loading

0 comments on commit df2ec90

Please sign in to comment.