yii2-donate ¶
Version 3.9 of Yii HTML package is released. There is one improvement:
Html::addCssClass()
, Tag::addClass()
and Tag::class()
methods.Minor version of Yii DB Migration package was released.
Migrator
.Version 1.1 of Yii Requirements Checker package is released.
RequirementsChecker::checkMaxExecutionTime()
that check on current server's php.ini's 'max_execution_time' requiring it to exceed the time specified / tested application's comfortable installation time.Minor verison of Yii CSRF package was released.
CsrfHeaderMiddleware
middleware to use custom HTTP header to prevent forgery of requests.CsrfMiddleware::withSafeMethods()
method to configure a custom safe HTTP methods list.CsrfMiddleware
in favor of CsrfTokenMiddleware
.Version 3.8 of Yii HTML package is released. There are some improvements:
Major versions of Yii Mailer and Yii Mailer Symfony Mailer packages were tagged.
The Yii Mailer abstraction for sending emails has been significantly reworked.
We are very pleased to announce that Yii Framework version 1.1.30 is released.
You can download it at yiiframework.com/download/.
Yii 1.1.30 adds support for PHP 8.3 and improves compatibility with PHP 8. It also includes a minor security improvement. See the PR for more information.