Skip to content

Commit

Permalink
Merge branch 'release/4.0.4' into v4
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Dec 4, 2022
2 parents c428ae2 + d96337d commit 833ffd0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Recipe Changelog

## 4.0.4 - 2022.12.04
### Changed
* Fix the display of the Recipe icon logo on the Welcome screen

## 4.0.3 - 2022.12.01
### Changed
* Move to using `ServicesTrait` and add getter methods for services
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nystudio107/craft-recipe",
"description": "A comprehensive recipe FieldType for Craft CMS that includes metric/imperial conversion, portion calculation, and JSON-LD microdata support",
"type": "craft-plugin",
"version": "4.0.3",
"version": "4.0.4",
"keywords": [
"craft",
"cms",
Expand Down
4 changes: 2 additions & 2 deletions src/templates/welcome.twig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

{% set content %}
<div style="text-align:center; margin:0 auto; padding: 5% 10%;">
<img src="{{ baseAssetsUrl ~ '/img/Recipe-icon.svg' }}" width="30%" height="auto"/>
<img style="display: inline-block;" src="{{ baseAssetsUrl ~ '/img/Recipe-icon.svg' }}" width="30%" height="auto"/>
<h2>Thanks for using Recipe!</h2>
<p>Recipe adds a 'Recipe' FieldType for Craft CMS that you can add to any of your Sections.</p>
<p>In encapsulates everything you need for a recipe, including the ingredients, a photo of the recipe, directions, cooking time, ratings, and even nutritional information. It handles converting between Imperial and Metric units, outputs 'pretty' fractions for Imperial units, and can output correct ingredient portions for any number of servings.</p>
Expand All @@ -34,4 +34,4 @@
Brought to you by <a href="http://nystudio107.com" target="_blank">nystudio107</a>
</p>
</div>
{% endset %}
{% endset %}

0 comments on commit 833ffd0

Please sign in to comment.