Version 2.0 of Yii Session package was released. There a few changes and fixes:
- configuration group names adapted to Yii conventions;
- returns correct session name when used custom name and call
Session::getName()
before session open.
Version 2.0 of Yii Session package was released. There a few changes and fixes:
Session::getName()
before session open.Major release of Yii Aliases package was tagged.
In this version configuration group names adapted to Yii conventions and added method Aliases::getArray()
that bulk translates path aliases into actual paths. For example:
Minor version of Yii Definitions package was released.
In this version we added ability to use any allowed definitions in DynamicReferencesArray::from()
.
Yii Config package got a minor version.
In this version we add ability to use Config
without params.
Yii Config package got a minor version.
In this version we raised the minimum version of PHP to ^8.0
and make a few additions and improvements:
ReverseMerge
and RecursiveMerge
.
Currency List Extension for Yii 2
This package is based on umpirsky/currency-list
Currency List Extension for Yii 2
This package is based on umpirsky/currency-list
Minor version of Yii Definitions package was released.
In this version we added new helper ArrayDefinitionHelper
with merge()
method that is designed to merge several array definitions to one.
Version 3.0 of Yii Assets package was released. There a few changes and improvements:
AssetManager::registerCustomized()
method.Major version of Yii Widget package is released. In this version Widget::widget()
method was changed to ability use only constructor argument or whole array definition. Also there are breaking changes: beforeRun()
, afterRun()
and run()
methods was removed from Widget
class. Only render()
method now can be used.