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

Releases: laravel/cashier-braintree

v3.1.2

16 Apr 16:40
12f0342
Compare
Choose a tag to compare

Fixed

v3.1.1

12 Mar 15:47
597f1c3
Compare
Choose a tag to compare

Fixed

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

v3.1.0

12 Feb 13:58
e8dd927
Compare
Choose a tag to compare

Added

v3.0.1

04 Feb 10:36
7c49090
Compare
Choose a tag to compare

Changed

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

Fixed

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

v3.0.0

13 Dec 16:05
ceee8ff
Compare
Choose a tag to compare

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)