Updated to Flarum 0.1.0-beta.14.
📦️ When enabling and disabling extensions we will now check their dependencies on other extensions to prevent bricking your forum. For instance , since askvortsov/categories relies on flarum/tags, you can’t enable it unless flarum/tags is enabled. (flarum/core#2188)
🗨️ Fixed a bunch of bugs with the post stream
🏷️ Improved tag discussion count and last posted discussion calculations
⬅️ Added a “view post” popup when having edited a post similar to when you create a post. (flarum/core#2108)
✉️ Email configuration can now be tested from within the admin area. (flarum/core#2023)
🔍 Searching for users based on groups is now also possible using the group ID. (flarum/core#2192)
🕛️ Relative times are now updated without reloading. (flarum/core#2208)
⚠️ Improved request error handling with modals. (flarum/core#1929)
😁 Font Awesome was updated. (flarum/core#2274)
📛 User display names are now implemented as drivers, and have extenders (flarum/core#2174)
🔒️ The bundled Facebook, GitHub and Twitter authentication extensions have moved to Friends of Flarum. flarum/core#2006
Note: they changed the way extensions worked so all extensions had to be updated and some of them haven’t been yet. Therefore we have lost three extensions:
- Online Users List
- BB Code Spoilers
- Shout Messaging
I went through and updated every place I found an old spoiler but apologies if I missed any.
Edit: for future reference this tool is useful when updating the forum software.