Skip to content

Commit 6ff9b57

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

Some content is hidden

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

47 files changed

+94238
-1
lines changed

diffs/v10.0.0...v11.3.3.diff

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

diffs/v10.0.1...v11.3.3.diff

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

diffs/v10.0.2...v11.3.3.diff

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

diffs/v10.0.3...v11.3.3.diff

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

diffs/v10.0.4...v11.3.3.diff

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

diffs/v10.0.5...v11.3.3.diff

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

diffs/v10.0.6...v11.3.3.diff

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

diffs/v10.0.7...v11.3.3.diff

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

diffs/v10.1.0...v11.3.3.diff

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

diffs/v10.1.1...v11.3.3.diff

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

diffs/v10.2.0...v11.3.3.diff

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

diffs/v10.2.1...v11.3.3.diff

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

diffs/v10.2.10...v11.3.3.diff

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

diffs/v10.2.2...v11.3.3.diff

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

diffs/v10.2.3...v11.3.3.diff

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

diffs/v10.2.4...v11.3.3.diff

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

diffs/v10.2.5...v11.3.3.diff

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

diffs/v10.2.6...v11.3.3.diff

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

diffs/v10.2.7...v11.3.3.diff

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

diffs/v10.2.8...v11.3.3.diff

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

diffs/v10.2.9...v11.3.3.diff

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

diffs/v10.3.0...v11.3.3.diff

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

diffs/v10.3.1...v11.3.3.diff

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

diffs/v10.3.2...v11.3.3.diff

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

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

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

diffs/v11.0.0...v11.3.3.diff

+567
Large diffs are not rendered by default.

diffs/v11.0.1...v11.3.3.diff

+565
Large diffs are not rendered by default.

diffs/v11.0.2...v11.3.3.diff

+545
Large diffs are not rendered by default.

diffs/v11.0.3...v11.3.3.diff

+530
Large diffs are not rendered by default.

diffs/v11.0.4...v11.3.3.diff

+481
Large diffs are not rendered by default.

diffs/v11.0.5...v11.3.3.diff

+474
Large diffs are not rendered by default.

diffs/v11.0.6...v11.3.3.diff

+443
Large diffs are not rendered by default.

diffs/v11.0.7...v11.3.3.diff

+393
Large diffs are not rendered by default.

diffs/v11.0.8...v11.3.3.diff

+384
Large diffs are not rendered by default.

diffs/v11.0.9...v11.3.3.diff

+367
Large diffs are not rendered by default.

diffs/v11.1.0...v11.3.3.diff

+360
Large diffs are not rendered by default.

diffs/v11.1.1...v11.3.3.diff

+334
Large diffs are not rendered by default.

diffs/v11.1.2...v11.3.3.diff

+314
Large diffs are not rendered by default.

diffs/v11.1.3...v11.3.3.diff

+308
Large diffs are not rendered by default.

diffs/v11.1.4...v11.3.3.diff

+290
Large diffs are not rendered by default.

diffs/v11.1.5...v11.3.3.diff

+285
Large diffs are not rendered by default.

diffs/v11.2.0...v11.3.3.diff

+250
Large diffs are not rendered by default.

diffs/v11.2.1...v11.3.3.diff

+223
Large diffs are not rendered by default.

diffs/v11.3.0...v11.3.3.diff

