Skip to content

4.3.1

Compare
Choose a tag to compare
@bizley bizley released this 20 Feb 10:11
· 47 commits to master since this release
9abf721
  • Fixed order in which updating statements are rendered in the migration.
  • Used safeUp() instead of up() and safeDown() instead of down() in the migration template to match changes in default Yii behavior.

Thank you, @naduvko for reporting these.