Skip to content

Commit

Permalink
typo in migratin file renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
nateiler committed May 8, 2018
1 parent 8de9008 commit 4f54114
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog
=========
## 1.0.0-rc.10 - 2018-05-08
### Fixed
- Typo in migration file renaming which prevented the migration from running

## 1.0.0-rc.9 - 2018-05-07
### Changed
- User associations can be sorted by user and organization.
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": "1.0.0-rc.9",
"version": "1.0.0-rc.10",
"type": "craft-plugin",
"keywords": [
"flipbox",
Expand Down Expand Up @@ -53,6 +53,6 @@
"downloadUrl": "https://github.com/flipboxfactory/organizations/archive/master.zip",
"hasCpSettings": true,
"hasCpSection": true,
"schemaVersion": "1.1.0"
"schemaVersion": "1.1.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* This migration adds a new column to support multiple user association sort types.
*/
class m180507_1212141_user_association_sort extends Migration
class m180507_121214_user_association_sort extends Migration
{
/**
* @return bool|void
Expand Down

0 comments on commit 4f54114

Please sign in to comment.