- Update version of
nesbot/carbon
to match framework (#70)
- Laravel 5.8 support (d591dd9)
- Fix return type for
getSubscriptionById
on theWebhookController
(#66)
- Added support for PHP 7.3 (#62)
- 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)
- Various DocBlocks were fixed (#62)