Skip to content

Commit 4a03fec

Browse files
author
Version Bot
committed
[Version-Bot] Add Laravel Version
1 parent 6ff9b57 commit 4a03fec

Some content is hidden

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

48 files changed

+95443
-1
lines changed

diffs/v10.0.0...v11.4.0.diff

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

diffs/v10.0.1...v11.4.0.diff

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

diffs/v10.0.2...v11.4.0.diff

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

diffs/v10.0.3...v11.4.0.diff

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

diffs/v10.0.4...v11.4.0.diff

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

diffs/v10.0.5...v11.4.0.diff

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

diffs/v10.0.6...v11.4.0.diff

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

diffs/v10.0.7...v11.4.0.diff

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

diffs/v10.1.0...v11.4.0.diff

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

diffs/v10.1.1...v11.4.0.diff

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

diffs/v10.2.0...v11.4.0.diff

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

diffs/v10.2.1...v11.4.0.diff

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

diffs/v10.2.10...v11.4.0.diff

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

diffs/v10.2.2...v11.4.0.diff

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

diffs/v10.2.3...v11.4.0.diff

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

diffs/v10.2.4...v11.4.0.diff

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

diffs/v10.2.5...v11.4.0.diff

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

diffs/v10.2.6...v11.4.0.diff

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

diffs/v10.2.7...v11.4.0.diff

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

diffs/v10.2.8...v11.4.0.diff

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

diffs/v10.2.9...v11.4.0.diff

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

diffs/v10.3.0...v11.4.0.diff

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

diffs/v10.3.1...v11.4.0.diff

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

diffs/v10.3.2...v11.4.0.diff

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

diffs/v10.3.3...v11.4.0.diff

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

diffs/v11.0.0...v11.4.0.diff

+592
Large diffs are not rendered by default.

diffs/v11.0.1...v11.4.0.diff

+590
Large diffs are not rendered by default.

diffs/v11.0.2...v11.4.0.diff

+570
Large diffs are not rendered by default.

diffs/v11.0.3...v11.4.0.diff

+555
Large diffs are not rendered by default.

diffs/v11.0.4...v11.4.0.diff

+506
Large diffs are not rendered by default.

diffs/v11.0.5...v11.4.0.diff

+499
Large diffs are not rendered by default.

diffs/v11.0.6...v11.4.0.diff

+468
Large diffs are not rendered by default.

diffs/v11.0.7...v11.4.0.diff

+418
Large diffs are not rendered by default.

diffs/v11.0.8...v11.4.0.diff

+409
Large diffs are not rendered by default.

diffs/v11.0.9...v11.4.0.diff

+392
Large diffs are not rendered by default.

diffs/v11.1.0...v11.4.0.diff

+385
Large diffs are not rendered by default.

diffs/v11.1.1...v11.4.0.diff

+359
Large diffs are not rendered by default.

diffs/v11.1.2...v11.4.0.diff

+339
Large diffs are not rendered by default.

diffs/v11.1.3...v11.4.0.diff

+333
Large diffs are not rendered by default.

diffs/v11.1.4...v11.4.0.diff

+315
Large diffs are not rendered by default.

diffs/v11.1.5...v11.4.0.diff

+310
Large diffs are not rendered by default.

diffs/v11.2.0...v11.4.0.diff

+275
Large diffs are not rendered by default.

diffs/v11.2.1...v11.4.0.diff

+254
Large diffs are not rendered by default.

diffs/v11.3.0...v11.4.0.diff

