Skip to content

Commit 220e681

Browse files
author
Version Bot
committed
[Version-Bot] Add Laravel Version
1 parent 7194a4c commit 220e681

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+100419
-1
lines changed

diffs/v10.0.0...v11.6.1.diff

+3,660
Large diffs are not rendered by default.

diffs/v10.0.1...v11.6.1.diff

+3,645
Large diffs are not rendered by default.

diffs/v10.0.2...v11.6.1.diff

+3,646
Large diffs are not rendered by default.

diffs/v10.0.3...v11.6.1.diff

+3,638
Large diffs are not rendered by default.

diffs/v10.0.4...v11.6.1.diff

+3,639
Large diffs are not rendered by default.

diffs/v10.0.5...v11.6.1.diff

+3,604
Large diffs are not rendered by default.

diffs/v10.0.6...v11.6.1.diff

+3,594
Large diffs are not rendered by default.

diffs/v10.0.7...v11.6.1.diff

+3,594
Large diffs are not rendered by default.

diffs/v10.1.0...v11.6.1.diff

+3,541
Large diffs are not rendered by default.

diffs/v10.1.1...v11.6.1.diff

+3,545
Large diffs are not rendered by default.

diffs/v10.2.0...v11.6.1.diff

+3,546
Large diffs are not rendered by default.

diffs/v10.2.1...v11.6.1.diff

+3,552
Large diffs are not rendered by default.

diffs/v10.2.10...v11.6.1.diff

+3,499
Large diffs are not rendered by default.

diffs/v10.2.2...v11.6.1.diff

+3,549
Large diffs are not rendered by default.

diffs/v10.2.3...v11.6.1.diff

+3,549
Large diffs are not rendered by default.

diffs/v10.2.4...v11.6.1.diff

+3,552
Large diffs are not rendered by default.

diffs/v10.2.5...v11.6.1.diff

+3,532
Large diffs are not rendered by default.

diffs/v10.2.6...v11.6.1.diff

+3,535
Large diffs are not rendered by default.

diffs/v10.2.7...v11.6.1.diff

+3,502
Large diffs are not rendered by default.

diffs/v10.2.8...v11.6.1.diff

+3,513
Large diffs are not rendered by default.

diffs/v10.2.9...v11.6.1.diff

+3,515
Large diffs are not rendered by default.

diffs/v10.3.0...v11.6.1.diff

+3,510
Large diffs are not rendered by default.

diffs/v10.3.1...v11.6.1.diff

+3,500
Large diffs are not rendered by default.

diffs/v10.3.2...v11.6.1.diff

+3,490
Large diffs are not rendered by default.

diffs/v10.3.3...v11.6.1.diff

+3,475
Large diffs are not rendered by default.

diffs/v11.0.0...v11.6.1.diff

+710
Large diffs are not rendered by default.

diffs/v11.0.1...v11.6.1.diff

+708
Large diffs are not rendered by default.

diffs/v11.0.2...v11.6.1.diff

+688
Large diffs are not rendered by default.

diffs/v11.0.3...v11.6.1.diff

+673
Large diffs are not rendered by default.

diffs/v11.0.4...v11.6.1.diff

+624
Large diffs are not rendered by default.

diffs/v11.0.5...v11.6.1.diff

+617
Large diffs are not rendered by default.

diffs/v11.0.6...v11.6.1.diff

+590
Large diffs are not rendered by default.

diffs/v11.0.7...v11.6.1.diff

+540
Large diffs are not rendered by default.

diffs/v11.0.8...v11.6.1.diff

+535
Large diffs are not rendered by default.

diffs/v11.0.9...v11.6.1.diff

+526
Large diffs are not rendered by default.

diffs/v11.1.0...v11.6.1.diff

+519
Large diffs are not rendered by default.

diffs/v11.1.1...v11.6.1.diff

+493
Large diffs are not rendered by default.

diffs/v11.1.2...v11.6.1.diff

+473
Large diffs are not rendered by default.

diffs/v11.1.3...v11.6.1.diff

+467
Large diffs are not rendered by default.

diffs/v11.1.4...v11.6.1.diff

+449
Large diffs are not rendered by default.

diffs/v11.1.5...v11.6.1.diff

+444
Large diffs are not rendered by default.

diffs/v11.2.0...v11.6.1.diff

+419
Large diffs are not rendered by default.

diffs/v11.2.1...v11.6.1.diff

+398
Large diffs are not rendered by default.

