Skip to content

Releases: nazgul26/PHPRecipebook

PHPRecipebook 6.3

04 Jan 21:50
Compare
Choose a tag to compare

Release includes:

  • Fix for Seed data generation
  • Bug Fix for adding meals to Meal Plan across multiple days to skip properly.
  • Updates for Composer Packages (i.e. CakePHP and dependencies).

PHPRecipebook 6.2

12 Oct 18:27
Compare
Choose a tag to compare

This is a stable release of the CakePHP 4 base.

PHPRecipebook 6.1

16 Sep 19:15
Compare
Choose a tag to compare

This release supports modern versions of PHP that the 5.x branch did not. All features from 5.x should be supported and working. If you find something that did not please open an issue.

PHPRecipebook 6.0 Beta

25 Mar 19:48
Compare
Choose a tag to compare
Pre-release

First release of 6.0 Version.

Edit the .env or setup environment variables to match your setup. If upgrading copy of the SALT from your previous version.

Known Issues:

  • Cannot Edit Reviews
  • Upload Images on Recipe does not work yet.

PHPRecipebook 5.1.5

01 May 23:44
Compare
Choose a tag to compare

Bug Fix:

  • Fix redirect to view for Recipe when adding new Recipe

PHPRecipeBook 5.1.4

28 Mar 00:27
Compare
Choose a tag to compare

Removed .htaccess changes. Redirect was causing issues.

PHPRecipeBook 5.1.3

16 Mar 20:43
Compare
Choose a tag to compare

Bug Fix -

  • Hide new ingredient Note dialog html when not open.

PHPRecipeBook 5.1.2

16 Mar 20:20
2730a52
Compare
Choose a tag to compare

This release will require updating schema for new Note column on ingredient/recipe mapping table.

New Features -

  • Note option for each ingredient in a recipe.
  • After editing recipe and saved will redirect to recipe view.
  • JQuery UI updated to latest version

Bug Fixes -

  • Open jquery dialogs in center of page instead of bottom.
  • More efficient SQL for loading of RecipeBox sidecar.
  • Postgresql SQL fixes.
  • PHP 7 support (removed split()).
  • Fix for fraction conversion errors on recipe editing.
    ... and more (see commit log)

PHPRecipebook 5.1.1

25 May 00:20
Compare
Choose a tag to compare

New:

  • Styling improvement for ingredients
  • Improved Swedish translation

Bug Fixes:

  • When adding recipes to shopping list they will add instead of create new item.
  • When shopping list is being display ingredients will using scaling/servings.

PHPRecipebook 5.1.0

15 Dec 02:10
Compare
Choose a tag to compare

New Release!

Features:

  • Updated to latest CakePHP 2.x
  • Config option to make ALL recipes private. Checkout core.php for this option.

Bug Fixes:

  • CSS fix for More Actions wrapping
  • Fixed error message in setup wizard.