- Now requires CakePHP 3.1.X
- Fix a behaviour that would exit the shell process if you were to call the
migrations
shell using aShell::dispatchShell()
call - Fix a bug where some tables name were not correctly extracted in some bake calls
- You can now specify the length of the field when baking a migration. More details in the CakePHP Cookbook
- The
mark_migrated
command is now behaving like other phinx commands. The previous behaviour and syntax are still supported to provide backward compatibility but are considered deprecated. More details in the CakePHP Cookbook