Skip to content

Releases: contributte/gopay-inline

v2.1.0

13 Sep 14:11
b26ef83
Compare
Choose a tag to compare

Bumped! 🇸🇧

Diff: v2.0.3...v2.1.0

Changes:

Maintenance:

v2.0.3

06 May 19:20
87a32c0
Compare
Choose a tag to compare

DIFF

v2.0.2...v2.0.3

CHANGES

v2.0.2

18 Apr 06:03
74c5166
Compare
Choose a tag to compare

DIFF

v2.0.1...v2.0.2

CHANGES

v2.0.1

08 Feb 20:28
81d931b
Compare
Choose a tag to compare

DIFF

v2.0.0...v2.0.1

CHANGES

v2.0.0

30 Dec 12:43
Compare
Choose a tag to compare

DIFF

v1.3.1...v2.0.0

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 and clientSecret are strings (BC break)
  • Added type hints, strict_types

Migrating to v2

  • Parameters goId, clientId and clientSecret in GopayInline\Config are strings. You may need to change your config.neon file.
  • Payment works with Money object in 'amount' field, does not accept 'currency' anymore

v1.3.1

16 Oct 18:48
ce828ec
Compare
Choose a tag to compare

DIFF

v1.3.0...v1.3.1

CHANGES

  • Fix compatibility of RecurrentPaymentFactory (#76)
  • update docs (#73) thx @JanHrivnak

v1.3.0

06 Sep 19:31
35546ae
Compare
Choose a tag to compare

DIFF

v1.2.2...v1.3.0

CHANGES

v1.2.2

05 Jan 10:25
63adfda
Compare
Choose a tag to compare

DIFF

v1.2.1...v1.2.2

CHANGES

  • travis: update PHP 7.4 build config (#60)
  • Contributte style (#61)

v1.2.1

07 Oct 18:46
1042814
Compare
Choose a tag to compare

DIFF

v1.2...v1.2.1

CHANGES

  • Revert "README: Fix class name in sample extension. (#55)" (#57)
  • PaymentFactory - validator cena jednotlivých položek (#58, #41)

v1.2

12 Sep 11:17
Compare
Choose a tag to compare

DIFF

v1.1.3...v1.2

CHANGES

  • Namespace changed from Markette to Contributte (BC break)
  • Support for Nette 3
  • Preauthorized payments can be created and captured
  • Added GooglePay payment instrument
  • Updated swift codes