1.0.1
We've started to give this extension a little TLC, and some of you have probably noticed that there has been some activity in the repo over the last few days too (Darkle 😉 )
I must stress, more work is needed and planned for this extension, but I cannot offer any timeframes on any particular feature or fix.
Right, with that out of the way:
Changes
- General housekeeping, bump dependencies, format code, etc
- Add new sort by upvotes option
- Fix issue where auto-upvotes would not always register
- Add option to allow upvoting only (no downvotes)
- Add option to specify alternate icon to
arrows
when using the alternative layout
- Add database index to the
votes
column to aid with sorting performance
Updating
composer require fof/gamification:"*"
php flarum migrate
php flarum cache:clear