Skip to content

Commit

Permalink
1.0.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nateiler committed Apr 27, 2018
1 parent a2ae7fd commit 67ce08e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Changelog
=========
## Unreleased

## ## 1.0.0-rc.5 - 2018-04-28
### Changed
- Renamed the concept of user categories to user types (not backwards compatible)

## ## 1.0.0-rc.4 - 2018-04-23
- Updated dependencies

## 1.0.0-rc.3 - 2018-04-17
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "flipboxfactory/organizations",
"description": "Simple parent + child management",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"type": "craft-plugin",
"keywords": [
"flipbox",
Expand Down Expand Up @@ -57,10 +57,10 @@
"components": {
"element": "flipbox\\organizations\\services\\Element",
"organizations": "flipbox\\organizations\\services\\Organizations",
"organizationTypes": "flipbox\\organizations\\services\\OrganizationTypes",
"organizationTypeSettings": "flipbox\\organizations\\services\\OrganizationTypeSettings",
"organizationTypeAssociations": "flipbox\\organizations\\services\\OrganizationTypeAssociations",
"records": "flipbox\\organizations\\services\\Records",
"types": "flipbox\\organizations\\services\\Types",
"typeSettings": "flipbox\\organizations\\services\\TypeSettings",
"typeAssociations": "flipbox\\organizations\\services\\TypeAssociations",
"users": "flipbox\\organizations\\services\\Users",
"userAssociations": "flipbox\\organizations\\services\\UserAssociations",
"userTypes": "flipbox\\organizations\\services\\UserTypes",
Expand Down

0 comments on commit 67ce08e

Please sign in to comment.