+93
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
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..8741855e 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.2.1...11.x)
50+
+## [Unreleased](https://github.com/laravel/laravel/compare/v11.3.2...11.x)
51+
+
52+
+## [v11.3.2](https://github.com/laravel/laravel/compare/v11.3.1...v11.3.2) - 2024-10-21
53+
+
54+
+* Fixes pail timing out after an hour by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/laravel/pull/6473
55+
+
56+
+## [v11.3.1](https://github.com/laravel/laravel/compare/v11.3.0...v11.3.1) - 2024-10-15
57+
+
58+
+**Full Changelog**: https://github.com/laravel/laravel/compare/v11.3.0...v11.3.1
59+
+
60+
+## [v11.3.0](https://github.com/laravel/laravel/compare/v11.2.1...v11.3.0) - 2024-10-14
61+
+
62+
+* Add Tailwind, "composer run dev" by [@taylorotwell](https://github.com/taylorotwell) in https://github.com/laravel/laravel/pull/6463
63+
64+
## [v11.2.1](https://github.com/laravel/laravel/compare/v11.2.0...v11.2.1) - 2024-10-08
65+
66+
diff --git a/composer.json b/composer.json
67+
index f11346e3..60681e63 100644
68+
--- a/composer.json
69+
+++ b/composer.json
70+
@@ -1,4 +1,5 @@
71+
{
72+
+ "$schema": "https://getcomposer.org/schema.json",
73+
"name": "laravel/laravel",
74+
"type": "project",
75+
"description": "The skeleton application for the Laravel framework.",
76+
@@ -6,7 +7,7 @@
77+
"license": "MIT",
78+
"require": {
79+
"php": "^8.2",
80+
- "laravel/framework": "^11.9",
81+
+ "laravel/framework": "^11.31",
82+
"laravel/tinker": "^2.9"
83+
},
84+
"require-dev": {
85+
@@ -48,7 +49,7 @@
86+
],
87+
"dev": [
88+
"Composer\\Config::disableProcessTimeout",
89+
- "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"
90+
+ "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"
91+
]
92+
},
93+
"extra": {

diffs/v11.3.1...v11.3.3.diff

+89
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
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..8741855e 100644
44+
--- a/CHANGELOG.md
45+
+++ b/CHANGELOG.md
46+
@@ -1,6 +1,14 @@
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.2...11.x)
51+
+
52+
+## [v11.3.2](https://github.com/laravel/laravel/compare/v11.3.1...v11.3.2) - 2024-10-21
53+
+
54+
+* Fixes pail timing out after an hour by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/laravel/pull/6473
55+
+
56+
+## [v11.3.1](https://github.com/laravel/laravel/compare/v11.3.0...v11.3.1) - 2024-10-15
57+
+
58+
+**Full Changelog**: https://github.com/laravel/laravel/compare/v11.3.0...v11.3.1
59+
60+
## [v11.3.0](https://github.com/laravel/laravel/compare/v11.2.1...v11.3.0) - 2024-10-14
61+
62+
diff --git a/composer.json b/composer.json
63+
index 143084f5..60681e63 100644
64+
--- a/composer.json
65+
+++ b/composer.json
66+
@@ -1,4 +1,5 @@
67+
{
68+
+ "$schema": "https://getcomposer.org/schema.json",
69+
"name": "laravel/laravel",
70+
"type": "project",
71+
"description": "The skeleton application for the Laravel framework.",
72+
@@ -6,7 +7,7 @@
73+
"license": "MIT",
74+
"require": {
75+
"php": "^8.2",
76+
- "laravel/framework": "^11.9",
77+
+ "laravel/framework": "^11.31",
78+
"laravel/tinker": "^2.9"
79+
},
80+
"require-dev": {
81+
@@ -48,7 +49,7 @@
82+
],
83+
"dev": [
84+
"Composer\\Config::disableProcessTimeout",
85+
- "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"
86+
+ "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"
87+
]
88+
},
89+
"extra": {

diffs/v11.3.2...v11.3.3.diff

+76
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
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..8741855e 100644
44+
--- a/CHANGELOG.md
45+
+++ b/CHANGELOG.md
46+
@@ -1,6 +1,10 @@
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.2...11.x)
51+
+
52+
+## [v11.3.2](https://github.com/laravel/laravel/compare/v11.3.1...v11.3.2) - 2024-10-21
53+
+
54+
+* Fixes pail timing out after an hour by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/laravel/pull/6473
55+
56+
## [v11.3.1](https://github.com/laravel/laravel/compare/v11.3.0...v11.3.1) - 2024-10-15
57+
58+
diff --git a/composer.json b/composer.json
59+
index c6288cf4..60681e63 100644
60+
--- a/composer.json
61+
+++ b/composer.json
62+
@@ -1,4 +1,5 @@
63+
{
64+
+ "$schema": "https://getcomposer.org/schema.json",
65+
"name": "laravel/laravel",
66+
"type": "project",
67+
"description": "The skeleton application for the Laravel framework.",
68+
@@ -6,7 +7,7 @@
69+
"license": "MIT",
70+
"require": {
71+
"php": "^8.2",
72+
- "laravel/framework": "^11.9",
73+
+ "laravel/framework": "^11.31",
74+
"laravel/tinker": "^2.9"
75+
},
76+
"require-dev": {

tags.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,5 @@ v11.2.0
168168
v11.2.1
169169
v11.3.0
170170
v11.3.1
171-
v11.3.2
171+
v11.3.2
172+
v11.3.3

0 commit comments

Comments
 (0)