Updated to Flarum 0.1.0-beta.16 (RC 1):
🏋️ Support for PHP 8.0! support for PHP 7.2 has been dropped. (flarum/core#2507)
⬆️ Laravel components have been upgraded to v8, and Symfony components to v5. (flarum/core#2576)
🔍️ Search system has been split to searching and filtering. In the future, this wil be the foundation for a search drivers system. (flarum/core#2454)
🔑 Access tokens have been refactored. (flarum/core#2651)
🧯 Boot errors are now hidden. (flarum/core#2633)
📁 Extension categories have been simplified. (flarum/core#2604)
📝 Editor driver abstraction has been introduced! word is there is a WYSIWYG extension on the rise 👀
(flarum/core#2594)
🔐 User edit permission has been split to groups edit, credentials edit and attributes edit permissions. We’ve also added checks to ensure that anyone trying to edit an admin’s credentials or add/remove users to/from the admin group is an admin. (flarum/core#2620)
🛂 A permission to bypass tag count requirements has been added. (flarum/tags#111)
🧩 Extensions can now have optional dependencies. (flarum/core#2579)
🔁 Routes can now be overridden. (flarum/core#2577)
🥷 Some performance improvements have been made. (flarum/sticky#23, flarum/tags#120, flarum/core#2639)
🧪 Extensions can now run backend unit and integration tests with the newly introduced flarum/testing package.
🚧 More extenders (flarum/core#2483, flarum/core#2176, flarum/core#2587, flarum/core#2535, flarum/core#2533)
🐛 A seriously large number of bugfixes
Let me know if there are any problems.
Edit: note I had to remove the merge discussions extension as it hadn’t been updated in a while.