Skip to content

Releases: cakephp/migrations

Migrations 3.2.0

24 Oct 01:57
Compare
Choose a tag to compare

New Features

Fixes

New Contributors

Full Changelog: 3.1.0...3.2.0

3.1.0

25 May 14:29
d22737c
Compare
Choose a tag to compare

Improvements

  • Updated deprecated default_database to default_environment
  • Allow also short forms lat/lng as they are commonly used

3.0.0

12 May 14:27
a41a44e
Compare
Choose a tag to compare

CakePHP 4 stable release

  • Using Phinx ^0.12

Improvements

  • Binary UUID support
  • Tinyint support

3.0.0-RC

24 Apr 22:23
f986bc6
Compare
Choose a tag to compare
3.0.0-RC Pre-release
Pre-release

CakePHP 4 Release Candidate

Please test and help to finalize the stable release.

3.0.0-beta3

13 Apr 21:17
d0a101e
Compare
Choose a tag to compare
3.0.0-beta3 Pre-release
Pre-release

Fixes

  • Fixed dependency towards Phinx ^0.12 tags instead of branches.

Improvements

  • Moved Phinx's commands into Command/Phinx
  • Use command instead of shell to dispatch

2.4.2

05 Feb 16:20
7fa4f1f
Compare
Choose a tag to compare

Fixes

  • Fixed exit code to reflect the actual result of the operation. If migrate command fails, it now also shows a non zero exit code (again).
  • PHP 7.4 compatibility

3.0.0-beta2

18 Dec 21:27
4cc2222
Compare
Choose a tag to compare
3.0.0-beta2 Pre-release
Pre-release
  • Fix dependency towards phinx 0.next branch ( more compatible with cake 4 )
  • Fix dump command dispatch with $this->executeCommand()
  • Merge the 2.x new features to 3.x
  • Internal command implementations are likely to change soon.

3.0.0-beta1

16 Dec 03:33
Compare
Choose a tag to compare
3.0.0-beta1 Pre-release
Pre-release
  • Early release compatible with CakePHP 4.0.
  • Internal command implementations are likely to change soon.

2.4.1

13 Dec 09:46
1532530
Compare
Choose a tag to compare

Fixes

Fixed compatibility with Phinx 0.11.3+ as here there is no version info inside the composer.json anymore.
This can now be retrieved using composer info robmorgan/phinx and the lock file.

Also now compatible with Symfony 5, as here the commands expect integer exit codes instead of boolean result.

2.4.0

10 Nov 15:14
643e54e
Compare
Choose a tag to compare
  • Added new bake migration AlterFieldOn(.*) syntax for creating changeColumn migrations.
  • Fixed documentation links.