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

Latest commit

 

History

History
48 lines (29 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

48 lines (29 loc) · 2.3 KB

Release Notes

Fixed

Fixed

  • Update version of nesbot/carbon to match framework (#70)

Added

Changed

  • Convert or to ?? (#65)
  • Remove return types from WebhookController (#68)

Fixed

  • Fix return type for getSubscriptionById on the WebhookController (#66)

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)