Skip to content

Releases: cakephp/bake

Bake 2.0.4

06 Jan 15:42
113502b
Compare
Choose a tag to compare

Fixes

  • Generated plugin classes now include parent calls so that people following older tutorials aren't surprised as often.

Bake 2.0.3

30 Dec 12:01
09a9b3e
Compare
Choose a tag to compare
  • Updated TwigView dependency to a stable version.

Bake 2.0.2

28 Dec 17:35
707c49e
Compare
Choose a tag to compare

Fixes

  • bake mailer no longer generates empty layout files.
  • login template no longer includes flash('auth') as it is not used.
  • Updated codesniffer dependency to a stable version.

Bake 2.0.1

19 Dec 14:40
Compare
Choose a tag to compare
  • Updated use of removed method TableSchemaInterface::primaryKey() to new method TableSchemaInterface::getPrimaryKey().

Bake 2.0.0

16 Dec 03:18
Compare
Choose a tag to compare
  • Compatible with CakePHP 4.0

Bake 1.12.0

07 Dec 20:36
33e8ee8
Compare
Choose a tag to compare

New Features

  • Generated code now includes trailing commas to match the latest PHPCS rules.
  • Plugins now include config/Migrations/schema-dump-default.lock in their gitignore file.

Bake 1.11.2

31 Jul 02:10
8598c33
Compare
Choose a tag to compare
  • Improved generated annotations for table classes.
  • Added @uses annotation to controller & command test cases to suppress 'unused class' warnings in PHPStorm.

Note: To also fix existing code for these cases, you can use the matching release of IdeHelper plugin.

Bake 1.11.1

10 Jul 17:49
817282f
Compare
Choose a tag to compare
  • Fix argument order for generated allowEmpty() method calls.

Bake 1.11.0

01 Jul 22:55
Compare
Choose a tag to compare
  • Use new notEmpty*() validator methods.
  • Compatible with cake 3.8.x

Bake 1.10.1

01 Jul 21:39
Compare
Choose a tag to compare

Pin to use cakephp 3.7.x