Skip to content

Commit afc0dc8

Browse files
author
Version Bot
committed
[Version-Bot] Add Laravel Version
1 parent f51e742 commit afc0dc8

32 files changed

+20623
-1
lines changed

diffs/v9.0.0...v9.5.1.diff

+1,409
Large diffs are not rendered by default.

diffs/v9.0.1...v9.5.1.diff

+1,286
Large diffs are not rendered by default.

diffs/v9.1.0...v9.5.1.diff

+1,235
Large diffs are not rendered by default.

diffs/v9.1.1...v9.5.1.diff

+1,169
Large diffs are not rendered by default.

diffs/v9.1.10...v9.5.1.diff

+796
Large diffs are not rendered by default.

diffs/v9.1.2...v9.5.1.diff

+1,156
Large diffs are not rendered by default.

diffs/v9.1.3...v9.5.1.diff

+1,068
Large diffs are not rendered by default.

diffs/v9.1.4...v9.5.1.diff

+1,059
Large diffs are not rendered by default.

diffs/v9.1.5...v9.5.1.diff

+1,007
Large diffs are not rendered by default.

diffs/v9.1.6...v9.5.1.diff

+958
Large diffs are not rendered by default.

diffs/v9.1.7...v9.5.1.diff

+921
Large diffs are not rendered by default.

diffs/v9.1.8...v9.5.1.diff

+839
Large diffs are not rendered by default.

diffs/v9.1.9...v9.5.1.diff

+802
Large diffs are not rendered by default.

diffs/v9.2.0...v9.5.1.diff

+696
Large diffs are not rendered by default.

diffs/v9.2.1...v9.5.1.diff

+682
Large diffs are not rendered by default.

diffs/v9.3.0...v9.5.1.diff

+606
Large diffs are not rendered by default.

diffs/v9.3.1...v9.5.1.diff

+560
Large diffs are not rendered by default.

diffs/v9.3.10...v9.5.1.diff

