v1.8.0
This release includes some bug fixes and package updates to make it compatible with Laravel 11.
[!WARNING] As of Laravel 11 the Doctrine DBAL package has been removed from Laravel. This currently breaks the Voyager Database Manager. We are working on a fix for this, but in the meantime, you can just use the Laravel Database migrations to manage your database instead. The Voyager database manager might get deprecated in the next release.
What's Changed
- Exclude older versions from tests by @bobbyiliev in https://github.com/thedevdojo/voyager/pull/5884
- Remove doctrine/dbal package for laravel 11 by @bobbyiliev in https://github.com/thedevdojo/voyager/pull/5885
- Disable database manager due to missing DBAL by @bobbyiliev in https://github.com/thedevdojo/voyager/pull/5886
- Update coverage php version by @bobbyiliev in https://github.com/thedevdojo/voyager/pull/5887
- Update throttle seconds by @bobbyiliev in https://github.com/thedevdojo/voyager/pull/5889
- Update Laravel tests version by @bobbyiliev in https://github.com/thedevdojo/voyager/pull/5890
- Change login test to not look for exact seconds by @bobbyiliev in https://github.com/thedevdojo/voyager/pull/5891
Full Changelog: https://github.com/thedevdojo/voyager/compare/v1.7...v1.8.0