This repository was 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
hasAddonon theInvoiceobject has been renamed tohasAddOn(#62) - The
$storagePathparameter was removed from thedownloadInvoicemethod on theBillabletrait (#62) - Various return types were added (#62)
Fixed
- Various DocBlocks were fixed (#62)