github cakephp/migrations 4.5.0
CakePHP Migrations 4.5.0

14 hours ago

This release introduces new base classes for migrations - Migrations\BaseMigration, and seeds Migrations\BaseSeed. These new base classes will be used in newly generated migrations, snapshots and diffs if the builtin backend is enabled. These base classes are not compatible with phinx, and represent the forwards compatible path for applications.

In a future cakephp/upgrade release a rector rule will be added to change existing migrations to the new base classes.

What's Changed

Full Changelog: 4.4.2...4.5.0

Don't miss a new migrations release

NewReleases is sending notifications on new releases.