This repository has been archived by the owner on Aug 13, 2020. It is now read-only.
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)