#yii2tech 'ar-softdelete' extension 1.0.3 released adding SoftDeleteQueryBehavior
allowing records filtering using "soft delete" criteria.
Jan 25, 2019
#yii2tech 'ar-softdelete' extension 1.0.3 released adding SoftDeleteQueryBehavior
allowing records filtering using "soft delete" criteria.
Jan 25, 2019
#yii2tech 'ar-eagerjoin' extension 1.0.2 released adding alias specification support for EagerJoinQueryTrait::eagerJoinWith()
.
Jan 25, 2019
#yii2tech 'spreadsheet' extension 1.0.3 released fixing Spreadsheet::send()
fail for 'Xlsx' writer.
Jan 25, 2019
#yii2tech 'config' extension 1.0.7 released. Changes are the following:
StorageActiveRecord
does not trigger ActiveRecord flow events.StorageDb
and StorageActiveRecord
.Jan 25, 2019
#yii2tech 'sitemap' extension 1.0.2 released bringing two enhancements:
null
.Jan 25, 2019
#yii2tech 'html2pdf' extension 1.0.5 released bringing a fix for temporary file removal on Windows.
Updating via composer is available as usual.
Dec 30, 2018
Last issue of Yii development notes this year. Do not miss it.
Dec 11, 2018
Read tips about PHP frameworks and Yii from Yii 2 co-author Alexander Makarov.
Dec 8, 2018
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.
Dec 8, 2018
We are very pleased to announce the release of Gii extension version 2.0.8.
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.