News

Apr 12, 2019

samdark

Apr 12, 2019

vuongminh

Yii2 extension support implementing multi factor authenticate

An extension support implementing multi factor authenticate base on Spomky-Labs/otphp wrapper for Yii2 user component.

Apr 2, 2019

samdark

PHP GR8

PHP 8 JIT FAQ. Interesting read for everyone who cares about PHP future.

Apr 2, 2019

samdark

Yii 1.1.21 is released

This release includes a few PHP 7 compatibility fixes and security improvements.

Mar 30, 2019

samdark

Storing UTC is not a silver bullet

An interesting blog post about the case when storing date and time in the timezone it originates from is a better idea than converting it to UTC or unix timestamp.

Mar 30, 2019

samdark

Debug extension 2.1.1 released

Yii team released Debug extension version 2.1.1.

This version fixes some bugs including accessibility ones and adds multiple enhancements:

  • The toolbar is now resizeable. Default height could be set in the configuration.
  • Module pageTitle property added. It allows setting page title to be used.
  • The color contrast of the toolbar was improved.

See the CHANGELOG for details.

Mar 29, 2019

samdark

Yii development notes #27

Fresh issue of Yii development notes is out:

  • OpenCollective and Patreon
  • Official way to support Yii by funding it
  • Yii 2.0 extension releases
  • Yii 3.0
  • Processes
  • PSR-12

Mar 29, 2019

samdark

Preparing Yii for the long run

Yii team launched OpenCollective page introducing an ability to support Yii with donations.

Mar 22, 2019

samdark

Yii 2.0.17

Yii team released version 2.0.17 that contains some bugfixes including a security fix.

No known changes that could affect existing applications were made.

Both basic and advanced applications got fixes for recent Codeception, got updated debug and gii versions to version 2.1.0. Basic application now uses swiftmailer 2.1.0.

Mar 19, 2019

samdark

Queue extension 2.2.0 released

We are very pleased to announce the release of Queue extension version 2.2.0.

The release is fixing important bugs, reduces roundtrips to beanstalk server when removing a job, marking ErrorEvent as deprecated and making job execution result being forwarded to event handler.

Full changelog is available at GitHub.