From dd0bf5c5a6e7adc8d084c9f6cdc34f28d2097ea5 Mon Sep 17 00:00:00 2001 From: Jared Lewis <17649602+jrd-lewis@users.noreply.github.com> Date: Wed, 13 Mar 2024 08:31:34 -0400 Subject: [PATCH 1/4] Update welcome.blade.php (#6363) --- resources/views/welcome.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 7b626b14..abe98dc3 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -16,7 +16,7 @@ -
+
From 79969c99c6456a6d6edfbe78d241575fe1f65594 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 13 Mar 2024 11:41:41 -0500 Subject: [PATCH 2/4] change mariadb default --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index 3ddc3968..f720f566 100644 --- a/config/database.php +++ b/config/database.php @@ -69,7 +69,7 @@ return [ 'password' => env('DB_PASSWORD', ''), 'unix_socket' => env('DB_SOCKET', ''), 'charset' => env('DB_CHARSET', 'utf8mb4'), - 'collation' => env('DB_COLLATION', 'utf8mb4_uca1400_ai_ci'), + 'collation' => env('DB_COLLATION', 'utf8mb4_unicode_ci'), 'prefix' => '', 'prefix_indexes' => true, 'strict' => true, From 075c38c9e7933b2a9e1dda6db1c7dece3c2e4617 Mon Sep 17 00:00:00 2001 From: driesvints Date: Wed, 13 Mar 2024 16:43:01 +0000 Subject: [PATCH 3/4] Update CHANGELOG --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b1f93ea..6c5b449e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v11.0.0...11.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v11.0.1...11.x) + +## [v11.0.1](https://github.com/laravel/laravel/compare/v11.0.0...v11.0.1) - 2024-03-12 + +* [11.x] Fixes SQLite driver missing by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/laravel/pull/6361 ## [v11.0.0 (2023-02-17)](https://github.com/laravel/laravel/compare/v10.3.2...v11.0.0) From 881f890b991c15c00d1f93dff4b22b7586ddd377 Mon Sep 17 00:00:00 2001 From: driesvints Date: Wed, 13 Mar 2024 16:44:03 +0000 Subject: [PATCH 4/4] Update CHANGELOG --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c5b449e..78e0e75e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v11.0.1...11.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v11.0.2...11.x) + +## [v11.0.2](https://github.com/laravel/laravel/compare/v11.0.1...v11.0.2) - 2024-03-13 + +* [11.x] Remove branch alias from composer.json by [@zepfietje](https://github.com/zepfietje) in https://github.com/laravel/laravel/pull/6366 +* [11.x] Fixes typo in welcome page by [@jrd-lewis](https://github.com/jrd-lewis) in https://github.com/laravel/laravel/pull/6363 +* change mariadb default by [@taylorotwell](https://github.com/taylorotwell) in https://github.com/laravel/laravel/commit/79969c99c6456a6d6edfbe78d241575fe1f65594 ## [v11.0.1](https://github.com/laravel/laravel/compare/v11.0.0...v11.0.1) - 2024-03-12