Yes, it's another release, but just a small one. Grab it from its
Google code repo
The main change is the support of Cake's UUID column naming. By default Migrations will use normal auto-increment ID columns. If you want to use the UUID columns, then you just need to set $use_uuid = true.
Here's the changelog:
Migrations v 3.7
- [*] Removed backticks from table name when changing migration version, as they caused errors when using SQLITE.
- [+] Now supports Cake's UUID columns
Fixtures v 3.5
- [+] Fixtures can now be named, and referenced in foreign keys
- [+] If 'created' column exists in model, and it is not referenced in fixture, then the current datetime will automatically be entered.
- [+] Now supports Cake's UUID columns
- [*] Fixed instantiation of fixture helpers.
Enjoy!