Yii2 extension releases
Yii2 extensions with pending releases were tagged:
Yii2 extensions with pending releases were tagged:
We are very pleased to announce the release of Gii extension version 2.2.6.
This release fixes compatibiltiy issues with PHP 8.1 and 8.2 and some extra bugs.
See the CHANGELOG for details.
We are very pleased to announce the release of Gii extension version 2.2.5.
This release adds support for the ::class constant in model generator via the useClassConstant setting and fixes a few bugs.
See the CHANGELOG for details.
We are very pleased to announce the release of Gii extension version 2.2.4. This release fixes a number of bugs and adds validation rules for enableI18N and messageCategory to generator.
See the CHANGELOG for details.
We are very pleased to announce the release of Gii extension version 2.2.3. This release adds the following enhancements:
allowedIPs.See the CHANGELOG for details.
We are very pleased to announce the release of Gii extension version 2.2.2.
This release fixes some bugs, updates list of reserved keywords and enhances CRUD controller generator.
See the CHANGELOG for details.
We are very pleased to announce the release of Gii extension version 2.2.1.
This release allows the usage of anonymous generators.
See the CHANGELOG for details.
We are very pleased to announce the release of Gii extension version 2.2.0.
This release adds support for via() junction relations in model generator.
See the CHANGELOG for details.
We are very pleased to announce the release of Gii extension version 2.1.4.
This release fixes relational query getter documentation style and adds relation's phpdoc hints with target ActiveQuery class to model generator.
See the CHANGELOG for details.
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.
We are very pleased to announce the release of Gii extension version 2.1.1 fixing a bug not highlighting part of the diff preview.
See the CHANGELOG for details.
We are very pleased to announce the release of Gii extension version 2.1.0.
Additionally to bugfixes, there are some enhancements in this release:
See the CHANGELOG for details.