Yii HTML 3.4
Version 3.1 of Yii HTML package is released.
In this version add ability set attributes for label of items in widgets CheckboxList and RadioList.
Version 3.1 of Yii HTML package is released.
In this version add ability set attributes for label of items in widgets CheckboxList and RadioList.
Minor version of Yii Widget package is released.
WidgetFactoryInitializationException marked as deprecated.Two runner pacakges was released:
In this versions adds ability to set custom config modifiers.
Minor version of Yii Config package was released. There are some new features and improvements:
PackagesListBuilder.Minor version of Yii DB Migration package was released. There are one new feature:
Minor version of Yii Strings package was released. There are some new features and improvements:
findBetween(), findBetweenFirst() and findBetweenLast() methods to StringHelper to retrieve a substring that lies between two strings.StringHelper::parsePath().First stable version of DB Migration package was realeased.
It allows you to manage database schema using migrations.
Supports the following databases out of the box:
Version 1.2.0 of Yii Injector package was released.
We are very pleased to announce the release of Auth Client extension version 2.2.15.
This version fixes a bug not using issuer claim from OpenID configuration, enhances security, and introduces more specific ClientErrorResponseException when the response code in BaseOAuth::sendRequest() is a 4xx.
See the CHANGELOG for details.
Thanks to rhertogh for contributing security enhancements.
Version 2.1 of Yii Runner package was released.
In this version added ability to set custom config modifiers.
Version 2.1 of Yii User package was released. There are some improvements and fixes:
$duration to CookieLogin::addCookie();yiisoft/access to ^2.0;Version 1.2 of Yii Factory package is released. There are one improvement, the container is made optional.
Version 3.3 of Yii HTML package is released. There are some improvements and fixes:
html and method Html::html();PHP_EOL to "\n";Html::addCssClass() if passed array contains null classes only.Version 3.2 of Yii HTML package is released. There are some improvements and fixes:
$attributes parameter to Html::ul() and Html::ol();null as class to Html::addCssClass(), nulled classes will be ignored;Html::addCssClass() when class in passed options is a string.Yii Config package got a minor version.
In this version we add new option package-types that define package types for process by composer plugin. By default, it is "library" and "composer-plugin". You can override default value by own types:
"extra": {
"config-plugin-options": {
"package-types": ["library", "my-extension"]
}
}
Minor version of Yii Widget package is released.
Widget::getThemeConfig() that allows to implement a logic of configuring a theme.Widget::widget().We are very pleased to announce that Yii Framework version 1.1.29 is released. You can download it at yiiframework.com/download/.
Yii 1.1.29 improves compatibility with PHP 8.2 and includes a security improvement. See the security advisory for more information.
This release is a release of Yii 1.1, which has reached maintenance mode and will only receive security and compatibility fixes. For the complete list of changes in this release, please see the change log. For upgrading, always make sure to read the upgrade instructions.
We would like to express our gratitude to all contributors who have spent their precious time helping improve Yii and made this release possible.
Yii Database package was tagged along with its drivers.
Yii Database 1.2
TableSchemaInterface::compositeForeignKey() and SchemaInterface::TYPE_JSONBbatchInsert() and update() methods of DMLQueryBuilderInterface interfaceQuoterCommand class to AbstractPdoCommand classMinor version of Yii Event package was released.
This release adds the ability to configure the events configuration group name in params.
Minor version of Yii Auth package was released.
In this release:
WildcardPattern in Authentication middleware.Language JetBrains attribute to $pattern property in HttpHeader::withPattern() that enables syntax highlighting for this property in PhpStorm.Authentication middleware.yiisoft/yii-debug.