Skip to content

Releases: mmanos/laravel-billing

Version 1.1.9

11 Nov 20:56
aa7baf7
Compare
Choose a tag to compare

Added catching exception when deleting customer in billing gateway.

Version 1.1.8

28 Jun 03:34
Compare
Choose a tag to compare

Added ability to pass parameters to invoice gateway when getting invoices.
Added checking deleted property exists for customer in stripe gateway.

Version 1.1.7

05 Jul 15:59
Compare
Choose a tag to compare

Fixed bug with local driver and setting a customer discount coupon.

Version 1.1.6

25 Apr 14:18
Compare
Choose a tag to compare
Merge pull request #15 from AndreasHeiberg/patch-2

FatalErrorException for wrong billing_ids.

Version 1.1.5

20 Feb 14:04
Compare
Choose a tag to compare
Merge pull request #8 from karlshea/master

Fix Billing facade/class conflict in Mmanos\Billing\CustomerBillableTrait\Charges

Version 1.1.4

25 Jan 01:51
Compare
Choose a tag to compare
Merge pull request #6 from dmyers/patch-1

Changed next failed payment attempt key in stripe web hook.

Version 1.1.3

24 Jan 14:23
Compare
Choose a tag to compare

Added next payment attempt to stripe webhook controller.

Version 1.1.2

22 Dec 03:40
Compare
Choose a tag to compare

More subscription-deleted bug fixes.

Version 1.1.1

22 Dec 03:28
Compare
Choose a tag to compare

Fixed bug with subscription-deleted webhook events.

Version 1.1.0

14 Dec 14:09
Compare
Choose a tag to compare
  • Added support for free subscription plans.
  • Added a local gateway driver for non-production use.
  • Improved support for trials not requiring a card up-front.
  • Fixed some php 5.4 empty() bugs.