We are very pleased to announce the release of Gii extension version 2.1.3.
This release fixes issue with RTL naming for foreign keys such as id_user
that was causing problems in generated code.
Also, it improves some aspects of generated code. float
types are now recognized and generated and annotations for nullable types are now there:
/**
* @property string|null $car_number
*/
See the CHANGELOG for details.