yii 2.0.49 is now available. This release includes security and bug fixes.
yii 2.0.49 YiiFramework helps Web developers build complex applications and deliver them on-time.
Yii comes with rich features: MVC, DAO/ActiveRecord, I18N/L10N, caching, authentication and role-based access control, scaffolding, testing, etc. It can reduce your development time significantly.
yii 2.0.49 Changelog
Bug fixes
- Bug #9899: Fix caching a MSSQL query with BLOB data type (terabytesoftw)
- Bug #16208: Fix
yii\log\FileTarget
to not export empty messages (terabytesoftw) - Bug #18859: Fix
yii\web\Controller::bindInjectedParams()
to not throw error when argument ofReflectionUnionType
type is passed (bizley) - Bug #19857: Fix AttributeTypecastBehavior::resetOldAttributes() causes “class has no attribute named” InvalidArgumentException (uaoleg)
- Bug #19868: Added whitespace sanitation for tests, due to updates in ICU 72 (schmunk42)
- Bug #19872: Fixed the definition of dirty attributes in AR properties for a non-associative array in case of changing the order of elements (eegusakov)
- Bug #19899: Fixed
GridView
in some cases callingModel::generateAttributeLabel()
to generate label values that are never used (PowerGamer1) - Bug #19906: Fixed multiline strings in the
\yii\console\widgets\Table
widget (rhertogh) - Bug #19908: Fix associative array cell content rendering in Table widget (rhertogh)
- Bug #19911: Resolved inconsistency in
ActiveRecord::getAttributeLabel()
with regard of overriding in primary model labels for attributes of related model in favor of allowing such overriding for all levels of relation nesting (PowerGamer1) - Bug #19914: Fixed
ArrayHelper::keyExists()
and::remove()
functions when the key is a float and the value isnull
(rhertogh) - Bug #19924: Fix
yii\i18n\Formatter
to not throw errorUnknown named parameter
under PHP 8 (arollmann) - Enh #19841: Allow jQuery 3.7 to be installed (wouter90)
- Enh #19853: Added support for default value for
\yii\helpers\Console::select()
(rhertogh) - Enh #19884: Added support Enums in Query Builder (sk1t0n)
- Enh #19920: Broadened the accepted type of
Cookie::$expire
fromint
toint|string|\DateTimeInterface|null
(rhertogh)
Although updates are tested, you’re always encouraged to backup your files before patching.
Tags: framework, Softaculous
Related Links
- Live Demo:
See yii in action (Softaculous site (External link)) - Official Website:
Learn more about yii software (External link) - Run yii in your website:
Please Contact us for more information or start any Hosting Plan and install yii from Softaculous software library - yii Changelog:
To read changelog source Click Here (GitHub External link)