Skip to content

Releases: popphp/pop-kettle

2.3.2 Release

29 Feb 04:41
Compare
Choose a tag to compare

UPDATED

  • Updated README

2.3.1 Release

28 Feb 18:35
Compare
Choose a tag to compare

ADDED

  • Added ZSH completion file

2.3.0 Release

28 Feb 15:58
Compare
Choose a tag to compare

ADDED

  • Added kettle bash completion

2.2.1 Release

21 Dec 17:28
Compare
Choose a tag to compare

PATCHED

  • Patch issue with ENV values that already quotes

2.2.0 Release

18 Dec 17:12
Compare
Choose a tag to compare

ADDED

  • Added data/table option to create:model command

2.1.1 Release

15 Dec 04:01
Compare
Choose a tag to compare

ADDED

  • Added unit tests

2.1.0 Release

13 Dec 04:33
Compare
Choose a tag to compare

UPGRADED

  • Incorporated new pop-console v4.1.0` features
  • Add support for .env files
  • Add application status and env functionality, including managing maintenance mode

2.0.0 Release

09 Nov 04:49
Compare
Choose a tag to compare

UPGRADED

  • Added the ability to store and manage migrations from a database table
  • Moved seed functionality over to new Pop\Db\Sql\Seeder class
  • Added the ability to export and import raw SQL files (MySQL only.)
  • Upgraded for PHP 8.1+.

1.6.4 Release

07 Sep 22:51
Compare
Choose a tag to compare

UPDATED

  • Better arrangement of application vs module classes in the template files.

1.6.3 Release

26 Jun 16:20
Compare
Choose a tag to compare

ADDED

  • Added migrate:point route