Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 932 Bytes

CHANGELOG.md

File metadata and controls

32 lines (18 loc) · 932 Bytes

Yii 2 Admin pack extension Change Log

1.1.0, April 9, 2018

  • Enh #18: Removed yii\base\Object::className() in favor of native PHP syntax ::class, which does not trigger autoloading (klimov-paul)

1.0.3, April 9, 2018

  • Enh #17: Widget yii2tech\admin\widgets\Alert now determines alert type using wildcard match (klimov-paul)

1.0.2, November 3, 2017

  • Enh #15: Added controller and actions references in doc blocks for view files generated by Gii 'CRUD' generator (naffiq, klimov-paul)

1.0.1, April 19, 2017

  • Enh #14: Widget yii2tech\admin\widgets\ActionAlert created (klimov-paul)
  • Enh: Widget yii2tech\admin\widgets\Alert refactored allowing run() method to return an output instead of using echo (klimov-paul)

1.0.0, January 6, 2017

  • Initial release.