Skip to content

Commit

Permalink
Update for Flarum 1.0 (#35)
Browse files Browse the repository at this point in the history
* Update for Flarum 1.0

* Apply fixes from StyleCI
  • Loading branch information
clarkwinkelmann authored May 29, 2021
1 parent 49505bc commit 841c1e1
Show file tree
Hide file tree
Showing 12 changed files with 491 additions and 346 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "flarum-extension",
"license": "MIT",
"require": {
"flarum/core": "^0.1.0-beta.16",
"flarum/core": "^1.0",
"ext-json": "*"
},
"support": {
Expand Down
3 changes: 1 addition & 2 deletions extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,5 @@
->setFullTextGambit(Search\NoOpGambit::class),

(new Extend\ServiceProvider())
->register(Providers\PageServiceProvider::class)
->register(Providers\SearchServiceProvider::class),
->register(Providers\PageServiceProvider::class),
];
2 changes: 1 addition & 1 deletion js/dist/admin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dist/admin.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dist/forum.js

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

2 changes: 1 addition & 1 deletion js/dist/forum.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 841c1e1

Please sign in to comment.