Skip to content

Commit

Permalink
Merge pull request #128 from TransbankDevelopers/chore/prepare-releas…
Browse files Browse the repository at this point in the history
…e-2.6.0

Prepare release 2.6.0
  • Loading branch information
afiebig authored Dec 17, 2020
2 parents d3227ef + 8ee1a7c commit 891af3f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 12 deletions.
31 changes: 20 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,43 @@ 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.6.0] - 2020-12-17

### Added

- Se Agrega soporte para Oneclick Mall Diferido

### Changed

- Se mantiene la retro compatibilidad, pero todas las clases Oneclick "Normal" tienen su reemplazo "Mall" y las clases "Normal" se marcaron como deprecadas.

## [2.5.1] - 2020-11-09

### Fixed

- Se agregan headers faltantes para Webpay Plus Diferido

## [2.5.0] - 2020-10-20

### Added

- Se agrega soporte para:
- Webpay Plus Rest
- modalidad normal
- modalidad captura diferida
- modalidad mall
- modalidad mall captura diferida
- Patpass by Webpay Rest
- Patpass Comercio Rest
- Transacción completa Rest
- modalidad mall
- Webpay Plus Rest
- modalidad normal
- modalidad captura diferida
- modalidad mall
- modalidad mall captura diferida
- Patpass by Webpay Rest
- Patpass Comercio Rest
- Transacción completa Rest
- modalidad mall

## [2.4.0] - 2019-12-26

### Added

- Se agrega soporte para Oneclick Mall y Transacción Completa en sus versiones REST.


## [2.3.0] - 2019-11-12

### Added
Expand All @@ -53,7 +63,6 @@ y este proyecto adhiere a [Semantic Versioning](http://semver.org/spec/v2.0.0.ht

- Se agregaron los parámetros `qr_width_height` y `commerce_logo_url` a Options, para especificar el tamaño del QR generado para la transacción, y especificar la ubicación del logo de comercio para ser mostrado en la aplicación móvil de Onepay. Puedes configurar estos parámetros globalmente o por transacción.


## [2.1.0] - 2019-02-25

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Transbank/Transbank.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<NeutralLanguage>en-US</NeutralLanguage>
<PackageTags>payments, cl, chile, transbank</PackageTags>
<PackageIconUrl>https://www.transbankdevelopers.cl/favicon.ico</PackageIconUrl>
<VersionPrefix>2.5.2</VersionPrefix>
<VersionPrefix>2.6.1</VersionPrefix>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<Product>TransbankSDK</Product>
<Copyright>2020 - Transbank</Copyright>
Expand Down

0 comments on commit 891af3f

Please sign in to comment.