Skip to content

Releases: dereuromark/cakephp-setup

3.4.0

20 Mar 12:17
Compare
Choose a tag to compare

Improvements

  • Added TypeMap debug info in #36

Full Changelog: 3.3.0...3.4.0

3.3.0

21 Feb 20:30
Compare
Choose a tag to compare

Improvements

  • Re-added MYSQL backup and restore commands from 4.x
  • Added more DB integrity commands around int and bool type

3.2.2

06 Feb 22:09
8d8c735
Compare
Choose a tag to compare

Fixes

  • More bake template fixes
  • Fixed null checks for DbIntegrityNullsCommand

Full Changelog: 3.2.1...3.2.2

3.2.1

03 Jan 12:47
b43505c
Compare
Choose a tag to compare

Fixes

Fixed up bake templates

3.2.0

21 Dec 00:12
Compare
Choose a tag to compare

Improvements

Added new DB Integrity commands

  • bin/cake db_integrity keys
  • bin/cake db_integrity constraints
  • bin/cake db_integrity nulls

3.1.0

28 Nov 15:53
Compare
Choose a tag to compare

Improvements

Added Debugkit Panel L10n

3.0.0

17 Nov 03:15
Compare
Choose a tag to compare

CakePHP 5 compatible release

Enjoy!

3.0.0-RC

10 Oct 12:40
Compare
Choose a tag to compare

CakePHP 5 compatible pre-release

Please test. Once this has been tested and approved, the stable release can be tagged.

2.3.0

18 Jul 12:21
Compare
Choose a tag to compare

Improvements

  • DbConstraintsShell improvements
  • Better defaults for User::create shell command
  • CakePHP 4.2+ / PHP 7.4+ now.

2.2.0

27 Oct 21:03
9136717
Compare
Choose a tag to compare

Improvements

Added DbBackup shell to easily create or restore DB backups.