This repository has been archived by the owner on Aug 13, 2020. It is now read-only.
Releases: laravel/cashier-braintree
Releases · laravel/cashier-braintree
v3.1.2
v3.1.1
v3.1.0
v3.0.1
v3.0.0
Added
- Added support for PHP 7.3 (#62)
Changed
- Minimum PHP version is now 7.1.3 (#62)
- Minimum Laravel version is now 5.7 (#62)
- The
hasAddon
on theInvoice
object has been renamed tohasAddOn
(#62) - The
$storagePath
parameter was removed from thedownloadInvoice
method on theBillable
trait (#62) - Various return types were added (#62)
Fixed
- Various DocBlocks were fixed (#62)