Pages

Tuesday, January 8, 2019

Gii extension 2.0.8 released

Gii extension version 2.0.8 has been released
Additionally to bug fixes, there is a new option in model generator that allows standardized capitals in class names:
SOME_TABLE -> SomeTable
Other_Table -> OtherTable
instead of
SOME_TABLE -> SOMETABLE
Other_Table -> OtherTable
See the CHANGELOG for details.

PHP 7.3.0 released

The PHP development team released version 7.3.0 that comes with numerous improvements and new features such as:


The list of changes is recorded in the ChangeLog. The migration guide is available in the PHP Manual.


Both Yii 2.0 and upcoming Yii 3.0 releases will be comatible with new PHP release.