Skip to content

Commit

Permalink
Prepare release 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gdespirito committed Jul 6, 2021
1 parent 2c563e8 commit d44f5b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Todos los cambios notables a este proyecto serán documentados 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).

## [2.0.5] - 2021-07-06
### Fixed
- Se arregla _trailing comma_ al final de un método de Oneclick que provocaba problemas de compatibilidad con PHP 7.0 [(PR #216)](https://github.com/TransbankDevelopers/transbank-sdk-php/pull/216)

## [2.0.4] - 2021-07-01
### Added
- Se agrega validación al parámetro de los métodos `Webpay/WebpayPlus/Transaction::commit($token)` y `Webpay/WebpayPlus/MallTransaction::commit($token)` para evitar que lleguen token nulos, vacíos o distintos a string, en caso de no cumplir lanza la excepción `InvalidArgumentException`.
Expand Down

0 comments on commit d44f5b1

Please sign in to comment.