We are very pleased to announce the release candidate of Yii Framework version 1.1.14. You can download it from GitHub at:
In this release, we fixed more than 80 bugs and introduced more than 60 minor enhancements and features. We added CPasswordHelper that provides secure and up to date way to store and verify password hashes; We added CRedisCache to support using Redis for caching purpose; and Yii can now be installed as a Composer package.
We have received significant contributions to this release from our community users (e.g. creocoder, tom–, paystey, Ragazzo, antoncpu, Yiivgeny) to this release. We hereby thank their effort in making this release available.
Since this is a release candidate (RC), please do not use it for production. We will make a stable release of 1.1.14 in the next few weeks. Before that happens, please help us test this RC and report to us any issues you find. Thank you.
Translation work can already be started. We will release 1.1.14 in one week or a few. We will take this time to make sure 1.1.14 is really stable enough.
[color="#222222"][font="Arial, sans-serif"][size="2"]Yii is now can be installed using Composer by adding the following to composer.json.[/size][/font][/color]
"yiisoft/yii": "dev-master"
I’d recommend to use
"yiisoft/yii": "1.1.*" or "yiisoft/yii": "1.1.14"
since you usually don’t want dev packages for Yii 1.
There’s no “servers” property anywhere in Redis component so it’s kinda strange you’re getting the message. Can you post full stacktracke of what you’re getting?