Releases: contributte/thepay
v4.1.1
v4.1.0
v4.0.2
First release with contributte/thepay-api instead of abandoned trejjam/thepay-lib
.
v4.0.1
v4.0.1 RC0
This release adds support for Helper\Card::getCardInfo from the original library
v4.0.0-rc2
v4.0.0 RC1
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 ofDateTime
v4.0.0 RC0
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
3.4.0 RC1
- Update core library
- Update to PHP 7.1
- Add strict signatures