Skip to content

Commit

Permalink
Merge pull request #66 from TransbankDevelopers/prepare-release-2.2.0
Browse files Browse the repository at this point in the history
Prepare release 2.2.0
  • Loading branch information
ffiebig authored Apr 8, 2019
2 parents 9870f5a + 17800fa commit 13b5f2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.2.0] - 2019-04-04

### Added

- 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>http://www.transbankdevelopers.cl/library/img/favicon/mstile-310x310.png</PackageIconUrl>
<VersionPrefix>2.1.1</VersionPrefix>
<VersionPrefix>2.2.1</VersionPrefix>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<Product>TransbankSDK</Product>
<Copyright>2018 - Transbank</Copyright>
Expand Down

0 comments on commit 13b5f2a

Please sign in to comment.