[news] Yii View Renderer 7.0
Major version of Yii View Renderer were tagged. In this version package renamed from yiisoft/yii-view to yiisoft/yii-view-renderer and made several changes: only a full path can now be used as a...
View Article[news] Yii View 10.0
Version 10.0 of Yii View package was released. Changed logic of template file searching in ViewInterface::render(): the absolute path to the view file, e.g. "/path/to/view.php"; the name of the view...
View Article[extension] sjaakp/yii2-random-provider
yii2-random-provider ¶ Installation Using RandomProvider ActiveDataProvider with random selection ¶ RandomProvider is derived from ActiveDataProvider of the Yii 2.0 PHP Framework. It selects the...
View Article[news] Yii View Renderer 7.1
Minor version of Yii View Renderer were tagged. Raised required yiisoft/view version to ^10.0.
View Article[news] Yii Mailer Library 5.1
Minor version of Yii Mailer Library was tagged. There are some improvements and fixes: allowed to set default "from" value in MessageFactory; raised minimal PHP version to ^8.1; raised required...
View Article[news] Yii Logging Library 2.1
Yii Logging Library package was updated with the following enhancements and new features: added new static methods Logger::assertLevelIsValid(), Logger::assertLevelIsString() and...
View Article[news] Yii HTML 3.5
Version 3.5 of Yii HTML package is released. There are some improvements: added class for tag hr and method Html::hr(); added support for multiple elements in aria-describedby attribute.
View Article[news] Yii Error Handler 3.3
Yii Error Handler package was updated with the following enhancements: add copy cURL button, sort request headers, fix UI; simplify error log; show full argument by click; remove @anonymous postfix;...
View Article[news] Yii HTTP Runner 3.0
Major version of Yii HTTP Runner were tagged. In this version made several changes. Added ability to change the size of the buffer to send the content of the message body. Allowed to use any PSR...
View Article[extension] pingcrm-yii2-vue3
Ping CRM on Yii 2 ¶ Demo Installation Running tests Requirements Extending this project Credits A Yii 2 demo application to illustrate how Inertia.js works. With Inertia you are able to build...
View Article[news] Yii 2.0.51
We are pleased to announce the release of Yii Framework version 2.0.51. Please refer to the instructions at https://www.yiiframework.com/download/ to install or upgrade to this version. This release...
View Article[news] Yii Validator 2.0
Major version of Yii Validator were tagged. Add the Each::PARAMETER_EACH_KEY validation context parameter that available during Each rule handling and containing the current key Include attribute name...
View Article[news] Yii Network Utilities 1.1
Version 1.1 of Yii Network Utilities package is released. There are some improvements: added IpRanges that represents a set of IP ranges that are either allowed or forbidden; fixed error while...
View Article[news] Yii Hydrator 1.3
Version 1.3 of Yii Hydrator package has been released. Here are the list of improvements included in the new version: Added support for collections via Collection PHP attribute; Added hydrator...
View Article[news] Yii Auth JWT 2.1
Version 2.1 of Yii Auth JWT package has been released. Here are the list of changes included in the new version: Replaced multiple web-token/* packages in dependencies with one - web-token/jwt-library,...
View Article[news] Yii HTML 3.6
Version 3.6 of Yii HTML package is released. There are some improvements and fixes: Throw InvalidArgumentException in Html::renderAttribute() when attribute name is empty or contains forbidden symbols....
View Article[news] Yii Hydrator 1.4
Version 1.4 of Yii Hydrator package has been released. Here are the list of improvements included in the new version: added ToArrayOfStrings parameter attribute; added backed enumeration support to...
View Article[news] Yii Form 1.0
First release of Yii Form package was done. It provides a set of widgets to help with dynamic server-side generation of HTML forms. The following widgets are available out of the box: input fields:...
View Article[news] Yii Form Model 1.0
First release of Yii Form Model package was done. It provides a base for form models and helps to fill, validate and display them. For usage define a form model: use Yiisoft\FormModel\Attribute\Safe;...
View Article[news] Yii Network Utilities 1.2
Version 1.2 of Yii Network Utilities package has been released. Here is the list of changes included in the new version: Added IP_PATTERN and IP_REGEXP constants to IpHelper for checking IP of both...
View Article