diffs/v11.3.0...v11.6.1.diff

+299
Large diffs are not rendered by default.

diffs/v11.3.1...v11.6.1.diff

+295
Large diffs are not rendered by default.

diffs/v11.3.2...v11.6.1.diff

+282
Large diffs are not rendered by default.

diffs/v11.3.3...v11.6.1.diff

+227
Large diffs are not rendered by default.

diffs/v11.4.0...v11.6.1.diff

+197
Large diffs are not rendered by default.

diffs/v11.5.0...v11.6.1.diff

+159
Large diffs are not rendered by default.

diffs/v11.5.1...v11.6.1.diff

+105
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
diff --git a/CHANGELOG.md b/CHANGELOG.md
2+
index 88e0c187..040d4bd1 100644
3+
--- a/CHANGELOG.md
4+
+++ b/CHANGELOG.md
5+
@@ -1,6 +1,17 @@
6+
# Release Notes
7+
8+
-## [Unreleased](https://github.com/laravel/laravel/compare/v11.5.0...11.x)
9+
+## [Unreleased](https://github.com/laravel/laravel/compare/v11.6.0...11.x)
10+
+
11+
+## [v11.6.0](https://github.com/laravel/laravel/compare/v11.5.1...v11.6.0) - 2025-01-21
12+
+
13+
+* Preserve X-Xsrf-Token header from .htaccess by [@thecodeholic](https://github.com/thecodeholic) in https://github.com/laravel/laravel/pull/6520
14+
+
15+
+## [v11.5.1](https://github.com/laravel/laravel/compare/v11.5.0...v11.5.1) - 2025-01-10
16+
+
17+
+* Update .gitignore to not ignore auth.json in the lang directory. by [@Tjoosten](https://github.com/Tjoosten) in https://github.com/laravel/laravel/pull/6515
18+
+* Adding PHP 8.4 to the tests matrix by [@mathiasgrimm](https://github.com/mathiasgrimm) in https://github.com/laravel/laravel/pull/6516
19+
+* fix css whitespace invalid-calc by [@tvarwig](https://github.com/tvarwig) in https://github.com/laravel/laravel/pull/6517
20+
+* [11.x] Fix invalid tailwindcss class by [@Jubeki](https://github.com/Jubeki) in https://github.com/laravel/laravel/pull/6518
21+
22+
## [v11.5.0](https://github.com/laravel/laravel/compare/v11.4.0...v11.5.0) - 2024-12-13
23+
24+
diff --git a/config/filesystems.php b/config/filesystems.php
25+
index b564035a..3d671bd9 100644
26+
--- a/config/filesystems.php
27+
+++ b/config/filesystems.php
28+
@@ -35,6 +35,7 @@ return [
29+
'root' => storage_path('app/private'),
30+
'serve' => true,
31+
'throw' => false,
32+
+ 'report' => false,
33+
],
34+
35+
'public' => [
36+
@@ -43,6 +44,7 @@ return [
37+
'url' => env('APP_URL').'/storage',
38+
'visibility' => 'public',
39+
'throw' => false,
40+
+ 'report' => false,
41+
],
42+
43+
's3' => [
44+
@@ -55,6 +57,7 @@ return [
45+
'endpoint' => env('AWS_ENDPOINT'),
46+
'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),
47+
'throw' => false,
48+
+ 'report' => false,
49+
],
50+
51+
],
52+
diff --git a/config/session.php b/config/session.php
53+
index f0b6541e..ba0aa60b 100644
54+
--- a/config/session.php
55+
+++ b/config/session.php
56+
@@ -32,7 +32,7 @@ return [
57+
|
58+
*/
59+
60+
- 'lifetime' => env('SESSION_LIFETIME', 120),
61+
+ 'lifetime' => (int) env('SESSION_LIFETIME', 120),
62+
63+
'expire_on_close' => env('SESSION_EXPIRE_ON_CLOSE', false),
64+
65+
diff --git a/package.json b/package.json
66+
index 0d104724..e32a8628 100644
67+
--- a/package.json
68+
+++ b/package.json
69+
@@ -9,9 +9,9 @@
70+
"autoprefixer": "^10.4.20",
71+
"axios": "^1.7.4",
72+
"concurrently": "^9.0.1",
73+
- "laravel-vite-plugin": "^1.0",
74+
+ "laravel-vite-plugin": "^1.2.0",
75+
"postcss": "^8.4.47",
76+
"tailwindcss": "^3.4.13",
77+
- "vite": "^6.0"
78+
+ "vite": "^6.0.11"
79+
}
80+
}
81+
diff --git a/public/.htaccess b/public/.htaccess
82+
index 3aec5e27..b574a597 100644
83+
--- a/public/.htaccess
84+
+++ b/public/.htaccess
85+
@@ -9,6 +9,10 @@
86+
RewriteCond %{HTTP:Authorization} .
87+
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
88+
89+
+ # Handle X-XSRF-Token Header
90+
+ RewriteCond %{HTTP:x-xsrf-token} .
91+
+ RewriteRule .* - [E=HTTP_X_XSRF_TOKEN:%{HTTP:X-XSRF-Token}]
92+
+
93+
# Redirect Trailing Slashes If Not A Folder...
94+
RewriteCond %{REQUEST_FILENAME} !-d
95+
RewriteCond %{REQUEST_URI} (.+)/$
96+
diff --git a/routes/console.php b/routes/console.php
97+
index eff2ed24..3c9adf1a 100644
98+
--- a/routes/console.php
99+
+++ b/routes/console.php
100+
@@ -5,4 +5,4 @@ use Illuminate\Support\Facades\Artisan;
101+
102+
Artisan::command('inspire', function () {
103+
$this->comment(Inspiring::quote());
104+
-})->purpose('Display an inspiring quote')->hourly();
105+
+})->purpose('Display an inspiring quote');

diffs/v11.6.0...v11.6.1.diff

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
diff --git a/CHANGELOG.md b/CHANGELOG.md
2+
index 3b772b2c..040d4bd1 100644
3+
--- a/CHANGELOG.md
4+
+++ b/CHANGELOG.md
5+
@@ -1,6 +1,10 @@
6+
# Release Notes
7+
8+
-## [Unreleased](https://github.com/laravel/laravel/compare/v11.5.1...11.x)
9+
+## [Unreleased](https://github.com/laravel/laravel/compare/v11.6.0...11.x)
10+
+
11+
+## [v11.6.0](https://github.com/laravel/laravel/compare/v11.5.1...v11.6.0) - 2025-01-21
12+
+
13+
+* Preserve X-Xsrf-Token header from .htaccess by [@thecodeholic](https://github.com/thecodeholic) in https://github.com/laravel/laravel/pull/6520
14+
15+
## [v11.5.1](https://github.com/laravel/laravel/compare/v11.5.0...v11.5.1) - 2025-01-10
16+
17+
diff --git a/config/session.php b/config/session.php
18+
index f0b6541e..ba0aa60b 100644
19+
--- a/config/session.php
20+
+++ b/config/session.php
21+
@@ -32,7 +32,7 @@ return [
22+
|
23+
*/
24+
25+
- 'lifetime' => env('SESSION_LIFETIME', 120),
26+
+ 'lifetime' => (int) env('SESSION_LIFETIME', 120),
27+
28+
'expire_on_close' => env('SESSION_EXPIRE_ON_CLOSE', false),
29+
30+
diff --git a/package.json b/package.json
31+
index 0d104724..e32a8628 100644
32+
--- a/package.json
33+
+++ b/package.json
34+
@@ -9,9 +9,9 @@
35+
"autoprefixer": "^10.4.20",
36+
"axios": "^1.7.4",
37+
"concurrently": "^9.0.1",
38+
- "laravel-vite-plugin": "^1.0",
39+
+ "laravel-vite-plugin": "^1.2.0",
40+
"postcss": "^8.4.47",
41+
"tailwindcss": "^3.4.13",
42+
- "vite": "^6.0"
43+
+ "vite": "^6.0.11"
44+
}
45+
}
46+
diff --git a/routes/console.php b/routes/console.php
47+
index eff2ed24..3c9adf1a 100644
48+
--- a/routes/console.php
49+
+++ b/routes/console.php
50+
@@ -5,4 +5,4 @@ use Illuminate\Support\Facades\Artisan;
51+
52+
Artisan::command('inspire', function () {
53+
$this->comment(Inspiring::quote());
54+
-})->purpose('Display an inspiring quote')->hourly();
55+
+})->purpose('Display an inspiring quote');

tags.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,5 @@ v11.3.3
173173
v11.4.0
174174
v11.5.0
175175
v11.5.1
176-
v11.6.0
176+
v11.6.0
177+
v11.6.1

0 commit comments

Comments
 (0)