Skip to content

Releases: popphp/pop-kettle

1.6.2 Release

16 Nov 15:43
Compare
Choose a tag to compare

UPDATED

  • Updated to support PHP 8

1.6.1 Release

14 Dec 21:27
Compare
Choose a tag to compare

PATCHED

  • Fixed database credentials case sensitivity issue.

1.6.0 Release

12 Feb 22:29
Compare
Choose a tag to compare

UPDATED

  • Updated to PHP 7.3
  • Updated copyright

1.5.2 Release

18 Dec 04:05
Compare
Choose a tag to compare

PATCHED

  • Patched old/bad references to old Pop\Http\Server* classes

1.5.1 Release

05 Oct 21:04
Compare
Choose a tag to compare

ADDED

  • Added support for the all keyword to modify/manage multiple databases at once.

1.5.0 Release

15 Sep 19:29
Compare
Choose a tag to compare

ADDED

  • Added support for the kettle.inc.php file to allow for hooking into the Kettle application.

1.4.1 Release

14 Sep 19:28
Compare
Choose a tag to compare

PATCHED

  • Unlink .current migration file on db reset

1.4.0 Release

01 Sep 04:03
Compare
Choose a tag to compare

ADDED

  • Add create MVC commands to assist with creating application files for models, views and controllers.

1.3.0 Release

16 Feb 00:54
Compare
Choose a tag to compare

UPDATED

  • Updated to pop-http 4.0.0

1.2.1 Release

28 Jan 18:04
Compare
Choose a tag to compare

UPDATED

  • Improved support for database options for test(), createAdapter() and install() methods in the DB model.