Skip to content

Commit

Permalink
Merge branch 'release/1.1.2' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Apr 16, 2020
2 parents 3fdecef + 259e035 commit 272df37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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

## 1.1.2 - 2020.04.16
### Fixed
* Fixed Asset Bundle namespace case

## 1.1.1 - 2020.04.06
### Changed
* An error is no longer logged if there isn't a frontend template for the Nutrition Facts
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": "1.1.1",
"version": "1.1.2",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion src/assetbundles/recipe/RecipeAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @copyright Copyright (c) 2017 nystudio107
*/

namespace nystudio107\recipe\assetbundles\Recipe;
namespace nystudio107\recipe\assetbundles\recipe;

use Craft;
use craft\web\AssetBundle;
Expand Down

0 comments on commit 272df37

Please sign in to comment.