+135
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml
2+
index 9634a0ed..230257c2 100644
3+
--- a/.github/workflows/issues.yml
4+
+++ b/.github/workflows/issues.yml
5+
@@ -1,4 +1,4 @@
6+
-name: issues
7+
+name: Issues
8+
9+
on:
10+
issues:
11+
diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml
12+
index 18b32b32..6f9f97ea 100644
13+
--- a/.github/workflows/pull-requests.yml
14+
+++ b/.github/workflows/pull-requests.yml
15+
@@ -1,4 +1,4 @@
16+
-name: pull requests
17+
+name: Pull Requests
18+
19+
on:
20+
pull_request_target:
21+
diff --git a/.github/workflows/update-changelog.yml b/.github/workflows/update-changelog.yml
22+
index ebda6206..70352331 100644
23+
--- a/.github/workflows/update-changelog.yml
24+
+++ b/.github/workflows/update-changelog.yml
25+
@@ -1,4 +1,4 @@
26+
-name: update changelog
27+
+name: Update Changelog
28+
29+
on:
30+
release:
31+
diff --git a/.gitignore b/.gitignore
32+
index c3ea31b2..bec2973a 100644
33+
--- a/.gitignore
34+
+++ b/.gitignore
35+
@@ -18,5 +18,6 @@ npm-debug.log
36+
yarn-error.log
37+
/.fleet
38+
/.idea
39+
+/.nova
40+
/.vscode
41+
/.zed
42+
diff --git a/CHANGELOG.md b/CHANGELOG.md
43+
index b9f4e8a7..9506da79 100644
44+
--- a/CHANGELOG.md
45+
+++ b/CHANGELOG.md
46+
@@ -1,6 +1,26 @@
47+
# Release Notes
48+
49+
-## [Unreleased](https://github.com/laravel/laravel/compare/v11.2.1...11.x)
50+
+## [Unreleased](https://github.com/laravel/laravel/compare/v11.3.3...11.x)
51+
+
52+
+## [v11.3.3](https://github.com/laravel/laravel/compare/v11.3.2...v11.3.3) - 2024-11-18
53+
+
54+
+* Inconsistency in Github action names by [@amirbabaeii](https://github.com/amirbabaeii) in https://github.com/laravel/laravel/pull/6478
55+
+* Add schema property to enhance autocompletion for composer.json by [@octoper](https://github.com/octoper) in https://github.com/laravel/laravel/pull/6484
56+
+* Update .gitignore by [@EmranMR](https://github.com/EmranMR) in https://github.com/laravel/laravel/pull/6486
57+
+* [11.x] Bump framework version by [@PerryvanderMeer](https://github.com/PerryvanderMeer) in https://github.com/laravel/laravel/pull/6490
58+
+* [11.x] match `HidesAttributes` docblocks by [@browner12](https://github.com/browner12) in https://github.com/laravel/laravel/pull/6495
59+
+
60+
+## [v11.3.2](https://github.com/laravel/laravel/compare/v11.3.1...v11.3.2) - 2024-10-21
61+
+
62+
+* Fixes pail timing out after an hour by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/laravel/pull/6473
63+
+
64+
+## [v11.3.1](https://github.com/laravel/laravel/compare/v11.3.0...v11.3.1) - 2024-10-15
65+
+
66+
+**Full Changelog**: https://github.com/laravel/laravel/compare/v11.3.0...v11.3.1
67+
+
68+
+## [v11.3.0](https://github.com/laravel/laravel/compare/v11.2.1...v11.3.0) - 2024-10-14
69+
+
70+
+* Add Tailwind, "composer run dev" by [@taylorotwell](https://github.com/taylorotwell) in https://github.com/laravel/laravel/pull/6463
71+
72+
## [v11.2.1](https://github.com/laravel/laravel/compare/v11.2.0...v11.2.1) - 2024-10-08
73+
74+
diff --git a/app/Models/User.php b/app/Models/User.php
75+
index 3dfbd80e..749c7b77 100644
76+
--- a/app/Models/User.php
77+
+++ b/app/Models/User.php
78+
@@ -15,7 +15,7 @@ class User extends Authenticatable
79+
/**
80+
* The attributes that are mass assignable.
81+
*
82+
- * @var array<int, string>
83+
+ * @var list<string>
84+
*/
85+
protected $fillable = [
86+
'name',
87+
@@ -26,7 +26,7 @@ class User extends Authenticatable
88+
/**
89+
* The attributes that should be hidden for serialization.
90+
*
91+
- * @var array<int, string>
92+
+ * @var list<string>
93+
*/
94+
protected $hidden = [
95+
'password',
96+
diff --git a/composer.json b/composer.json
97+
index f11346e3..60681e63 100644
98+
--- a/composer.json
99+
+++ b/composer.json
100+
@@ -1,4 +1,5 @@
101+
{
102+
+ "$schema": "https://getcomposer.org/schema.json",
103+
"name": "laravel/laravel",
104+
"type": "project",
105+
"description": "The skeleton application for the Laravel framework.",
106+
@@ -6,7 +7,7 @@
107+
"license": "MIT",
108+
"require": {
109+
"php": "^8.2",
110+
- "laravel/framework": "^11.9",
111+
+ "laravel/framework": "^11.31",
112+
"laravel/tinker": "^2.9"
113+
},
114+
"require-dev": {
115+
@@ -48,7 +49,7 @@
116+
],
117+
"dev": [
118+
"Composer\\Config::disableProcessTimeout",
119+
- "npx concurrently -k -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"php artisan pail\" \"npm run dev\" --names=server,queue,logs,vite"
120+
+ "npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"php artisan pail --timeout=0\" \"npm run dev\" --names=server,queue,logs,vite"
121+
]
122+
},
123+
"extra": {
124+
diff --git a/package.json b/package.json
125+
index c38623a9..0d104724 100644
126+
--- a/package.json
127+
+++ b/package.json
128+
@@ -12,6 +12,6 @@
129+
"laravel-vite-plugin": "^1.0",
130+
"postcss": "^8.4.47",
131+
"tailwindcss": "^3.4.13",
132+
- "vite": "^5.0"
133+
+ "vite": "^6.0"
134+
}
135+
}

diffs/v11.3.1...v11.4.0.diff

+131
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml
2+
index 9634a0ed..230257c2 100644
3+
--- a/.github/workflows/issues.yml
4+
+++ b/.github/workflows/issues.yml
5+
@@ -1,4 +1,4 @@
6+
-name: issues
7+
+name: Issues
8+
9+
on:
10+
issues:
11+
diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml
12+
index 18b32b32..6f9f97ea 100644
13+
--- a/.github/workflows/pull-requests.yml
14+
+++ b/.github/workflows/pull-requests.yml
15+
@@ -1,4 +1,4 @@
16+
-name: pull requests
17+
+name: Pull Requests
18+
19+
on:
20+
pull_request_target:
21+
diff --git a/.github/workflows/update-changelog.yml b/.github/workflows/update-changelog.yml
22+
index ebda6206..70352331 100644
23+
--- a/.github/workflows/update-changelog.yml
24+
+++ b/.github/workflows/update-changelog.yml
25+
@@ -1,4 +1,4 @@
26+
-name: update changelog
27+
+name: Update Changelog
28+
29+
on:
30+
release:
31+
diff --git a/.gitignore b/.gitignore
32+
index c3ea31b2..bec2973a 100644
33+
--- a/.gitignore
34+
+++ b/.gitignore
35+
@@ -18,5 +18,6 @@ npm-debug.log
36+
yarn-error.log
37+
/.fleet
38+
/.idea
39+
+/.nova
40+
/.vscode
41+
/.zed
42+
diff --git a/CHANGELOG.md b/CHANGELOG.md
43+
index 07fa74ce..9506da79 100644
44+
--- a/CHANGELOG.md
45+
+++ b/CHANGELOG.md
46+
@@ -1,6 +1,22 @@
47+
# Release Notes
48+
49+
-## [Unreleased](https://github.com/laravel/laravel/compare/v11.3.0...11.x)
50+
+## [Unreleased](https://github.com/laravel/laravel/compare/v11.3.3...11.x)
51+
+
52+
+## [v11.3.3](https://github.com/laravel/laravel/compare/v11.3.2...v11.3.3) - 2024-11-18
53+
+
54+
+* Inconsistency in Github action names by [@amirbabaeii](https://github.com/amirbabaeii) in https://github.com/laravel/laravel/pull/6478
55+
+* Add schema property to enhance autocompletion for composer.json by [@octoper](https://github.com/octoper) in https://github.com/laravel/laravel/pull/6484
56+
+* Update .gitignore by [@EmranMR](https://github.com/EmranMR) in https://github.com/laravel/laravel/pull/6486
57+
+* [11.x] Bump framework version by [@PerryvanderMeer](https://github.com/PerryvanderMeer) in https://github.com/laravel/laravel/pull/6490
58+
+* [11.x] match `HidesAttributes` docblocks by [@browner12](https://github.com/browner12) in https://github.com/laravel/laravel/pull/6495
59+
+
60+
+## [v11.3.2](https://github.com/laravel/laravel/compare/v11.3.1...v11.3.2) - 2024-10-21
61+
+
62+
+* Fixes pail timing out after an hour by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/laravel/pull/6473
63+
+
64+
+## [v11.3.1](https://github.com/laravel/laravel/compare/v11.3.0...v11.3.1) - 2024-10-15
65+
+
66+
+**Full Changelog**: https://github.com/laravel/laravel/compare/v11.3.0...v11.3.1
67+
68+
## [v11.3.0](https://github.com/laravel/laravel/compare/v11.2.1...v11.3.0) - 2024-10-14
69+
70+
diff --git a/app/Models/User.php b/app/Models/User.php
71+
index 3dfbd80e..749c7b77 100644
72+
--- a/app/Models/User.php
73+
+++ b/app/Models/User.php
74+
@@ -15,7 +15,7 @@ class User extends Authenticatable
75+
/**
76+
* The attributes that are mass assignable.
77+
*
78+
- * @var array<int, string>
79+
+ * @var list<string>
80+
*/
81+
protected $fillable = [
82+
'name',
83+
@@ -26,7 +26,7 @@ class User extends Authenticatable
84+
/**
85+
* The attributes that should be hidden for serialization.
86+
*
87+
- * @var array<int, string>
88+
+ * @var list<string>
89+
*/
90+
protected $hidden = [
91+
'password',
92+
diff --git a/composer.json b/composer.json
93+
index 143084f5..60681e63 100644
94+
--- a/composer.json
95+
+++ b/composer.json
96+
@@ -1,4 +1,5 @@
97+
{
98+
+ "$schema": "https://getcomposer.org/schema.json",
99+
"name": "laravel/laravel",
100+
"type": "project",
101+
"description": "The skeleton application for the Laravel framework.",
102+
@@ -6,7 +7,7 @@
103+
"license": "MIT",
104+
"require": {
105+
"php": "^8.2",
106+
- "laravel/framework": "^11.9",
107+
+ "laravel/framework": "^11.31",
108+
"laravel/tinker": "^2.9"
109+
},
110+
"require-dev": {
111+
@@ -48,7 +49,7 @@
112+
],
113+
"dev": [
114+
"Composer\\Config::disableProcessTimeout",
115+
- "npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"php artisan pail\" \"npm run dev\" --names=server,queue,logs,vite"
116+
+ "npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"php artisan pail --timeout=0\" \"npm run dev\" --names=server,queue,logs,vite"
117+
]
118+
},
119+
"extra": {
120+
diff --git a/package.json b/package.json
121+
index c38623a9..0d104724 100644
122+
--- a/package.json
123+
+++ b/package.json
124+
@@ -12,6 +12,6 @@
125+
"laravel-vite-plugin": "^1.0",
126+
"postcss": "^8.4.47",
127+
"tailwindcss": "^3.4.13",
128+
- "vite": "^5.0"
129+
+ "vite": "^6.0"
130+
}
131+
}

diffs/v11.3.2...v11.4.0.diff

+118
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml
2+
index 9634a0ed..230257c2 100644
3+
--- a/.github/workflows/issues.yml
4+
+++ b/.github/workflows/issues.yml
5+
@@ -1,4 +1,4 @@
6+
-name: issues
7+
+name: Issues
8+
9+
on:
10+
issues:
11+
diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml
12+
index 18b32b32..6f9f97ea 100644
13+
--- a/.github/workflows/pull-requests.yml
14+
+++ b/.github/workflows/pull-requests.yml
15+
@@ -1,4 +1,4 @@
16+
-name: pull requests
17+
+name: Pull Requests
18+
19+
on:
20+
pull_request_target:
21+
diff --git a/.github/workflows/update-changelog.yml b/.github/workflows/update-changelog.yml
22+
index ebda6206..70352331 100644
23+
--- a/.github/workflows/update-changelog.yml
24+
+++ b/.github/workflows/update-changelog.yml
25+
@@ -1,4 +1,4 @@
26+
-name: update changelog
27+
+name: Update Changelog
28+
29+
on:
30+
release:
31+
diff --git a/.gitignore b/.gitignore
32+
index c3ea31b2..bec2973a 100644
33+
--- a/.gitignore
34+
+++ b/.gitignore
35+
@@ -18,5 +18,6 @@ npm-debug.log
36+
yarn-error.log
37+
/.fleet
38+
/.idea
39+
+/.nova
40+
/.vscode
41+
/.zed
42+
diff --git a/CHANGELOG.md b/CHANGELOG.md
43+
index 201a0d38..9506da79 100644
44+
--- a/CHANGELOG.md
45+
+++ b/CHANGELOG.md
46+
@@ -1,6 +1,18 @@
47+
# Release Notes
48+
49+
-## [Unreleased](https://github.com/laravel/laravel/compare/v11.3.1...11.x)
50+
+## [Unreleased](https://github.com/laravel/laravel/compare/v11.3.3...11.x)
51+
+
52+
+## [v11.3.3](https://github.com/laravel/laravel/compare/v11.3.2...v11.3.3) - 2024-11-18
53+
+
54+
+* Inconsistency in Github action names by [@amirbabaeii](https://github.com/amirbabaeii) in https://github.com/laravel/laravel/pull/6478
55+
+* Add schema property to enhance autocompletion for composer.json by [@octoper](https://github.com/octoper) in https://github.com/laravel/laravel/pull/6484
56+
+* Update .gitignore by [@EmranMR](https://github.com/EmranMR) in https://github.com/laravel/laravel/pull/6486
57+
+* [11.x] Bump framework version by [@PerryvanderMeer](https://github.com/PerryvanderMeer) in https://github.com/laravel/laravel/pull/6490
58+
+* [11.x] match `HidesAttributes` docblocks by [@browner12](https://github.com/browner12) in https://github.com/laravel/laravel/pull/6495
59+
+
60+
+## [v11.3.2](https://github.com/laravel/laravel/compare/v11.3.1...v11.3.2) - 2024-10-21
61+
+
62+
+* Fixes pail timing out after an hour by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/laravel/pull/6473
63+
64+
## [v11.3.1](https://github.com/laravel/laravel/compare/v11.3.0...v11.3.1) - 2024-10-15
65+
66+
diff --git a/app/Models/User.php b/app/Models/User.php
67+
index 3dfbd80e..749c7b77 100644
68+
--- a/app/Models/User.php
69+
+++ b/app/Models/User.php
70+
@@ -15,7 +15,7 @@ class User extends Authenticatable
71+
/**
72+
* The attributes that are mass assignable.
73+
*
74+
- * @var array<int, string>
75+
+ * @var list<string>
76+
*/
77+
protected $fillable = [
78+
'name',
79+
@@ -26,7 +26,7 @@ class User extends Authenticatable
80+
/**
81+
* The attributes that should be hidden for serialization.
82+
*
83+
- * @var array<int, string>
84+
+ * @var list<string>
85+
*/
86+
protected $hidden = [
87+
'password',
88+
diff --git a/composer.json b/composer.json
89+
index c6288cf4..60681e63 100644
90+
--- a/composer.json
91+
+++ b/composer.json
92+
@@ -1,4 +1,5 @@
93+
{
94+
+ "$schema": "https://getcomposer.org/schema.json",
95+
"name": "laravel/laravel",
96+
"type": "project",
97+
"description": "The skeleton application for the Laravel framework.",
98+
@@ -6,7 +7,7 @@
99+
"license": "MIT",
100+
"require": {
101+
"php": "^8.2",
102+
- "laravel/framework": "^11.9",
103+
+ "laravel/framework": "^11.31",
104+
"laravel/tinker": "^2.9"
105+
},
106+
"require-dev": {
107+
diff --git a/package.json b/package.json
108+
index c38623a9..0d104724 100644
109+
--- a/package.json
110+
+++ b/package.json
111+
@@ -12,6 +12,6 @@
112+
"laravel-vite-plugin": "^1.0",
113+
"postcss": "^8.4.47",
114+
"tailwindcss": "^3.4.13",
115+
- "vite": "^5.0"
116+
+ "vite": "^6.0"
117+
}
118+
}

0 commit comments

Comments
 (0)