v11.3.2 - 2024-10-21
- Fixes pail timing out after an hour by @nunomaduro in laravel#6473
v11.3.1 - 2024-10-15
Full Changelog: https://github.com/laravel/laravel/compare/v11.3.0...v11.3.1
v11.3.0 - 2024-10-14
- Add Tailwind, "composer run dev" by @taylorotwell in laravel#6463
v11.2.1 - 2024-10-08
- [11.x] Collision Version Upgrade by @amdad121 in laravel#6454
- [11.x] factory-generics-in-user-model by @MrPunyapal in laravel#6453
- Update welcome.blade.php to add missing alt tag by @mezotv in laravel#6462
v11.2.0 - 2024-09-11
- Update .gitignore with Zed Editor by @fahadkhan1740 in laravel#6449
- Laracon 2024 feature update by @taylorotwell in laravel#6450
v11.1.5 - 2024-08-14
- Update axios by @laserhybiz in laravel#6440
v11.1.4 - 2024-07-16
Full Changelog: https://github.com/laravel/laravel/compare/v11.1.3...v11.1.4
v11.1.3 - 2024-07-03
- [11.x] Comment maintenance store by @timacdonald in laravel#6429
v11.1.2 - 2024-06-20
- Expose lock table name by @nhedger in laravel#6423
v11.1.1 - 2024-06-04
- Format the first letter of
drivers
to lowercase by @maru0914 in laravel#6413
v11.1.0 - 2024-05-28
- [11.x] Removes
--dev
dependencies by @nunomaduro in laravel#6406
v11.0.9 - 2024-05-16
- Updated SMTP mail config to use a valid EHLO domain by @rcerljenko in laravel#6402
v11.0.8 - 2024-05-13
- Add .phpactor.json to .gitignore by @princejohnsantillan in laravel#6400
v11.0.7 - 2024-05-03
- Remove obsolete driver option by @u01jmg3 in laravel#6395
v11.0.6 - 2024-04-09
- Fix PHPUnit constraint by @szepeviktor in laravel#6389
- [11.x] Add missing roundrobin transport driver config by @u01jmg3 in laravel#6392
v11.0.5 - 2024-03-26
- [11.x] Use PHPUnit v11 by @philbates35 in laravel#6385
v11.0.4 - 2024-03-15
- [11.x] Removed useless null parameter for env helper (cache.php) by @siarheipashkevich in laravel#6374
- [11.x] Removed useless null parameter for env helper (queue.php) by @siarheipashkevich in laravel#6373
- [11.x] Fix retry_after to be an integer by @driesvints in laravel#6377
- [11.x] Fix on hover animation and ring by @michaelnabil230 in laravel#6376
v11.0.3 - 2024-03-14
- [11.x] Revert collation change by @driesvints in laravel#6372
v11.0.2 - 2024-03-13
- [11.x] Remove branch alias from composer.json by @zepfietje in laravel#6366
- [11.x] Fixes typo in welcome page by @jrd-lewis in 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#6361
Laravel 11 includes a variety of changes to the application skeleton. Please consult the diff to see what's new.