[news] Yii Form 1.3
Version 1.3 of Yii Form package is released. Added CheckboxList methods: checkboxWrapTag(), checkboxWrapAttributes(), checkboxWrapClass(), addCheckboxWrapClass(), checkboxLabelWrap(). Added RadioList...
View Article[news] Yii CSRF 2.2
Minor verison of Yii CSRF package was released. Add the CsrfHeaderMiddleware middleware to use custom HTTP header to prevent forgery of requests. Add the CsrfMiddleware::withSafeMethods() method to...
View Article[news] Yii Requirements Checker 1.1
Version 1.1 of Yii Requirements Checker package is released. Added RequirementsChecker::checkMaxExecutionTime() that check on current server's php.ini's 'max_execution_time' requiring it to exceed the...
View Article[news] Yii DB Migration 1.2
Minor version of Yii DB Migration package was released. Don't used Yii DB deprecated methods in Migrator. Raised minimum PHP version to 8.1 with minor refactoring.
View Article[news] Yii HTML 3.9
Version 3.9 of Yii HTML package is released. There is one improvement: added backed enumeration value support to Html::addCssClass(), Tag::addClass() and Tag::class() methods.
View Article[extension] sjaakp/yii2-donate
yii2-donate ¶ Basic functionality Prerequisites Installation The Donate widget Module options Internationalization Module ID Donation widget for Yii2 ¶ Yii2-donate is a module for the Yii 2.0 PHP...
View Article[extension] mgrechanik/gridviewfilterfix
Fix for Yii2 GridView filter functionality to work properly with Bootstrap 4 and Bootstrap 5 ¶ What is it about? Installing How to use Similar problems with Forms or GridView and Bootstrap 4 / 5 What...
View Article[news] Yii Factory 1.3
Version 1.3 of Yii Factory package is released. In this version added StrictFactory that differs in that it processes only configured definitions.
View Article[extension] mgrechanik/yii2-activefield-additional-error
Additional span with error class for ActiveField ¶ What is it about? Installing How to use What is it about? ¶Bootstrap 4 and 5 are expecting `html` like this to decorate validation error: <input...
View Article[news] “The Yii Book (2nd Edition)” Version 2.0
Larry Ullman posted the final revision of his Yii Book 2nd Edition about Yii2. Have a good read
View Article[news] Yii Assets 5.0
Version 5 of Yii Assets package was released. Add AssetManager::getUrl() method instead of getAssetUrl() method that is marked as deprecated. Move di-web configuration to di and allow to set publisher...
View Article[news] Yii View 12.0
Version 12.0 of Yii View package was released. Added ViewInterface::deepClone() method that clones object, including state cloning. Allowed to pass null to ViewInterface methods withBasePath() and...
View Article[news] Yii View Renderer 7.3
Minor version of Yii View Renderer were tagged. Raised required yiisoft/view version to ^12. Added CsrfTokenMiddleware support in CsrfViewInjection. Fixed state leak in some combinations of...
View Article[news] Yii Message Translator 3.1
Minor version of Yii Message Translator package was tagged. Throw InvalidArgumentException when missed "one" plural key. Fixed incorrect locale usage when category source is not exist and specified...
View Article[news] Yii Request Provider 1.2
Version 1.2 of Yii Request Provider package is released. Add RequestHeaderProvider class that provides convenient access to request headers. Add RequestCookieProvider instead of RequestCookies, which...
View Article[news] Yii Cache File Handler 3.2
Minor version of Yii Cache File Handler package is released. Don't create cache directory on FileCache initialization. Clear stat cache in FileCache::set(). Handle race condition when creating cache...
View Article[news] Yii File Router 1.0.0
First stable version of Yii File Router was released. The package provides a convention-based router middleware that chooses controller based on its namespace and class name similar to how it was in...
View Article[news] Yii Strings 2.5
Minor version of Yii Strings package was released. Added StringHelper::matchAnyRegex() method as a facade for CombinedRegexp. Added more specific psalm type for result of...
View Article[news] Yii Console 2.3
Version 2.3 of Yii Console package was tagged. Added --open option for serve command Printed possible options for serve command Explicitly marked nullable parameters
View Article[news] Yii Swagger 2.2
Version 2.2 of Yii Swagger package has been released. Here is the list of changes included in the new version: added support yiisoft/assets version of ^5.0; raised the minimum PHP version to 8.1 and...
View Article