+238
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,238 @@
1+
diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml
2+
new file mode 100644
3+
index 00000000..9634a0ed
4+
--- /dev/null
5+
+++ b/.github/workflows/issues.yml
6+
@@ -0,0 +1,12 @@
7+
+name: issues
8+
+
9+
+on:
10+
+ issues:
11+
+ types: [labeled]
12+
+
13+
+permissions:
14+
+ issues: write
15+
+
16+
+jobs:
17+
+ help-wanted:
18+
+ uses: laravel/.github/.github/workflows/issues.yml@main
19+
diff --git a/CHANGELOG.md b/CHANGELOG.md
20+
index 79a9f092..788f901a 100644
21+
--- a/CHANGELOG.md
22+
+++ b/CHANGELOG.md
23+
@@ -1,6 +1,49 @@
24+
# Release Notes
25+
26+
-## [Unreleased](https://github.com/laravel/laravel/compare/v9.3.9...9.x)
27+
+## [Unreleased](https://github.com/laravel/laravel/compare/v9.5.0...9.x)
28+
+
29+
+## [v9.5.0](https://github.com/laravel/laravel/compare/v9.4.1...v9.5.0) - 2023-01-02
30+
+
31+
+### Changed
32+
+
33+
+- Update to Heroicons v2 by @driesvints in https://github.com/laravel/laravel/pull/6051
34+
+- Support pusher-js v8.0 by @balu-lt in https://github.com/laravel/laravel/pull/6059
35+
+- Switch password reset email to a primary key by @browner12 in https://github.com/laravel/laravel/pull/6064
36+
+
37+
+## [v9.4.1](https://github.com/laravel/laravel/compare/v9.4.0...v9.4.1) - 2022-12-19
38+
+
39+
+### Changed
40+
+
41+
+- Add decimal translation by @taylorotwell in https://github.com/laravel/laravel/commit/39f4830e92a7467b2a7fe6bc23d0ec14bc3b46a6
42+
+
43+
+## [v9.4.0](https://github.com/laravel/laravel/compare/v9.3.12...v9.4.0) - 2022-12-15
44+
+
45+
+### Added
46+
+
47+
+- Vite 4 support by @timacdonald in https://github.com/laravel/laravel/pull/6043
48+
+
49+
+### Changed
50+
+
51+
+- Add ulid and ascii validation message by @nshiro in https://github.com/laravel/laravel/pull/6046
52+
+
53+
+## [v9.3.12](https://github.com/laravel/laravel/compare/v9.3.11...v9.3.12) - 2022-11-22
54+
+
55+
+### Changed
56+
+
57+
+- Bump vite plugin version by @timacdonald in https://github.com/laravel/laravel/pull/6038
58+
+
59+
+## [v9.3.11](https://github.com/laravel/laravel/compare/v9.3.10...v9.3.11) - 2022-11-14
60+
+
61+
+### Changed
62+
+
63+
+- Adds lowercase validation rule translation by @timacdonald in https://github.com/laravel/laravel/pull/6028
64+
+- Adds uppercase validation rule translation by @michaelnabil230 in https://github.com/laravel/laravel/pull/6029
65+
+
66+
+## [v9.3.10](https://github.com/laravel/laravel/compare/v9.3.9...v9.3.10) - 2022-10-28
67+
+
68+
+### Changed
69+
+
70+
+- Changing .env to make Pusher work without editing the commented out part in the bootstrap.js by @cveldman in https://github.com/laravel/laravel/pull/6021
71+
72+
## [v9.3.9](https://github.com/laravel/laravel/compare/v9.3.8...v9.3.9) - 2022-10-17
73+
74+
diff --git a/README.md b/README.md
75+
index bf0ddd92..3ed385a7 100644
76+
--- a/README.md
77+
+++ b/README.md
78+
@@ -1,7 +1,7 @@
79+
<p align="center"><a href="https://laravel.com" target="_blank"><img src="https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg" width="400" alt="Laravel Logo"></a></p>
80+
81+
<p align="center">
82+
-<a href="https://travis-ci.org/laravel/framework"><img src="https://travis-ci.org/laravel/framework.svg" alt="Build Status"></a>
83+
+<a href="https://github.com/laravel/framework/actions"><img src="https://github.com/laravel/framework/workflows/tests/badge.svg" alt="Build Status"></a>
84+
<a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/dt/laravel/framework" alt="Total Downloads"></a>
85+
<a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/v/laravel/framework" alt="Latest Stable Version"></a>
86+
<a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/l/laravel/framework" alt="License"></a>
87+
diff --git a/composer.json b/composer.json
88+
index 299b7e8a..024809f1 100644
89+
--- a/composer.json
90+
+++ b/composer.json
91+
@@ -60,6 +60,6 @@
92+
"pestphp/pest-plugin": true
93+
}
94+
},
95+
- "minimum-stability": "dev",
96+
+ "minimum-stability": "stable",
97+
"prefer-stable": true
98+
}
99+
diff --git a/database/migrations/2014_10_12_100000_create_password_resets_table.php b/database/migrations/2014_10_12_100000_create_password_resets_table.php
100+
index fcacb80b..e5f1397c 100644
101+
--- a/database/migrations/2014_10_12_100000_create_password_resets_table.php
102+
+++ b/database/migrations/2014_10_12_100000_create_password_resets_table.php
103+
@@ -14,7 +14,7 @@ return new class extends Migration
104+
public function up()
105+
{
106+
Schema::create('password_resets', function (Blueprint $table) {
107+
- $table->string('email')->index();
108+
+ $table->string('email')->primary();
109+
$table->string('token');
110+
$table->timestamp('created_at')->nullable();
111+
});
112+
diff --git a/lang/en/validation.php b/lang/en/validation.php
113+
index 5ea01fa7..af94bd42 100644
114+
--- a/lang/en/validation.php
115+
+++ b/lang/en/validation.php
116+
@@ -22,6 +22,7 @@ return [
117+
'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.',
118+
'alpha_num' => 'The :attribute must only contain letters and numbers.',
119+
'array' => 'The :attribute must be an array.',
120+
+ 'ascii' => 'The :attribute must only contain single-byte alphanumeric characters and symbols.',
121+
'before' => 'The :attribute must be a date before :date.',
122+
'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
123+
'between' => [
124+
@@ -36,6 +37,7 @@ return [
125+
'date' => 'The :attribute is not a valid date.',
126+
'date_equals' => 'The :attribute must be a date equal to :date.',
127+
'date_format' => 'The :attribute does not match the format :format.',
128+
+ 'decimal' => 'The :attribute must have :decimal decimal places.',
129+
'declined' => 'The :attribute must be declined.',
130+
'declined_if' => 'The :attribute must be declined when :other is :value.',
131+
'different' => 'The :attribute and :other must be different.',
132+
@@ -71,6 +73,7 @@ return [
133+
'ipv4' => 'The :attribute must be a valid IPv4 address.',
134+
'ipv6' => 'The :attribute must be a valid IPv6 address.',
135+
'json' => 'The :attribute must be a valid JSON string.',
136+
+ 'lowercase' => 'The :attribute must be lowercase.',
137+
'lt' => [
138+
'array' => 'The :attribute must have less than :value items.',
139+
'file' => 'The :attribute must be less than :value kilobytes.',
140+
@@ -138,7 +141,9 @@ return [
141+
'timezone' => 'The :attribute must be a valid timezone.',
142+
'unique' => 'The :attribute has already been taken.',
143+
'uploaded' => 'The :attribute failed to upload.',
144+
+ 'uppercase' => 'The :attribute must be uppercase.',
145+
'url' => 'The :attribute must be a valid URL.',
146+
+ 'ulid' => 'The :attribute must be a valid ULID.',
147+
'uuid' => 'The :attribute must be a valid UUID.',
148+
149+
/*
150+
diff --git a/package.json b/package.json
151+
index 36489d96..0b32ba69 100644
152+
--- a/package.json
153+
+++ b/package.json
154+
@@ -6,9 +6,9 @@
155+
},
156+
"devDependencies": {
157+
"axios": "^1.1.2",
158+
- "laravel-vite-plugin": "^0.6.0",
159+
+ "laravel-vite-plugin": "^0.7.2",
160+
"lodash": "^4.17.19",
161+
"postcss": "^8.1.14",
162+
- "vite": "^3.0.0"
163+
+ "vite": "^4.0.0"
164+
}
165+
}
166+
diff --git a/resources/js/bootstrap.js b/resources/js/bootstrap.js
167+
index 366c49d0..a5b3eddc 100644
168+
--- a/resources/js/bootstrap.js
169+
+++ b/resources/js/bootstrap.js
170+
@@ -26,6 +26,7 @@ window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
171+
// window.Echo = new Echo({
172+
// broadcaster: 'pusher',
173+
// key: import.meta.env.VITE_PUSHER_APP_KEY,
174+
+// cluster: import.meta.env.VITE_PUSHER_APP_CLUSTER ?? 'mt1',
175+
// wsHost: import.meta.env.VITE_PUSHER_HOST ? import.meta.env.VITE_PUSHER_HOST : `ws-${import.meta.env.VITE_PUSHER_APP_CLUSTER}.pusher.com`,
176+
// wsPort: import.meta.env.VITE_PUSHER_PORT ?? 80,
177+
// wssPort: import.meta.env.VITE_PUSHER_PORT ?? 443,
178+
diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php
179+
index 0ad6097c..9faad4e8 100644
180+
--- a/resources/views/welcome.blade.php
181+
+++ b/resources/views/welcome.blade.php
182+
@@ -49,7 +49,7 @@
183+
<div class="grid grid-cols-1 md:grid-cols-2">
184+
<div class="p-6">
185+
<div class="flex items-center">
186+
- <svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="w-8 h-8 text-gray-500"><path d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253"></path></svg>
187+
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-8 h-8 text-gray-500"><path stroke-linecap="round" stroke-linejoin="round" d="M12 6.042A8.967 8.967 0 006 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 016 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 016-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0018 18a8.967 8.967 0 00-6 2.292m0-14.25v14.25" /></svg>
188+
<div class="ml-4 text-lg leading-7 font-semibold"><a href="https://laravel.com/docs" class="underline text-gray-900 dark:text-white">Documentation</a></div>
189+
</div>
190+
191+
@@ -62,7 +62,7 @@
192+
193+
<div class="p-6 border-t border-gray-200 dark:border-gray-700 md:border-t-0 md:border-l">
194+
<div class="flex items-center">
195+
- <svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="w-8 h-8 text-gray-500"><path d="M3 9a2 2 0 012-2h.93a2 2 0 001.664-.89l.812-1.22A2 2 0 0110.07 4h3.86a2 2 0 011.664.89l.812 1.22A2 2 0 0018.07 7H19a2 2 0 012 2v9a2 2 0 01-2 2H5a2 2 0 01-2-2V9z"></path><path d="M15 13a3 3 0 11-6 0 3 3 0 016 0z"></path></svg>
196+
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-8 h-8 text-gray-500"><path stroke-linecap="round" d="M15.75 10.5l4.72-4.72a.75.75 0 011.28.53v11.38a.75.75 0 01-1.28.53l-4.72-4.72M4.5 18.75h9a2.25 2.25 0 002.25-2.25v-9a2.25 2.25 0 00-2.25-2.25h-9A2.25 2.25 0 002.25 7.5v9a2.25 2.25 0 002.25 2.25z" /></svg>
197+
<div class="ml-4 text-lg leading-7 font-semibold"><a href="https://laracasts.com" class="underline text-gray-900 dark:text-white">Laracasts</a></div>
198+
</div>
199+
200+
@@ -75,7 +75,7 @@
201+
202+
<div class="p-6 border-t border-gray-200 dark:border-gray-700">
203+
<div class="flex items-center">
204+
- <svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="w-8 h-8 text-gray-500"><path d="M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z"></path></svg>
205+
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-8 h-8 text-gray-500"><path stroke-linecap="round" stroke-linejoin="round" d="M7.5 8.25h9m-9 3H12m-9.75 1.51c0 1.6 1.123 2.994 2.707 3.227 1.129.166 2.27.293 3.423.379.35.026.67.21.865.501L12 21l2.755-4.133a1.14 1.14 0 01.865-.501 48.172 48.172 0 003.423-.379c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0012 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018z" /></svg>
206+
<div class="ml-4 text-lg leading-7 font-semibold"><a href="https://laravel-news.com/" class="underline text-gray-900 dark:text-white">Laravel News</a></div>
207+
</div>
208+
209+
@@ -88,7 +88,7 @@
210+
211+
<div class="p-6 border-t border-gray-200 dark:border-gray-700 md:border-l">
212+
<div class="flex items-center">
213+
- <svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="w-8 h-8 text-gray-500"><path d="M3.055 11H5a2 2 0 012 2v1a2 2 0 002 2 2 2 0 012 2v2.945M8 3.935V5.5A2.5 2.5 0 0010.5 8h.5a2 2 0 012 2 2 2 0 104 0 2 2 0 012-2h1.064M15 20.488V18a2 2 0 012-2h3.064M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
214+
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-8 h-8 text-gray-500"><path stroke-linecap="round" stroke-linejoin="round" d="M6.115 5.19l.319 1.913A6 6 0 008.11 10.36L9.75 12l-.387.775c-.217.433-.132.956.21 1.298l1.348 1.348c.21.21.329.497.329.795v1.089c0 .426.24.815.622 1.006l.153.076c.433.217.956.132 1.298-.21l.723-.723a8.7 8.7 0 002.288-4.042 1.087 1.087 0 00-.358-1.099l-1.33-1.108c-.251-.21-.582-.299-.905-.245l-1.17.195a1.125 1.125 0 01-.98-.314l-.295-.295a1.125 1.125 0 010-1.591l.13-.132a1.125 1.125 0 011.3-.21l.603.302a.809.809 0 001.086-1.086L14.25 7.5l1.256-.837a4.5 4.5 0 001.528-1.732l.146-.292M6.115 5.19A9 9 0 1017.18 4.64M6.115 5.19A8.965 8.965 0 0112 3c1.929 0 3.716.607 5.18 1.64" /></svg>
215+
<div class="ml-4 text-lg leading-7 font-semibold text-gray-900 dark:text-white">Vibrant Ecosystem</div>
216+
</div>
217+
218+
@@ -104,16 +104,16 @@
219+
<div class="flex justify-center mt-4 sm:items-center sm:justify-between">
220+
<div class="text-center text-sm text-gray-500 sm:text-left">
221+
<div class="flex items-center">
222+
- <svg fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" stroke="currentColor" class="-mt-px w-5 h-5 text-gray-400">
223+
- <path d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
224+
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="-mt-px w-5 h-5 text-gray-400">
225+
+ <path stroke-linecap="round" stroke-linejoin="round" d="M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 00-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 00-16.536-1.84M7.5 14.25L5.106 5.272M6 20.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm12.75 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z" />
226+
</svg>
227+
228+
<a href="https://laravel.bigcartel.com" class="ml-1 underline">
229+
Shop
230+
</a>
231+
232+
- <svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="ml-4 -mt-px w-5 h-5 text-gray-400">
233+
- <path d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z"></path>
234+
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="ml-4 -mt-px w-5 h-5 text-gray-400">
235+
+ <path stroke-linecap="round" stroke-linejoin="round" d="M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12z" />
236+
</svg>
237+
238+
<a href="https://github.com/sponsors/taylorotwell" class="ml-1 underline">

0 commit comments

Comments
 (0)