Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
marionnewlevant committed Mar 20, 2016
2 parents e595134 + 4ac5405 commit 00dce5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ MN Eager works on Craft 2.4.x, Craft 2.5.x., and Craft 2.6.x

The code to [fetch the elements](https://craftcms.com/docs/templating/elementcriteriamodel#fetching-the-elements) from a Craft [ElementCriteriaModel](https://craftcms.com/docs/templating/elementcriteriamodel) is different when the elements have been [eager-loaded](https://craftcms.com/docs/templating/eager-loading-elements).

This plugin provides a uniform syntax for fetching elements wether or not they have been eager loaded.
This plugin provides a uniform syntax for fetching elements whether or not they have been eager loaded.

## Using MN Eager

Expand Down Expand Up @@ -89,4 +89,4 @@ In addition to the fetching function, `isEager` will tell you whether an Element
* added `isEager`
* added twig filters and functions

Brought to you by [Marion Newlevant](http://marion.newlevant.com)
Brought to you by [Marion Newlevant](http://marion.newlevant.com)
2 changes: 1 addition & 1 deletion releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"date": "2016-03-19T23:45:43.282Z",
"notes": [
"[Added] Supports the complete set of ElementCriteriaModel Fetch operations: find, first, last, nth, ids, total",
"[Added] IsEager test checks whether ElementCriteriaModel has been eager-loaded"
"[Added] IsEager test checks whether ElementCriteriaModel has been eager-loaded",
"[Added] Twig filters and functions as well as the craft variable. The twig filters are named mnFind, mnFirst etc. so as not to conflict with native twig filters"
]
}
Expand Down

0 comments on commit 00dce5a

Please sign in to comment.