Skip to content

Releases: sandervanhooft/laravel-invoicable

Release 1.4.0

08 Jun 12:48
70d5156
Compare
Choose a tag to compare
  • Dropped support for php < 7.4

  • Added support for php ^7.4 and ^8.0

  • Dropped support for Laravel < 7.0

  • Added support for Laravel ^8.0

  • Added Github action support in favour of Travis and Scrutinizer

Thanks @ciungulete !

Release 1.3.0

04 Dec 12:13
2e579c1
Compare
Choose a tag to compare

Release 1.2.0

25 Sep 12:06
581156b
Compare
Choose a tag to compare

Adds support for Laravel 6.
Drops support for Laravel versions prior to 5.8.

Release 1.1.0

25 Sep 11:14
Compare
Choose a tag to compare

Laravel-invoicable now supports Laravel version 6 - thanks to @janmaarten and his "first PR ever". Cheers!

Added convencience methods

27 Mar 19:37
Compare
Choose a tag to compare

Added

  • Convenience method Invoice::findByReference($reference)
  • Convenience method Invoice::findByReferenceOrFail($reference)
  • Convenience method $invoice->invoicable() for accessing related model

Package discovery support

26 Mar 11:24
Compare
Choose a tag to compare

1.0.7 - 2018-03-26

Added

  • Now automatically registers ServiceProvider with Laravel 5.5 and up. (See issue #5)

Fixed

  • Updated author E-mail and website addresses (.com instead of .nl)

Laravel and PHPunit version bumps

20 Mar 17:29
Compare
Choose a tag to compare

Fixed

  • Laravel and phpunit version bumps
  • Readme file now explains how you to (manually) apply discounts

Installation bug fix

11 Jul 12:56
Compare
Choose a tag to compare

Fixed an issue with the migrations when installing (#2). Also updated the readme file.