Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for Release v1.8.4 #53

Merged
merged 7 commits into from
Aug 30, 2024
Merged

Changes for Release v1.8.4 #53

merged 7 commits into from
Aug 30, 2024

Conversation

XjSv
Copy link
Owner

@XjSv XjSv commented Aug 30, 2024

  • Updated the look of the Nutrition Facts to conform with the new FDA guidelines on Changes to the Nutrition Facts Label.
  • Updated the Percent Daily Value (%DV) to conform with the new FDA guidelines on Daily Value on the Nutrition and Supplement Facts Labels.
  • Updated the recipe schema to include the nutrition information and updated the "recipeInstructions" property to use the "HowToStep" type for better SEO.
  • Added unique IDs to the recipe directions for the ability to link directly to a recipe step (i.e. https://www.example.com/recipe/my-recipe#cooked-single-direction-step-3).
  • Fixed a bug with the recipe nutrition information not setting values correctly in the admin area.
  • Various bug fixes for the WP Delicious import feature thanks to @genevsky.
  • Fixed bugs with the permissions system.
  • Minor improvements to settings page and other areas of the plugin.

XjSv added 7 commits August 18, 2024 18:28
Also added mapping for courses.
Added unique IDs to the recipe directions for the ability to link directly to a recipe step (i.e. https://www.example.com/recipe/my-recipe#cooked-single-direction-step-3).
Updated the recipe schema to include the nutrition information and updated the "recipeInstructions" property to use the "HowToStep" type for better SEO.
- Updated the look of the Nutrition Facts to conform with the new FDA guidelines on [Changes to the Nutrition Facts Label](https://www.fda.gov/food/food-labeling-nutrition/changes-nutrition-facts-label).
- Updated the Percent Daily Value (%DV) to conform with the new FDA guidelines on [Daily Value on the Nutrition and Supplement Facts Labels](https://www.fda.gov/food/nutrition-facts-label/daily-value-nutrition-and-supplement-facts-labels).
- Fixed a bug with the recipe nutrition information not setting values correctly in the admin area.
- Reverted back to using the edit_cooked_recipes capability.
- Fixed admin bar menu permissions.
- Added cleanup function to remove any custom capabilities that were created before. If the subscriber role has the edit_cp_recipes capability, this function will trigger.
@XjSv XjSv added bug Something isn't working enhancement New feature or request labels Aug 30, 2024
@XjSv XjSv added this to the 1.8.4 milestone Aug 30, 2024
@XjSv XjSv self-assigned this Aug 30, 2024
@XjSv XjSv marked this pull request as ready for review August 30, 2024 17:31
@XjSv XjSv linked an issue Aug 30, 2024 that may be closed by this pull request
@XjSv XjSv merged commit d4f2ad7 into main Aug 30, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Recipe Schema
1 participant