Skip to content

Commit

Permalink
Merge pull request #342 from leekelleher/hotfix/4.4.6
Browse files Browse the repository at this point in the history
Preparing v4.4.6 release
  • Loading branch information
leekelleher authored Sep 12, 2023
2 parents 2c8b85f + 174723a commit d4b1657
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.4.5
4.4.6
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ public IEnumerable<DataListItem> GetItems(Dictionary<string, object> config)
{
return umbracoContext.Content
.GetByXPath(preview, parsed)
.Select(x => x.ToDataListItem("image", _contentTypeService));
.Select(x => x.ToDataListItem("image", _contentTypeService))
.ToList();
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Title>Contentment for Umbraco</Title>
<Description>Contentment, a collection of components for Umbraco.</Description>
<PackageTags>umbraco umbraco-marketplace</PackageTags>
<Version>4.4.5</Version>
<Version>4.4.6</Version>
<Company>Umbrella Inc Ltd</Company>
<Authors>Lee Kelleher</Authors>
<Copyright>2019 © Lee Kelleher</Copyright>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Contentment",
"version": "4.4.5",
"version": "4.4.6",
"css": [ "~/App_Plugins/Contentment/contentment.css" ],
"javascript": [ "~/App_Plugins/Contentment/contentment.js" ]
}

0 comments on commit d4b1657

Please sign in to comment.