Skip to content

Phinx 0.11.0

Choose a tag to compare

@markstory markstory released this 28 Aug 01:50
12f6eef

Bug Fixes

  • Fixed command names to fix breaking changes in symfony/console #1588
  • Fixed missing ; when using --dry-run #1573
  • Fix inserting multiple rows without zero key #1566
  • Fix option names in exception message.

New Features

  • AdapterWrapper::hasDatabase() now has a return value #1572

Other Changes

  • Improved test coverage with postgres #1577
  • Update PHPUnit version constraint #1591
  • Updated travis build configuration.