Skip to content

Releases: contributte/thepay

v4.1.1

13 Jan 09:22
Compare
Choose a tag to compare

a9dc5d4 Support Nette/Schema

v4.1.0

20 Mar 14:36
cfa83d1
Compare
Choose a tag to compare

cd6c8ee Intorduce IDivMerchant factory
03e2768 Compatibility with Nette\DI 3.0

v4.0.2

26 Aug 08:55
fb5962f
Compare
Choose a tag to compare

First release with contributte/thepay-api instead of abandoned trejjam/thepay-lib.

v4.0.1

25 Aug 09:17
01d6c69
Compare
Choose a tag to compare

This release uses the thepay-lib branch master (with proper releases) starting from release 4.0.0.

v4.0.1 RC0

21 Mar 14:56
Compare
Choose a tag to compare
v4.0.1 RC0 Pre-release
Pre-release

This release adds support for Helper\Card::getCardInfo from the original library

v4.0.0-rc2

30 Dec 18:17
Compare
Choose a tag to compare
v4.0.0-rc2 Pre-release
Pre-release

Bumped! 🕞

Diff: v4.0.0-rc1...v4.0.0-rc2

Changes:

v4.0.0 RC1

13 Feb 14:43
Compare
Choose a tag to compare
v4.0.0 RC1 Pre-release
Pre-release

This release use patched core library.
Core library was migrated to PHP 7.1 with forced types and it is no longer only namespaced official library. It could be BC break. But changes in official library will be ported into that core library.
Core library was also migrated from DateTime to DateTimeImmutable, it is also BC break.

Library returns (and requires):

  • TRUE/FALSE from bool property which in previous version returns '1'/'0'.
  • float number instead of (string)number_format($number, 2, '.', '')
  • int number instead of (string)$number
  • DateTimeImmutable instead of DateTime

v4.0.0 RC0

05 Feb 14:46
Compare
Choose a tag to compare
v4.0.0 RC0 Pre-release
Pre-release

This release use patched core library.
Core library was migrated to PHP 7.1 with forced types and it is no longer only namespaced official library. It could be BC break. But changes in official library will be ported into that core library.

Library return:

  • TRUE/FALSE from bool property which in previous version returns '1'/'0'.
  • float number instead of (string)number_format($number, 2, '.', '')
  • int number instead of (string)$number

v3.4.0

28 Jan 10:57
Compare
Choose a tag to compare

This release contains

  • Update core library
  • Update to PHP 7.1
  • Add strict signatures

3.4.0 RC1

29 Oct 12:02
Compare
Choose a tag to compare
3.4.0 RC1 Pre-release
Pre-release
  • Update core library
  • Update to PHP 7.1
  • Add strict signatures