Releases: zonneplan/laravel-module-loader
v5.0.0
v4.0.0
3.0.0
Version 3 is here!
We made a few changes to be ready for the future. This includes dropping support for older PHP versions and old Laravel versions.
Since we love the changes PHP8 have brought us we decided to drop support for any versions older than Laravel 9.
If you still want to use the package with Laravel 8 or are unable to upgrade to PHP 8 or newer, feel free to continue using 2.x.
Changes:
- Add support for Laravel 9
Breaking changes:
- Legacy factory loading is disable by default and must be enabled for each module that wants to use it.
Addprotected bool $enableLegacyFactoryLoading = true;
to your module to continue attempting to load legacy factories. - Drop support for Laravel 8
2.0.2
2.0.1
The previous release included a small bug. This fixes that.
Below you will find the release log for 2.0.0:
We made a few changes to be ready for the future. This includes dropping support for old PHP versions and old Laravel versions.
Since we love the changes PHP 7.4 have brought us (typed properties) we decided to drop support a bit further than Laravel 8 already forces you to.
If you are currently unable to use PHP 7.4 or newer, please make use of the 1.x version.
Changes:
- Add support for PHP 8
- Make use of some PHP 7.4 features
Breaking changes:
- Factory loading is no longer possible due to Laravel 8's new model factories
- Drop support for Laravel 6 & 7
- Drop support for PHP 7.2 & 7.3