Releases: sandervanhooft/laravel-invoicable
Releases · sandervanhooft/laravel-invoicable
Release 1.4.0
-
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
- Added support for Laravel 7 and 8 - thanks @timwassenburg !
Release 1.2.0
Adds support for Laravel 6.
Drops support for Laravel versions prior to 5.8.
Release 1.1.0
Laravel-invoicable now supports Laravel version 6 - thanks to @janmaarten and his "first PR ever". Cheers!
Added convencience methods
Added
- Convenience method Invoice::findByReference($reference)
- Convenience method Invoice::findByReferenceOrFail($reference)
- Convenience method $invoice->invoicable() for accessing related model
Package discovery support
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
Fixed
- Laravel and phpunit version bumps
- Readme file now explains how you to (manually) apply discounts
Installation bug fix
Fixed an issue with the migrations when installing (#2). Also updated the readme file.