v11.1.1 - 2024-06-04
- Format the first letter of
drivers
to lowercase by @maru0914 in laravel/laravel#6413
v11.1.0 - 2024-05-28
- [11.x] Removes
--dev
dependencies by @nunomaduro in laravel/laravel#6406
v11.0.9 - 2024-05-16
- Updated SMTP mail config to use a valid EHLO domain by @rcerljenko in laravel/laravel#6402
v11.0.8 - 2024-05-13
- Add .phpactor.json to .gitignore by @princejohnsantillan in laravel/laravel#6400
v11.0.7 - 2024-05-03
- Remove obsolete driver option by @u01jmg3 in laravel/laravel#6395
v11.0.6 - 2024-04-09
- Fix PHPUnit constraint by @szepeviktor in laravel/laravel#6389
- [11.x] Add missing roundrobin transport driver config by @u01jmg3 in laravel/laravel#6392
v11.0.5 - 2024-03-26
- [11.x] Use PHPUnit v11 by @philbates35 in laravel/laravel#6385
v11.0.4 - 2024-03-15
- [11.x] Removed useless null parameter for env helper (cache.php) by @siarheipashkevich in laravel/laravel#6374
- [11.x] Removed useless null parameter for env helper (queue.php) by @siarheipashkevich in laravel/laravel#6373
- [11.x] Fix retry_after to be an integer by @driesvints in laravel/laravel#6377
- [11.x] Fix on hover animation and ring by @michaelnabil230 in laravel/laravel#6376
v11.0.3 - 2024-03-14
- [11.x] Revert collation change by @driesvints in laravel/laravel#6372
v11.0.2 - 2024-03-13
- [11.x] Remove branch alias from composer.json by @zepfietje in laravel/laravel#6366
- [11.x] Fixes typo in welcome page by @jrd-lewis in laravel/laravel#6363
- change mariadb default by @taylorotwell in https://github.com/laravel/laravel/commit/79969c99c6456a6d6edfbe78d241575fe1f65594
v11.0.1 - 2024-03-12
- [11.x] Fixes SQLite driver missing by @nunomaduro in laravel/laravel#6361
Laravel 11 includes a variety of changes to the application skeleton. Please consult the diff to see what's new.