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.27 to 2.0.31 #18

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps yiisoft/yii2 from 2.0.27 to 2.0.31.

Changelog

Sourced from yiisoft/yii2's changelog.

2.0.31 December 18, 2019

  • Bug #17661: Fix query builder incorrect IN/NOT IN condition handling for null values (strychu)
  • Bug #17685: Fix invalid db component in m180523_151638_rbac_updates_indexes_without_prefix (rvkulikov)
  • Bug #17687: Query::indexBy can now include a table alias (brandonkelly)
  • Bug #17694: Fixed Error Handler to clear registered view tags, scripts, and files when rendering error view through action view (bizley)
  • Bug #17701: Throw BadRequetHttpException when request params can’t be bound to int and float controller action arguments (brandonkelly)
  • Bug #17710: Fix MemCache duration normalization to avoid memcached/system timestamp mismatch (samdark)
  • Bug #17723: Fix Model::activeAttributes() to access array offset on value of non-string (samdark)
  • Bug #17723: Fix incorrect decoding of default binary value for PostgreSQL (samdark)
  • Bug #17723: Fix incorrect type-casting of reflection type to string (samdark)
  • Bug #17725: Ensure we do not use external polyfills for pbkdf2() as these may be implemented incorrectly (samdark)
  • Bug #17740: yii\helpers\BaseInflector::slug() doesn't replace multiple replacement string occurrences to single one (batyrmastyr)
  • Bug #17745: Fix PostgreSQL query builder drops default value when it is empty (xepozz)
  • Enh #17665: Implement RFC 7239 Forwarded header parsing in Request (mikk150, kamarton)
  • Enh #17720: DI 3 support for application core components and default object configurations (sup-ham)

2.0.30 November 19, 2019

  • Bug #17434: IE Ajax redirect fix for non 11.0 versions (kamarton)
  • Bug #17632: Unicode file name was not correctly parsed in multipart forms (AlexRas007, samdark)
  • Bug #17648: Handle empty column arrays in console Table widget (alex-code)
  • Bug #17657: Fix migration errors from missing $schema in RBAC init file when using MSSQL (PoohOka)
  • Bug #17670: Fix overriding core component class using __class (sup-ham, samdark)

2.0.29 October 22, 2019

  • Bug #8225: Fixed AJAX validation with checkboxList was only triggered on first select (execut)
  • Bug #17597: PostgreSQL 12 and partitioned tables support (batyrmastyr)
  • Bug #17602: EmailValidator with checkDNS=true throws ErrorException on bad domains on Alpine (batyrmastyr)
  • Bug #17606: Fix error in AssetBundle when a disabled bundle with custom init() was still published (onmotion)
  • Bug #17625: Fix boolean data attributes from subkeys rendering in Html::renderTagAttributes() (brandonkelly)
  • Enh #17607: Added Yii version 3 DI config compatibility (hiqsol)

2.0.28 October 08, 2019

  • Bug #17573: Request::getUserIP() security fix for the case when Request::$trustedHost and Request::$ipHeaders are used (kamarton)
  • Bug #17585: Fix yii\i18n\Formatter including the [@​calendar](https://github.com/calendar) locale param in Yii::t() calls (brandonkelly)
  • Bug #17853: Fix errors in ActiveField to be properly caught when PHP 7 is used (My6UoT9)
Commits
  • b9fa3d1 prepare for next release
  • 0329b2d release version 2.0.31
  • 497beb4 Fix #17745: Fix PostgreSQL query builder drops default value when it is empty
  • 246a168 #17733: Additional fixes for #17665, Forwarded header parsing in Request
  • b05f0a2 Fix #17740: yii\helpers\BaseInflector::slug() doesn't replace multiple repl...
  • e531573 Fix #17661: Fix query builder incorrect IN/NOT IN condition handling for null...
  • c18b03f Fix #17665: Implement RFC 7239 Forwarded header parsing in Request
  • dc2b7cd Fix #17710: Fix MemCache duration normalization to avoid memcached/system tim...
  • 913f13a Fix LV messages (#17730)
  • ee31ca0 Fix #17720: DI 3 support for application core components and default object c...
  • Additional commits viewable in compare view


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)
dependabot-preview[bot] commented 4 years ago

Superseded by #22.