Releases: contributte/gopay-inline
Releases · contributte/gopay-inline
v2.1.0
Bumped! 🇸🇧
Diff: v2.0.3...v2.1.0
Changes:
- Allow version 4 of moneyphp/money dependency [020b9e0] (@jakubsedlarik)
- Added endpoint for cancelling recurrent payments [5bc94ae] (@kotmic)
- Tests: fixup (#97) [71e3a1b] (@kotmic)
- Repo: modernize [e87e1e7] (@f3l1x)
- Composer: update deps & simplify [ef5080e] (@f3l1x)
- Code: polished [16659c5] (@f3l1x)
- Composer: require nette/di 3.0+ [b26ef83] (@f3l1x)
Maintenance:
- Readme++ [1df2575] (@f3l1x)
- Tests: fix cases [2dde177] (@f3l1x)
- Phpstan: modernize [fee1d14] (@f3l1x)
- CI: new workflows [b8172a1] (@f3l1x)
- Codestyle: improvements (#86) [6eb466e] (@petrparolek)
- Composer: homepage typo [a1d6a95] (@f3l1x)
- Drop github funding [b0f4035] (@f3l1x)
- Readme: badges [3c75675] (@f3l1x)
- Makefile++ [26306bd] (@f3l1x)
- fixed GitHub Actions [8650219] (@petrparolek)
- update composer to v2 in CI [269b0fc] (@petrparolek)
- upgrade PHPStan [8125db7] (@petrparolek)
- Added PHP 8.1 to Github Actions (#90) [ba87b73] (@jakubsedlarik)
- Readme: typo [#91] [76eb75d] (@f3l1x)
v2.0.3
v2.0.2
DIFF
CHANGES
- Fix: item.amount must by "Total price of items in cents" (#83) thx @bohacf
- polished readme and docs (#84) thx @petrparolek
v2.0.1
v2.0.0
DIFF
CHANGES
- Added Apple Pay to payment instruments (#77) thx @Trsak
- Support PHP 7.2 and higher
- Support Nette 2.4 and 3.0
- Money objects are used (BC break)
- Config parameters
goId
,clientId
andclientSecret
are strings (BC break) - Added type hints, strict_types
Migrating to v2
- Parameters
goId
,clientId
andclientSecret
inGopayInline\Config
are strings. You may need to change yourconfig.neon
file. Payment
works withMoney
object in'amount'
field, does not accept'currency'
anymore
v1.3.1
v1.3.0
DIFF
CHANGES
- Fix SK VUB Bank swift code (#65) thx @pepa-linha
- Added OTHERS to swift codes (#66) thx @pepa-linha
- Fix required and optional properties (#69) - change on Gopay side, thx @pepa-linha
- EET: implement urceno_cerp_zuct and cerp_zuct attributes (#70) thx @residit
v1.2.2
v1.2.1
v1.2
DIFF
CHANGES
- Namespace changed from
Markette
toContributte
(BC break) - Support for Nette 3
- Preauthorized payments can be created and captured
- Added GooglePay payment instrument
- Updated swift codes