Skip to content

Releases: nystudio107/craft-recipe

Version 1.4.0

05 Oct 18:17
Compare
Choose a tag to compare

Added

  • Added .createRecipeMetaJsonLd() to the Recipes field, to allow the creation of SEOmatic MetaJsonLd objects that can be manipulated and rendered on the page by SEOmatic
  • Added Recipe Equipment (#32)
  • Added recipeCategory and recipeCuisine fields (#50)
  • Added the field servesUnit and a method called getServes() which is just concatenating the serves with its unit when it's not empty (#37)
  • Added a Recipe Video field that can be accessed via .getVideoUrl() (#50)
  • Added author and keywords fields (#50)

Changed

  • Switched over to using VitePress for the documentation

Version 1.3.0

05 Mar 20:37
Compare
Choose a tag to compare

Added

  • Added the ability to fetch nutritional information from ingredients using the Edamam Nutrition Analysis API.
  • Added plugin settings for configuring API credentials.
  • Added a console controller action that generates nutritional information for all entries in a section using the API.
  • Added docs buildchain

Version 1.2.1

28 Jan 20:58
Compare
Choose a tag to compare

Added

  • Added sodium content to nutrition facts template.
  • Implemented useFieldset for Craft 3.6

Changed

  • Non-imperial units are converted to nice fractions too
  • Nice fraction now has a space before it
  • Changed fraction precision to 1

Version 1.2.0

04 Nov 22:29
Compare
Choose a tag to compare

Added

  • Added support for importing recipes (including ingredients, directions and ratings) using Feed Me.

Version 1.1.3

25 May 15:03
Compare
Choose a tag to compare

Fixed

  • Add plural for grams and remove cups abreviation
  • Correct prefix of 0 for measurements and use 'cups' instead of c

Version 1.1.2

16 Apr 12:50
Compare
Choose a tag to compare

Fixed

  • Fixed Asset Bundle namespace case

Version 1.1.1

06 Apr 18:13
Compare
Choose a tag to compare

Changed

  • An error is no longer logged if there isn't a frontend template for the Nutrition Facts
  • Updated missing translations

Version 1.1.0

04 Apr 12:52
Compare
Choose a tag to compare

Added

  • Added support for imperial pounds and metric kilograms
  • Added support for passing in an image transform to .getImageUrl()

Fixed

Version 1.0.11

10 Jul 04:33
Compare
Choose a tag to compare

Changed

  • Add support for 2/3 fraction
  • Fixed an issue where controls to add ratings didn't work when you switched tabs until you resized the window

Version 1.0.10

09 Mar 04:14
Compare
Choose a tag to compare

Changed

  • Fixed the Asset Sources settings to work with Craft 3.1