yiimaker / yii2-translatable

Translatable behavior aggregates logic of linking translations to the primary model
BSD 3-Clause "New" or "Revised" License
15 stars 1 forks source link

Bump yiisoft/yii2 from 2.0.25 to 2.0.26 #11

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps yiisoft/yii2 from 2.0.25 to 2.0.26.

Changelog *Sourced from [yiisoft/yii2's changelog](https://github.com/yiisoft/yii2-framework/blob/master/CHANGELOG.md).* > 2.0.26 September 03, 2019 > ------------------------- > > - Bug [#16305](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/16305): Fix `FileValidator` mime-type validation failure because of case sensitivity (kamarton) > - Bug [#16531](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/16531): Fix error in `Response::sendContent()` when `set_time_limit()` is disabled (brandonkelly) > - Bug [#17355](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17355): Fix incorrect sequence of `EVENT_AFTER_REQUEST` when using Pjax (kamarton) > - Bug [#17434](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17434): Fix Internet Explorer 11 AJAX redirect bug in case of 301 and 302 response codes (`XMLHttpRequest: Network Error 0x800c0008`) (kamarton) > - Bug [#17449](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17449): Ensure `CHECK` statement goes after `COMMENT` in MySQL `QueryBuilder::addCommentOnColumn()` (Manu311) > - Bug [#17504](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17504): Fix upsert when `$updateColumns` is `true` but there are no columns to update in the table (alexkart) > - Bug [#17507](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17507): Fix regular expression escaping and simplify condition in `Controller::createAction()` (kamarton) > - Bug [#17511](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17511): Fix IPv6 subnets matching in `IpHelper::inRange()` (kamarton) > - Bug [#17522](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17522): `DbManager::isEmptyUserId()` is now protected (samdark)
Commits - [`5ca9036`](https://github.com/yiisoft/yii2-framework/commit/5ca9036dd6eb75354fbd287cc57f79ca861fb7f1) release version 2.0.26 - [`4b59f58`](https://github.com/yiisoft/yii2-framework/commit/4b59f587d534d814cff8662c61df88b52dd87f8a) Do not count each iteration - [`745a8a7`](https://github.com/yiisoft/yii2-framework/commit/745a8a79289c41e730bce7c51731f0c1440c135b) Inline constant since it is not part of the public interface - [`184bdb2`](https://github.com/yiisoft/yii2-framework/commit/184bdb264590b400b0a334eed840ddc3fae2c90d) Adjust changelog messages [skip ci] - [`18ab0ef`](https://github.com/yiisoft/yii2-framework/commit/18ab0efc1e443068daba568002e18dc59f68fa7f) Fix [#16531](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/16531): Fix error in `Response::sendContent()` when `set_time_limit()` i... - [`91cd3b5`](https://github.com/yiisoft/yii2-framework/commit/91cd3b524de79804e0cf27b2905011741c2b33b4) Fix [#17449](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17449): Ensure `CHECK` statement goes after `COMMENT` in MySQL `QueryBuil... - [`d23441f`](https://github.com/yiisoft/yii2-framework/commit/d23441fb7e8d89b4745e252f8d4013cfb9116b41) Fix [#17434](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17434): Fixed Internet Explorer 11 AJAX redirect bug in case of 301 and 3... - [`06cc184`](https://github.com/yiisoft/yii2-framework/commit/06cc18449024112237eb1e251a98983a380a8b7e) Fix [#17522](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17522): `DbManager::isEmptyUserId()` is now protected - [`5309e0c`](https://github.com/yiisoft/yii2-framework/commit/5309e0ca8336655ee120344e1c4ad0db1a54bd96) Fix [#16305](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/16305): Fix `FileValidator` mime-type validation failure because of case ... - [`a0ec1ac`](https://github.com/yiisoft/yii2-framework/commit/a0ec1acc50c9ff78e0047fc614b71b1ca485bbec) Fix [#17355](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17355): Fixed Pjax after request event bug - Additional commits viewable in [compare view](https://github.com/yiisoft/yii2-framework/compare/2.0.25...2.0.26)


Dependabot compatibility score

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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@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) - 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.
greeflas commented 5 years ago

@dependabot rebase