From d0726a34d1bc9174e713f7e249fb0d9334e60bbd Mon Sep 17 00:00:00 2001 From: Eric Famiglietti Date: Tue, 18 Dec 2018 22:22:09 -0500 Subject: [PATCH 01/40] Remove extra whitespace. --- config/logging.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/logging.php b/config/logging.php index 4b9cbffe..eb40a051 100644 --- a/config/logging.php +++ b/config/logging.php @@ -61,7 +61,7 @@ ], 'papertrail' => [ - 'driver' => 'monolog', + 'driver' => 'monolog', 'level' => 'debug', 'handler' => SyslogUdpHandler::class, 'handler_with' => [ From d1db3cd089d6e9f81a4c8a65d401939f85cbbd5c Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 20 Dec 2018 14:55:04 +0100 Subject: [PATCH 02/40] Update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d5136a..20f9110e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Release Notes +## [v5.7.19 (2018-12-15)](https://github.com/laravel/laravel/compare/v5.7.15...v5.7.19) + +### Added +- Add language entry for `starts_with` rule ([#4866](https://github.com/laravel/laravel/pull/4866)) +- Add env variable ([e1b8847](https://github.com/laravel/laravel/commit/e1b8847a92bdd85163990ee2e3284262da09b5fd)) + +### Changed +- Update .gitignore ([bc435e7](https://github.com/laravel/laravel/commit/bc435e7fdd8308d133a404b1daa811dd30d95fe5)) +- Bump to Mix v4 ([4882](https://github.com/laravel/laravel/pull/4882)) + +### Fixed +- Fixed mixed up comment order ([#4867](https://github.com/laravel/laravel/pull/4867)) + ## [v5.7.15 (2018-11-22)](https://github.com/laravel/laravel/compare/v5.7.13...v5.7.15) ### Added From 8f06b20d12ab04e11b9597dc200a0e2c30d6ecd7 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 3 Jan 2019 17:32:14 +0100 Subject: [PATCH 03/40] Update changelog --- CHANGELOG.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20f9110e..c5eebf6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -114,7 +114,7 @@ ### Changed - Set `bcrypt rounds` using the `hashing` config ([#4643](https://github.com/laravel/laravel/pull/4643)) -## v5.6.12 (2018-03-14) +## [v5.6.12 (2018-03-14)](https://github.com/laravel/laravel/compare/v5.6.7...v5.6.12) ### Added - Added message for `not_regex` validation rule ([#4602](https://github.com/laravel/laravel/pull/4602)) @@ -128,7 +128,7 @@ ### Removed - Removed "thanks" package ([#4593](https://github.com/laravel/laravel/pull/4593)) -## v5.6.7 (2018-02-27) +## [v5.6.7 (2018-02-27)](https://github.com/laravel/laravel/compare/v5.6.0...v5.6.7) ### Changed - Use `Hash::make()` in `RegisterController` ([#4570](https://github.com/laravel/laravel/pull/4570)) @@ -138,7 +138,7 @@ ### Removed - Removed Bootstrap 3 variables ([#4572](https://github.com/laravel/laravel/pull/4572)) -## v5.6.0 (2018-02-07) +## [v5.6.0 (2018-02-07)](https://github.com/laravel/laravel/compare/v5.5.28...v5.6.0) ### Added - Added `filesystems.disks.s3.url` config parameter ([#4483](https://github.com/laravel/laravel/pull/4483)) @@ -158,7 +158,7 @@ ### Changed - Use Mix environment variables ([224f994](https://github.com/laravel/laravel/commit/224f9949c74fcea2eeceae0a1f65d9c2e7498a27), [2db1e0c](https://github.com/laravel/laravel/commit/2db1e0c5e8525f3ee4b3850f0116c13224790dff)) -## v5.5.28 (2018-01-03) +## [v5.5.28 (2018-01-03)](https://github.com/laravel/laravel/compare/v5.5.22...v5.5.28) ### Added - Added `symfony/thanks` ([60de3a5](https://github.com/laravel/laravel/commit/60de3a5670c4a3bf5fb96433828b6aadd7df0e53)) @@ -170,7 +170,7 @@ ### Changed - Updated default Echo configuration for Pusher ([#4525](https://github.com/laravel/laravel/pull/4525), [aad5940](https://github.com/laravel/laravel/commit/aad59400e2d69727224a3ca9b6aa9f9d7c87e9f7), [#4526](https://github.com/laravel/laravel/pull/4526), [a32af97](https://github.com/laravel/laravel/commit/a32af97ede49fdd57e8217a9fd484b4cb4ab1bbf)) -## v5.5.22 (2017-11-21) +## [v5.5.22 (2017-11-21)](https://github.com/laravel/laravel/compare/v5.5.0...v5.5.22) ### Added - Added `-Indexes` option in `.htaccess` ([#4422](https://github.com/laravel/laravel/pull/4422)) @@ -186,7 +186,7 @@ ### Fixed - Fixed directive order in `.htaccess` ([#4433](https://github.com/laravel/laravel/pull/4433)) -## v5.5.0 (2017-08-30) +## [v5.5.0 (2017-08-30)](https://github.com/laravel/laravel/compare/v5.4.30...v5.5.0) ### Added - Added `same_site` to `session.php` config ([#4168](https://github.com/laravel/laravel/pull/4168)) @@ -212,7 +212,7 @@ ### Removed - Removed migrations from autoload classmap ([#4340](https://github.com/laravel/laravel/pull/4340)) -## v5.4.30 (2017-07-20) +## [v5.4.30 (2017-07-20)](https://github.com/laravel/laravel/compare/v5.4.23...v5.4.30) ### Changed - Simplified mix require ([#4283](https://github.com/laravel/laravel/pull/4283)) @@ -225,7 +225,7 @@ ### Fixed - Use quotes in `app.scss` ([#4287](https://github.com/laravel/laravel/pull/4287)) -## v5.4.23 (2017-05-11) +## [v5.4.23 (2017-05-11)](https://github.com/laravel/laravel/compare/v5.4.21...v5.4.23) ### Added - Added SQL Server connection ([#4253](https://github.com/laravel/laravel/pull/4253), [#4254](https://github.com/laravel/laravel/pull/4254)) @@ -239,7 +239,7 @@ ### Fixed - Added missing `ipv4` and `ipv6` validation messages ([#4261](https://github.com/laravel/laravel/pull/4261)) -## v5.4.21 (2017-04-28) +## [v5.4.21 (2017-04-28)](https://github.com/laravel/laravel/compare/v5.4.19...v5.4.21) ### Added - Added `FILESYSTEM_DRIVER` and `FILESYSTEM_CLOUD` environment variables ([#4236](https://github.com/laravel/laravel/pull/4236)) @@ -248,7 +248,7 @@ ### Changed - Use lowercase doctype ([#4241](https://github.com/laravel/laravel/pull/4241)) -## v5.4.19 (2017-04-20) +## [v5.4.19 (2017-04-20)](https://github.com/laravel/laravel/compare/v5.4.16...v5.4.19) ### Added - Added `optimize-autoloader` to `config` in `composer.json` ([#4189](https://github.com/laravel/laravel/pull/4189)) @@ -266,7 +266,7 @@ ### Changed - Use fluent middleware definition in `LoginController` ([#4229](https://github.com/laravel/laravel/pull/4229)) -## v5.4.16 (2017-03-17) +## [v5.4.16 (2017-03-17)](https://github.com/laravel/laravel/compare/v5.4.15...v5.4.16) ### Added - Added `unix_socket` to `mysql` in `config/database.php` ()[#4179](https://github.com/laravel/laravel/pull/4179)) From 321d9e3786bfd605fe847e34687ccfa8def5bda2 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 3 Jan 2019 17:46:21 +0100 Subject: [PATCH 04/40] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5eebf6b..00f27ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ ### Changed ### Fixed - Fixed mixed up comment order ([#4867](https://github.com/laravel/laravel/pull/4867)) + ## [v5.7.15 (2018-11-22)](https://github.com/laravel/laravel/compare/v5.7.13...v5.7.15) ### Added From 322f7fb15246956ae6decc6768cea239c84a4bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=85=8B?= Date: Wed, 9 Jan 2019 11:21:41 +0800 Subject: [PATCH 05/40] Remove extra whitespace --- config/cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cache.php b/config/cache.php index 0c309696..4f0b3c45 100644 --- a/config/cache.php +++ b/config/cache.php @@ -59,7 +59,7 @@ env('MEMCACHED_PASSWORD'), ], 'options' => [ - // Memcached::OPT_CONNECT_TIMEOUT => 2000, + // Memcached::OPT_CONNECT_TIMEOUT => 2000, ], 'servers' => [ [ From ebc94a6cf47f4bfc55d9bce8bd228e3fa157577c Mon Sep 17 00:00:00 2001 From: Tiago Tavares Date: Thu, 10 Jan 2019 15:18:24 +0000 Subject: [PATCH 06/40] Add Cyber-Duck new Patreon Sponsor to readme --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 9c8c703a..54e3c2bc 100644 --- a/readme.md +++ b/readme.md @@ -35,6 +35,7 @@ ## Laravel Sponsors - **[Tighten Co.](https://tighten.co)** - **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)** - **[Cubet Techno Labs](https://cubettech.com)** +- **[Cyber-Duck](https://cyber-duck.co.uk)** - **[British Software Development](https://www.britishsoftware.co)** - [UserInsights](https://userinsights.com) - [Fragrantica](https://www.fragrantica.com) From 1ec97b2c3737e84c2c70d5c92d1dea25a7ec16c6 Mon Sep 17 00:00:00 2001 From: ForzaFerrariDEV <45308401+ForzaFerrariDEV@users.noreply.github.com> Date: Thu, 10 Jan 2019 21:46:58 +0100 Subject: [PATCH 07/40] Update welcome.blade.php --- resources/views/welcome.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 26ca6748..70084bfe 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -85,6 +85,7 @@