News

Jan 28, 2019

samdark

Auth Client extension 2.1.8 released

Yii team released Auth Client extension version 2.1.8.

It fixes a redirect bug in LinkedIn provider, changes Google client to use Google Sign-in API instead of Google Plus and adds two enhancements for AuthAction:

  • Ability to configure user component used.
  • Ability to to pass buildAuthUrl params to OAuth flows.

See the CHANGELOG for details.

Jan 25, 2019

klimov-paul

#yii2tech 'ar-softdelete' extension 1.0.3 released

#yii2tech 'ar-softdelete' extension 1.0.3 released adding SoftDeleteQueryBehavior allowing records filtering using "soft delete" criteria.

Jan 25, 2019

klimov-paul

#yii2tech 'ar-eagerjoin' extension 1.0.2 released

#yii2tech 'ar-eagerjoin' extension 1.0.2 released adding alias specification support for EagerJoinQueryTrait::eagerJoinWith().

Jan 25, 2019

klimov-paul

#yii2tech 'spreadsheet' extension 1.0.3 released

#yii2tech 'spreadsheet' extension 1.0.3 released fixing Spreadsheet::send() fail for 'Xlsx' writer.

Jan 25, 2019

klimov-paul

#yii2tech 'config' extension 1.0.7 released

#yii2tech 'config' extension 1.0.7 released. Changes are the following:

  • Fixed StorageActiveRecord does not trigger ActiveRecord flow events.
  • Added options for customizing column names to StorageDb and StorageActiveRecord.

Jan 25, 2019

klimov-paul

#yii2tech 'sitemap' extension 1.0.2 released

#yii2tech 'sitemap' extension 1.0.2 released bringing two enhancements:

  • Sitemap file name added to the message of the "max entries exceed" exception.
  • Sitemap files now skip rendering of the optional tags if their value is null.

Jan 25, 2019

klimov-paul

#yii2tech 'html2pdf' extension 1.0.5 released

#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

samdark

Yii development notes #26

Last issue of Yii development notes this year. Do not miss it.

Dec 11, 2018

AtifShahab1

Interview with Co-Author of Yii 2.0 Alexander Makarov

Read tips about PHP frameworks and Yii from Yii 2 co-author Alexander Makarov.

Dec 8, 2018

samdark

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.