-
-
Notifications
You must be signed in to change notification settings - Fork 130
Closed
Description
This issue houses all changes for beta 8. We can split the list up into different sections:
- Webmaster (people installing and upgrading Flarum)
- Developer (people maintaining a Flarum extension)
Webmaster
- The minimum PHP version will now be 7.1. It used to be 5.6.
- The minimum MySQL version will now be 5.6. It used to be 5.5.
- The skeleton
flarum/flarum
was updated:- public folder added
- api.php and admin.php are removed
- the .htaccess now directs all requests to non-existing files to index.php
- The akismet extension has been unbundled.
- New
discussion.hidePosts
permissions, enabled by default (and via upgrade) for moderators.- Custom groups might need to be adapted as well.
- See Split permission for editing and deleting posts framework#1387 and Create new hidePosts permission framework#1466.
Developer
- Pretty much all namespaces changed.
- Events were moved from one global Event namespace to their respective namespaces, eg
Flarum\Event\UserWillBeSaved
>Flarum\User\Event\Saving
- FloodGate has been made extensible
Metadata
Metadata
Assignees
Labels
No labels