Release notes
*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).*
> ## v5.8.27
> ## [v5.8.27 (2019-07-02)](https://github.com/laravel/framework/compare/v5.8.26...v5.8.27)
>
> ### Added
> - Let `mix` helper use `app.mix_url` config ([#28952](https://github-redirect.dependabot.com/laravel/framework/pull/28952))
> - Added `RedisManager::setDriver()` method ([#28985](https://github-redirect.dependabot.com/laravel/framework/pull/28985))
> - Added `whereHasMorph()` and corresponding methods to work with `MorphTo` relations ([#28928](https://github-redirect.dependabot.com/laravel/framework/pull/28928))
>
> ### Fixed
> - Fixed: Changing a database field to binary include `collation` ([#28975](https://github-redirect.dependabot.com/laravel/framework/pull/28975))
> - Fixed [app.stub for jquery components loading](https://github-redirect.dependabot.com/laravel/framework/issues/28984) ([#29001](https://github-redirect.dependabot.com/laravel/framework/pull/29001))
> - Fixed equivalent for greek letter theta in `Str::ascii()` ([#28999](https://github-redirect.dependabot.com/laravel/framework/pull/28999))
>
> ### Changed
> - Prevented `TestResponse::dump()` and `TestResponse::dumpHeaders()` methods from ending execution of the script ([#28960](https://github-redirect.dependabot.com/laravel/framework/pull/28960))
> - Allowed `TestResponse::dump()` and `TestResponse::dumpHeaders()` methods chaining ([#28967](https://github-redirect.dependabot.com/laravel/framework/pull/28967))
> - Allowed to `NotificationFake` accept custom channels ([#28969](https://github-redirect.dependabot.com/laravel/framework/pull/28969))
> - Replace contents of service manifest atomically ([#28973](https://github-redirect.dependabot.com/laravel/framework/pull/28973))
> - Pass down the `serverVersion` database connection option to Doctrine DBAL connection ([#28964](https://github-redirect.dependabot.com/laravel/framework/pull/28964), [1b55b28](https://github.com/laravel/framework/commit/1b55b289788d5c49187481e421d949fe409a27c1))
> - Replace `self::` with `static::` in the `Relation::getMorphedModel()` ([#28974](https://github-redirect.dependabot.com/laravel/framework/pull/28974))
> - Set a message for `SuspiciousOperationException` ([#29000](https://github-redirect.dependabot.com/laravel/framework/pull/29000))
> - Storing Mailgun Message-ID in the headers after sending ([#28994](https://github-redirect.dependabot.com/laravel/framework/pull/28994))
Changelog
*Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.8/CHANGELOG-5.8.md).*
> ## [v5.8.27 (2019-07-02)](https://github.com/laravel/framework/compare/v5.8.26...v5.8.27)
>
> ### Added
> - Let `mix` helper use `app.mix_url` config ([#28952](https://github-redirect.dependabot.com/laravel/framework/pull/28952))
> - Added `RedisManager::setDriver()` method ([#28985](https://github-redirect.dependabot.com/laravel/framework/pull/28985))
> - Added `whereHasMorph()` and corresponding methods to work with `MorphTo` relations ([#28928](https://github-redirect.dependabot.com/laravel/framework/pull/28928))
>
> ### Fixed
> - Fixed: Changing a database field to binary include `collation` ([#28975](https://github-redirect.dependabot.com/laravel/framework/pull/28975))
> - Fixed [app.stub for jquery components loading](https://github-redirect.dependabot.com/laravel/framework/issues/28984) ([#29001](https://github-redirect.dependabot.com/laravel/framework/pull/29001))
> - Fixed equivalent for greek letter theta in `Str::ascii()` ([#28999](https://github-redirect.dependabot.com/laravel/framework/pull/28999))
>
> ### Changed
> - Prevented `TestResponse::dump()` and `TestResponse::dumpHeaders()` methods from ending execution of the script ([#28960](https://github-redirect.dependabot.com/laravel/framework/pull/28960))
> - Allowed `TestResponse::dump()` and `TestResponse::dumpHeaders()` methods chaining ([#28967](https://github-redirect.dependabot.com/laravel/framework/pull/28967))
> - Allowed to `NotificationFake` accept custom channels ([#28969](https://github-redirect.dependabot.com/laravel/framework/pull/28969))
> - Replace contents of service manifest atomically ([#28973](https://github-redirect.dependabot.com/laravel/framework/pull/28973))
> - Pass down the `serverVersion` database connection option to Doctrine DBAL connection ([#28964](https://github-redirect.dependabot.com/laravel/framework/pull/28964), [1b55b28](https://github.com/laravel/framework/commit/1b55b289788d5c49187481e421d949fe409a27c1))
> - Replace `self::` with `static::` in the `Relation::getMorphedModel()` ([#28974](https://github-redirect.dependabot.com/laravel/framework/pull/28974))
> - Set a message for `SuspiciousOperationException` ([#29000](https://github-redirect.dependabot.com/laravel/framework/pull/29000))
> - Storing Mailgun Message-ID in the headers after sending ([#28994](https://github-redirect.dependabot.com/laravel/framework/pull/28994))
Commits
- [`f1dccff`](https://github.com/laravel/framework/commit/f1dccffb96f614895393e27e4667105a05407af5) version
- [`0596050`](https://github.com/laravel/framework/commit/05960508e0475d7ce3c501975f365a998f2a6a6d) Only test on Redis 4.3.0 for now
- [`c7f7c1a`](https://github.com/laravel/framework/commit/c7f7c1a2ec3bbb03f4e4154f28099951af4e4488) Merge pull request [#28994](https://github-redirect.dependabot.com/laravel/framework/issues/28994) from CyrilMazur/5.8-mailgun-message-id
- [`2dbe435`](https://github.com/laravel/framework/commit/2dbe435c57df08de36e36a116052b1260f93c680) Fixed test
- [`d1512ee`](https://github.com/laravel/framework/commit/d1512ee081fbebb8beb05ad1c8ac3c6170f42be9) Merge pull request [#28999](https://github-redirect.dependabot.com/laravel/framework/issues/28999) from nikosv/patch-1
- [`b68ba23`](https://github.com/laravel/framework/commit/b68ba2312f95aa6db70a5936e3c9c75097a99051) Merge pull request [#29000](https://github-redirect.dependabot.com/laravel/framework/issues/29000) from laravel/ex-message
- [`10a2cbd`](https://github.com/laravel/framework/commit/10a2cbd8b39378ab2a243ffc228d78c553e3e7ea) Update Handler.php
- [`1f3cbcf`](https://github.com/laravel/framework/commit/1f3cbcf5c1bac01ad203fadfce24b083ebc412e9) Merge pull request [#29001](https://github-redirect.dependabot.com/laravel/framework/issues/29001) from mikestratton/5.8
- [`f7e96b6`](https://github.com/laravel/framework/commit/f7e96b6eff50bd6a6bb8b24442b69958bf96e628) [5.8] update changelog
- [`52b2b19`](https://github.com/laravel/framework/commit/52b2b19887594ca30487e013fc4608c1d6db1669) Fixes Issue [#28984](https://github-redirect.dependabot.com/laravel/framework/issues/28984)
- Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.26...v5.8.27)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps laravel/framework from 5.8.26 to 5.8.27.
Release notes
*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.8.27 > ## [v5.8.27 (2019-07-02)](https://github.com/laravel/framework/compare/v5.8.26...v5.8.27) > > ### Added > - Let `mix` helper use `app.mix_url` config ([#28952](https://github-redirect.dependabot.com/laravel/framework/pull/28952)) > - Added `RedisManager::setDriver()` method ([#28985](https://github-redirect.dependabot.com/laravel/framework/pull/28985)) > - Added `whereHasMorph()` and corresponding methods to work with `MorphTo` relations ([#28928](https://github-redirect.dependabot.com/laravel/framework/pull/28928)) > > ### Fixed > - Fixed: Changing a database field to binary include `collation` ([#28975](https://github-redirect.dependabot.com/laravel/framework/pull/28975)) > - Fixed [app.stub for jquery components loading](https://github-redirect.dependabot.com/laravel/framework/issues/28984) ([#29001](https://github-redirect.dependabot.com/laravel/framework/pull/29001)) > - Fixed equivalent for greek letter theta in `Str::ascii()` ([#28999](https://github-redirect.dependabot.com/laravel/framework/pull/28999)) > > ### Changed > - Prevented `TestResponse::dump()` and `TestResponse::dumpHeaders()` methods from ending execution of the script ([#28960](https://github-redirect.dependabot.com/laravel/framework/pull/28960)) > - Allowed `TestResponse::dump()` and `TestResponse::dumpHeaders()` methods chaining ([#28967](https://github-redirect.dependabot.com/laravel/framework/pull/28967)) > - Allowed to `NotificationFake` accept custom channels ([#28969](https://github-redirect.dependabot.com/laravel/framework/pull/28969)) > - Replace contents of service manifest atomically ([#28973](https://github-redirect.dependabot.com/laravel/framework/pull/28973)) > - Pass down the `serverVersion` database connection option to Doctrine DBAL connection ([#28964](https://github-redirect.dependabot.com/laravel/framework/pull/28964), [1b55b28](https://github.com/laravel/framework/commit/1b55b289788d5c49187481e421d949fe409a27c1)) > - Replace `self::` with `static::` in the `Relation::getMorphedModel()` ([#28974](https://github-redirect.dependabot.com/laravel/framework/pull/28974)) > - Set a message for `SuspiciousOperationException` ([#29000](https://github-redirect.dependabot.com/laravel/framework/pull/29000)) > - Storing Mailgun Message-ID in the headers after sending ([#28994](https://github-redirect.dependabot.com/laravel/framework/pull/28994))Changelog
*Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.8/CHANGELOG-5.8.md).* > ## [v5.8.27 (2019-07-02)](https://github.com/laravel/framework/compare/v5.8.26...v5.8.27) > > ### Added > - Let `mix` helper use `app.mix_url` config ([#28952](https://github-redirect.dependabot.com/laravel/framework/pull/28952)) > - Added `RedisManager::setDriver()` method ([#28985](https://github-redirect.dependabot.com/laravel/framework/pull/28985)) > - Added `whereHasMorph()` and corresponding methods to work with `MorphTo` relations ([#28928](https://github-redirect.dependabot.com/laravel/framework/pull/28928)) > > ### Fixed > - Fixed: Changing a database field to binary include `collation` ([#28975](https://github-redirect.dependabot.com/laravel/framework/pull/28975)) > - Fixed [app.stub for jquery components loading](https://github-redirect.dependabot.com/laravel/framework/issues/28984) ([#29001](https://github-redirect.dependabot.com/laravel/framework/pull/29001)) > - Fixed equivalent for greek letter theta in `Str::ascii()` ([#28999](https://github-redirect.dependabot.com/laravel/framework/pull/28999)) > > ### Changed > - Prevented `TestResponse::dump()` and `TestResponse::dumpHeaders()` methods from ending execution of the script ([#28960](https://github-redirect.dependabot.com/laravel/framework/pull/28960)) > - Allowed `TestResponse::dump()` and `TestResponse::dumpHeaders()` methods chaining ([#28967](https://github-redirect.dependabot.com/laravel/framework/pull/28967)) > - Allowed to `NotificationFake` accept custom channels ([#28969](https://github-redirect.dependabot.com/laravel/framework/pull/28969)) > - Replace contents of service manifest atomically ([#28973](https://github-redirect.dependabot.com/laravel/framework/pull/28973)) > - Pass down the `serverVersion` database connection option to Doctrine DBAL connection ([#28964](https://github-redirect.dependabot.com/laravel/framework/pull/28964), [1b55b28](https://github.com/laravel/framework/commit/1b55b289788d5c49187481e421d949fe409a27c1)) > - Replace `self::` with `static::` in the `Relation::getMorphedModel()` ([#28974](https://github-redirect.dependabot.com/laravel/framework/pull/28974)) > - Set a message for `SuspiciousOperationException` ([#29000](https://github-redirect.dependabot.com/laravel/framework/pull/29000)) > - Storing Mailgun Message-ID in the headers after sending ([#28994](https://github-redirect.dependabot.com/laravel/framework/pull/28994))Commits
- [`f1dccff`](https://github.com/laravel/framework/commit/f1dccffb96f614895393e27e4667105a05407af5) version - [`0596050`](https://github.com/laravel/framework/commit/05960508e0475d7ce3c501975f365a998f2a6a6d) Only test on Redis 4.3.0 for now - [`c7f7c1a`](https://github.com/laravel/framework/commit/c7f7c1a2ec3bbb03f4e4154f28099951af4e4488) Merge pull request [#28994](https://github-redirect.dependabot.com/laravel/framework/issues/28994) from CyrilMazur/5.8-mailgun-message-id - [`2dbe435`](https://github.com/laravel/framework/commit/2dbe435c57df08de36e36a116052b1260f93c680) Fixed test - [`d1512ee`](https://github.com/laravel/framework/commit/d1512ee081fbebb8beb05ad1c8ac3c6170f42be9) Merge pull request [#28999](https://github-redirect.dependabot.com/laravel/framework/issues/28999) from nikosv/patch-1 - [`b68ba23`](https://github.com/laravel/framework/commit/b68ba2312f95aa6db70a5936e3c9c75097a99051) Merge pull request [#29000](https://github-redirect.dependabot.com/laravel/framework/issues/29000) from laravel/ex-message - [`10a2cbd`](https://github.com/laravel/framework/commit/10a2cbd8b39378ab2a243ffc228d78c553e3e7ea) Update Handler.php - [`1f3cbcf`](https://github.com/laravel/framework/commit/1f3cbcf5c1bac01ad203fadfce24b083ebc412e9) Merge pull request [#29001](https://github-redirect.dependabot.com/laravel/framework/issues/29001) from mikestratton/5.8 - [`f7e96b6`](https://github.com/laravel/framework/commit/f7e96b6eff50bd6a6bb8b24442b69958bf96e628) [5.8] update changelog - [`52b2b19`](https://github.com/laravel/framework/commit/52b2b19887594ca30487e013fc4608c1d6db1669) Fixes Issue [#28984](https://github-redirect.dependabot.com/laravel/framework/issues/28984) - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.26...v5.8.27)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.