diff --git a/CHANGELOG.md b/CHANGELOG.md index 07a38d5..2cc9287 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/composer.json b/composer.json index bdfc757..2623bf1 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -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" } } diff --git a/src/migrations/m180507_1212141_user_association_sort.php b/src/migrations/m180507_121214_user_association_sort.php similarity index 94% rename from src/migrations/m180507_1212141_user_association_sort.php rename to src/migrations/m180507_121214_user_association_sort.php index dd92c86..0e1665f 100644 --- a/src/migrations/m180507_1212141_user_association_sort.php +++ b/src/migrations/m180507_121214_user_association_sort.php @@ -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