Skip to content

Commit

Permalink
Update to Flarum 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadiducho committed Jun 16, 2021
1 parent 3562dce commit ec05728
Show file tree
Hide file tree
Showing 9 changed files with 5,199 additions and 4,672 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"type": "flarum-extension",
"license": "MIT",
"require": {
"flarum/core": "^0.1.0-beta.16",
"fof/components": ">=0.2.0"
"flarum/core": "^1.0.0"
},
"support": {
"issues": "https://github.com/EdorasMinecraft/BBcode/issues",
Expand Down
4 changes: 1 addition & 3 deletions extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of cadiducho/bbcode.
*
* Copyright (c) 2020 Cadiducho.
* Copyright (c) 2021 Cadiducho.
*
* For the full copyright and license information, please view the LICENSE.md
* file that was distributed with this source code.
Expand All @@ -12,7 +12,6 @@
namespace Cadiducho\BBCode;

use Flarum\Extend;
use FoF\Components\Extend\AddFofComponents;
use s9e\TextFormatter\Configurator;

function accordion(Configurator $config)
Expand Down Expand Up @@ -148,7 +147,6 @@ function tooltip(Configurator $config)
}

return [
new AddFofComponents(),

(new Extend\Frontend('forum'))
->js(__DIR__.'/js/dist/forum.js')
Expand Down
244 changes: 242 additions & 2 deletions js/dist/forum.js

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

Loading

0 comments on commit ec05728

Please sign in to comment.