Skip to content

Commit

Permalink
Merge pull request #50 from TransbankDevelopers/chore/prepare-release…
Browse files Browse the repository at this point in the history
…-1.4.2

Prepare release 1.4.2
  • Loading branch information
goncafa authored Oct 31, 2018
2 parents b59ebe9 + b420706 commit db805aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Todos los cambios notables a este proyecto serán docuemntados en este archivo.
El formato está basado en [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
y este proyecto adhiere a [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.4.2] - 2018-10-31
### Added
- Soporte PHP 7+ para Webpay.
### Fixed
- Se estaba usando buy order como monto y monto como buy order en webpay mall normal.

## [1.4.1] - 2018-10-27
### Fixed
- Se corrige carga de extensiones en Onepay, no requiere tener extensiones que usa
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ automaticamente, pero si usas el SDK de manera directa requerirás también:
Para usar el SDK en tu proyecto puedes usar Composer, añadiendo el SDK como dependencia a tu proyecto:
```json
"require": {
"transbank/transbank-sdk": "1.4.1"
"transbank/transbank-sdk": "1.4.2"
}
```

Expand Down

0 comments on commit db805aa

Please sign in to comment.