Releases: thephpleague/omnipay-common
Releases · thephpleague/omnipay-common
v3.0-RC2
v3.0-RC1
Remove Money public access
Adds setAmountInteger instead of the Money object. getMoney() is used to private, gateways should use the getAmount or getAmountInteger instead. This is a BC break between the v3-betas, but same as v2.
Beta 2
Uses our own Exceptions instead of the PSR package (with unknown timeline)
Beta release
Should be a public API freeze hopefully :)
v3.0-alpha.4
Implement PSR-18 Exceptions
v3.0-alpha.3
- Remove ResponseParser
- Renamed/removed methods for the Client, just use
$client->request('GET', '/path', ...)
- Added ClientInterface
Second alpha
v3.0-alpha.2 Update composer, bump versions and PHP7.1+
Alpha release for Omnipay v3
v3.0-alpha.1 Add scrutinizer config
2.5.2: Merge pull request #127 from nickyr/patch-3
Fix return types on card date functions