Skip to content

Commit

Permalink
Update for Flarum beta 16
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkwinkelmann committed Mar 18, 2021
1 parent 066f3b9 commit e70e523
Show file tree
Hide file tree
Showing 6 changed files with 791 additions and 744 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Clark Winkelmann
Copyright (c) 2020-2021 Clark Winkelmann

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
"license": "MIT",
"require": {
"flarum/approval": "^0.1.0-beta.14",
"flarum/core": ">=0.1.0-beta.15 <0.1.0-beta.16"
"flarum/core": ">=0.1.0-beta.15 <0.1.0-beta.17"
},
"authors": [
{
"name": "Clark Winkelmann",
"email": "[email protected]",
"homepage": "https://clarkwinkelmann.com/",
"role": "Developer"
}
],
Expand Down
2 changes: 1 addition & 1 deletion js/dist/admin.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/src/admin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ app.initializers.add('clarkwinkelmann-first-post-approval', () => {
]);
})
.registerPermission({
icon: 'fas fa-check', // Font-Awesome Icon
icon: 'fas fa-check',
label: app.translator.trans('clarkwinkelmann-first-post-approval.admin.permissions.bypass'),
permission: 'discussion.firstPostWithoutApproval',
}, 'start');
Expand Down
Loading

0 comments on commit e70e523

Please sign in to comment.