Releases: nazgul26/PHPRecipebook
Releases · nazgul26/PHPRecipebook
PHPRecipebook 6.3
PHPRecipebook 6.2
This is a stable release of the CakePHP 4 base.
PHPRecipebook 6.1
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
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
Bug Fix:
- Fix redirect to view for Recipe when adding new Recipe
PHPRecipeBook 5.1.4
Removed .htaccess changes. Redirect was causing issues.
PHPRecipeBook 5.1.3
Bug Fix -
- Hide new ingredient Note dialog html when not open.
PHPRecipeBook 5.1.2
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
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
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.