Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

v3.0.0

Compare
Choose a tag to compare
@driesvints driesvints released this 13 Dec 16:05
· 44 commits to 3.0 since this release
ceee8ff

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 the Invoice object has been renamed to hasAddOn (#62)
  • The $storagePath parameter was removed from the downloadInvoice method on the Billable trait (#62)
  • Various return types were added (#62)

Fixed

  • Various DocBlocks were fixed (#62)