Releases: edson-nascimento/getnet-php
Releases · edson-nascimento/getnet-php
v3.1.0
What's Changed
- feat: adicionar tempo de expiração PIX by @edson-nascimento in #26
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed (Drop support PHP < 8.2)
- feat: atualizar projeto para PHP ^8.2 by @edson-nascimento in #19
Full Changelog: v2.1.1...v3.0.0
v2.1.1
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- Update Readme.md by @jeffersonsimaogoncalves in #8
- Fix round problems on setAmount() by @schmite in #10
- Feature/token card by @edson-nascimento in #12
- Criado método customRequest para realizar chamadas para qualquer endpoint da api que não esteja integrado nessa lib.
New Contributors
- @jeffersonsimaogoncalves made their first contribution in #8
- @schmite made their first contribution in #10
Full Changelog: v2.0.0...v2.1.0
v2.0.0
- Drop support php56
- Added phpunit
- Added github actions
- Run tests before merge
v1.1.0
- Added PIX payment method
- Do not send null fields in Boleto
- Optional our_number Boleto
- Added and validate phpstan (with php7)
- Standardization and formatting adjustments
Add support for DELETE methods
Fix: Add support for DELETE methods (#3) * Fix: Add support for DELETE methods * Bail early since we're not returning a JSON string
Fix: Appends Authorization Bearer Header for GET methods
v1.0.6 Fix: Appends Authorization Bearer Header for GET methods to avoid un-…
Fix Order Entity constant typo
v1.0.5 Fix Order Entity constant typo (#1)
Release v1.0.4
Add new properties to BaseResponse