The PHP framework team Yii has released a new release 1.1.12. This release mainly fixes backward compatibility issues that were found after release 1.1.11. About 20 bugs were fixed, not very large features were added and minor improvements were made.
15 people contributed to the release of this release - the maintainers and the user community of the framework are grateful for their contribution. List of changes in this version:
# 1072: fixed a bug related to the call to the getTableAlias () method in the defaultScope () method of the derived class CActiveRecord;
# 1077: fixed a bug related to aliases in the CSort class;
# 1083: CFileValidator now has unsafe status by default - this is necessary in order to prevent assigning a value to an attribute when the file has not been loaded;
# 1094: fixed a bug when CGridView with activated browser history preservation functionality caused the page title to be completely cleared (page title);
# 1099: the drop-down selection list connectionId in the Gii model generation section was replaced with a sticky field ( UPD: previously the component was selected from the combo box, now you just need to enter the name / id of the database connection component into the input);
# 1066: fixed a bug when the expiration of a value in memcache greater than 31536000 seconds (60 * 60 * 24 * 30; 30 days) resulted in an instantaneous deletion of the stored value from the storage;
# 243, # 190: two improvements related to web services ( 1 , 2 );
Download the latest version of the framework by following the link on the downloads page . The full list of changes is available on the framework's official website. ')
Have a nice update and enjoyable Yii!