2021-03-03 349次浏览

我们非常高兴地宣布 Yii Framework 2.0.41 版本发布了。请参阅 https://www.yiichina.com/download 上的说明以安装或升级到此版本。

Notable changes in this release:

  • Hardened security by invalidating all active sessions and "remember me" cookies on authKey change. Note that it requires properly implemented getAuthKey() and validateAuthKey() methods of yii\web\IdentityInterface . Check upgrade guide for details.
  • Ability to create URLs for non-GET-verb rules.
  • Faster request parsing for REST UrlRule with prefix handling.

感谢所有为该框架做出贡献的 Yii 社区成员,翻译人员保持最新文档翻译,以及在论坛上回答问题的社区成员。

Yii 有许多活跃的社区,因此,如果您需要帮助或想分享自己的经验,请随时加入。

更改的完整列表可以在更新日志中找到。