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 Apr 4, 2021
1 parent 73bf2df commit eca5b30
Show file tree
Hide file tree
Showing 11 changed files with 1,160 additions and 845 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019 FriendsOfFlarum
Copyright (c) 2019-2021 FriendsOfFlarum
Copyright (c) 2018 Flagrow

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
}
],
"require": {
"flarum/core": ">=0.1.0-beta.15 <0.1.0-beta.16"
"flarum/core": "^0.1.0-beta.16"
},
"replace": {
"flagrow/html-errors": "*"
},
"extra": {
"flarum-extension": {
"title": "FoF HTML Errors",
"category": "formatting",
"category": "feature",
"icon": {
"name": "fas fa-exclamation-circle",
"backgroundColor": "#e74c3c",
Expand Down
6 changes: 2 additions & 4 deletions extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
namespace FoF\HtmlErrors;

use Flarum\Extend;
use Flarum\Foundation\Application;

return [
(new Extend\Frontend('admin'))
->js(__DIR__ . '/js/dist/admin.js'),

new Extend\Locales(__DIR__ . '/locale'),

function (Application $app) {
$app->register(Providers\ErrorServiceProvider::class);
},
(new Extend\ServiceProvider())
->register(Providers\ErrorServiceProvider::class),
];
2 changes: 1 addition & 1 deletion js/dist/admin.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/admin.js.map

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

Loading

0 comments on commit eca5b30

Please sign in to comment.