🧙 Re-release under a new name
The extension previously released under the name capybash is no longer supported. Future updates for Flarum 2.x will be released under the name forumaker.
🔮 Update instructions
composer remove capybash/magicdice
php flarum cache:clear
composer require forumaker/magicdice:"*"
⚠️ If you encounter activation issues, run this in your database:
DELETE FROM settings WHERE `key` LIKE '%magicdice%';
This command will delete the old values. This extension was used by fewer than 10 people, so it shouldn't affect anything significant.
🪄 What’s new in this version?
Minor bugs reported by users of my forum have been fixed