Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ttempleton committed Nov 20, 2019
1 parent 454f1cd commit cf4d651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 1.2.0 - 2019-11-20
### Added
- Accessing a non-empty multi-selection field in a template now returns the new `CategoryGroupCollection`, which is designed to mimic a Craft element query (though doesn't yet support the more advanced filtering options that element queries have) (for now, iterating directly over a `CategoryGroupCollection` in templates is still supported, so no template changes are needed at this stage, but it will be deprecated in the future)
- Added `all()`, `one()`, `nth()`, `count()` and `ids()` methods for `CategoryGroupCollection`
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ttempleton/craft-category-groups-field",
"description": "A Craft CMS field type for selecting category groups",
"version": "1.1.0",
"version": "1.2.0",
"type": "craft-plugin",
"keywords": [
"cms",
Expand Down

0 comments on commit cf4d651

Please sign in to comment.