Bump yiisoft/yii2 from 2.0.38 to 2.0.47
Created by: dependabot[bot]
Bumps yiisoft/yii2 from 2.0.38 to 2.0.47.
Changelog
Sourced from yiisoft/yii2's changelog.
2.0.47 November 18, 2022
- Bug #12636: Fix CompareValidator successful state when compareAttribute has an error (manchenkoff)
- Bug #14388: Fixed fixture loading order in output message (manchenkoff)
- Bug #15500: Fix saving empty records to MySQL (manchenkoff)
- Bug #15557: Fix empty fields exclusion in safe attributes of
yii\base\Model
(manchenkoff)- Bug #16658: Fix file readability check on publishing assets by
yii\web\AssetManager
(manchenkoff)- Bug #19316: Fix MysqlMutex with same connection but difference database (kamarton)
- Bug #19507: Fix eager loading of nested one-to-many relations (spo0okie)
- Bug #19508: Fix wrong selection for boolean attributes in GridView (alnidok)
- Bug #19517: Fix regression in
CompositeAuth::authenticate()
introduced in #19418 (WinterSilence)- Bug #19520: Fix for TIMESTAMP & ROWVERSION columns in MSSQL insert query (darkdef)
- Bug #19530: Fix specifying the field id for
yii\widgets\ActiveField
(kv4nt)- Bug #19534: Fix
yii\helpers\BaseHtml::renderSelectOptions()
to properly render boolean selection (bizley)- Bug #19537: Fix default expression detection for MariaDB
date
andtime
columns (bizley)- Bug #19546: Reverted #19309 (bizley)
- Bug #19581: Fix regression in
CompositeAuth
introduced in #19418 (SamMousa, WinterSilence, samdark)- Bug #19589: Fix Error reporting in to the
BaseArrayHelper::getValue()
(lav45)- Bug #19670: Fix Error null check PHP 8.1
yii\rbac\DbManager
(samuelexyz)- Chg #17811: Do not reset
retryHandler
whenyii\db\Command::reset()
called (erickskrauch)- Chg #19354: Reuse
Validator::getAttributeNames()
inAttributeTypecastBehavior::detectAttributeTypes()
(WinterSilence)2.0.46 August 18, 2022
- Bug #19235: Fix return type compatibility of
yii\web\SessionIterator
class methods for PHP 8.1 (virtual-designer)- Bug #19237: Fix OCI PHP 8.1 passing
null
to trim() (longthanhtran)- Bug #19243: Handle
finfo_open
for tar.xz asapplication/octet-stream
on PHP 8.1 (longthanhtran)- Bug #19256: Pass missed
$view
to user's callback inyii\validators\InlineValidator::clientValidateAttribute()
(WinterSilence)- Bug #19259: Fix
yii\log\FileTarget
locking and always rotate files only by copy (bizley, mikehaertl)- Bug #19272: Fix bug in dirty attributes check on multidimensional array (speedplli)
- Bug #19291: Reset errors and validators in
yii\base\Model::__clone()
(WinterSilence)- Bug #19303: Fix serialization in
yii\caching\Dependency::generateReusableHash()
(WinterSilence)- Bug #19312: Fix PHP 8.1 error when passing null to
yii\helpers\BaseInflector
(WinterSilence)- Bug #19322: Revert force setting value to empty string in case it's
null
inyii\validators\FilterValidator::validateAttribute()
(bizley)- Bug #19324: Fix
yii\helpers\BaseHtml::renderSelectOptions()
giving wrong selection for boolean attributes (adnandautovic)- Bug #19328: Passing null to parameter #1 ($string) of type string is deprecated in
yii\db\oci\Schema
(Arkeins)- Bug #19329: Fix
yii\web\GroupUrlRule
to properly normalize prefix (bizley)- Bug #19349: Fix PHP 8.1 error when attribute and label of
yii\grid\DataColumn
are empty (githubjeka)- Bug #19368: Fix PHP 8.1 error when
$fileMimeType
isnull
inyii\validators\FileValidator::validateMimeType()
(bizley)- Bug #19380: Fix PHP 8.1 passing non string to trim() in
yii\db\Query
(wa1kb0y)- Bug #19386: Fix recursive calling
yii\helpers\BaseArrayHelper::htmlDecode()
(WinterSilence)- Bug #19400: Fix passing null in
yii\web\Response::redirect()
(bizley)- Bug #19402: Add shutdown event and fix working directory in
yii\base\ErrorHandler
(WinterSilence)- Bug #19403: Fix types in
yii\web\SessionIterator
(WinterSilence)- Bug #19407: Fix
yii\validators\UniqueValidator
andyii\validators\ExistValidator
to respectskipOnError
option for target attributes (bizley)- Bug #19418: Fix
yii\filters\auth\CompositeAuth
ignoringonly
andexcept
options (lesha724)- Bug #19445: Fix caching in
yii\i18n\Formatter::getUnitMessage()
(WinterSilence)
... (truncated)
Commits
-
8ecf578
release version 2.0.47 -
4f9d798
Fix CHANGELOG -
aa0d36a
Fix #19534: Fixyii\helpers\BaseHtml::renderSelectOptions()
to properly ren... -
64f2451
Fix #17811: Do not resetretryHandler
whenyii\db\Command::reset()
called -
6f047cc
Unique and Exist validators docs updated (#19678) -
3dc3175
Revert "Fix #19668: Fix Error null check PHP 8.1 `yii\validators\FilterValida... -
b46427c
Fix #19581: Fix regression inCompositeAuth
introduced in #19418 -
feb637b
Fix #19354: ReuseValidator::getAttributeNames()
in `AttributeTypecastBeha... -
70df221
Fix Uzbek translation of validator message (#19674) -
199d1f0
Fix #19668: Fix Error null check PHP 8.1yii\validators\FilterValidator
- Additional commits viewable in compare view
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) You can disable automated security fix PRs for this repo from the Security Alerts page.