Skip to content

Commit

Permalink
1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasan Özbey committed Jun 22, 2021
1 parent dd2adce commit 52ebf15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 1.0.2
- **Fix** nested `m.redraw.sync()` call error. (issue #10)
- **Fix** existing users can't choose a role even when they forced to. (issue #11)
- **Fix** restricted users can self-assign roles when users forced to have at least one role. (issue #12)
- **Add** customizable helper text for the sign-up modal. (issue #1)

### 1.0.1
- **Pull** commits from @imorland's fork.

Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@the-turk/flarum-regrole",
"description": "Allow users to assign roles to themselves during registration.",
"version": "1.0.1",
"version": "1.0.2",
"dependencies": {
"flarum-webpack-config": "0.1.0-beta.16.2",
"webpack": "^4.46.0",
Expand Down

0 comments on commit 52ebf15

Please sign in to comment.