Releases: thephpleague/omnipay-common
Releases · thephpleague/omnipay-common
2.5.1
- Allow Symfony HttpFoundation 3.x
- Add new MasterCard "2" series BIN range support
- Improve test coverage
2.5.0
Incorporating outstanding PRs. This includes changed functionality about the use and detection of card brands.
2.4.1
Incorporated outstanding PRs, mostly minor/cosmetic/docblock changes.
2.4.0
Adds notification interfaces
v2.3.3
Added better documentation
2.3.2
Update composer to include all third party gateways, as well as those supported by the package directly.
v2.3.0
- Add Coinbase gateway
- Add BTC currency code
v2.2.0
- HHVM support
- Make gateway
purchase()
method optional
- Add missing Latin American currencies (@mariano)
- Add CreditCard::getNumberLastFour() method
- Add support for
issuer
and paymentMethod
parameters used by European gateways