Skip to content

Commit

Permalink
3.0.1 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
nateiler committed Nov 22, 2019
1 parent 3f8b94e commit 3fc7ad0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Changelog
=========
## 3.0.1 - 2019-11-22
### Fixed
- Migration typo in class name

## Unreleased
## 3.0.0 - 2019-11-20
### Changed
- Refactored getters and setters used to access/manage relationships directly from `Organization` and `User` elements.
As a result, `Organization::getUsers()`, `Organization::getTypes()`, `User::getOrganizations()` and
Expand Down
4 changes: 2 additions & 2 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": "3.0.0",
"version": "3.0.1",
"type": "craft-plugin",
"keywords": [
"flipbox",
Expand Down Expand Up @@ -52,7 +52,7 @@
"documentationUrl": "https://organizations.flipboxfactory.com",
"hasCpSettings": true,
"hasCpSection": true,
"schemaVersion": "1.3.1",
"schemaVersion": "1.3.2",
"branch-alias": {
"dev-develop": "3.0.x-dev",
"dev-master": "3.0.x-dev"
Expand Down

0 comments on commit 3fc7ad0

Please sign in to comment.