Releases: v17development/flarum-user-badges
Release 1.1 - User card badges
Release v1.1.0 - User card badges 🪪
In today's update we'll release the ability to show badges in users their card. Thanks to the PR of @datlechin ! 🚀
It's possible for admins to limit the visible badges and users can select their own badges. If there are no badges selected, they will be auto-selected as soon they are earned! This way all users will have something interesting.
Changelog
- Added User Card Badges - Merged PR #19
- Merged PR #20
- Added permissions to select custom user card badges
- Some small bug fixes
To update, run:
composer update v17development/flarum-user-badges
⚠️ There are migrations in this update. Make sure to runphp flarum migrate
after updating this extension 🙂
If you run into any issues, please make sure to create an issue here: https://github.com/v17development/flarum-user-badges/issues
Release 1.0 - Images, colors & more
It's time for an update! This update brings colors and images to your badges!
Style your badges in any color! It is possible to color the badge icon, badge background and badge text separately. Images can be any URL, so you can decide where to place your cool user badge images.
Changelog
Release v0.2.1 - View users permission for badge-detail page
Implemented view users permission for badge-detail page
Release v0.2.0 - Added badge pages & notifications
It's time for an update! This release we've added a badges overview page, a badge detail page (with a user list) and a Badge received
notification!
The badge overview page is slightly customizable, per badge-category you can decide if the badges should be shown in big-blocks or in a simple table-list. That's great for when you have a temporary event-badges or want to highlight a specific badge-category :)
Enjoy the update 😎
Changelog:
- Added badges overview page
- Added badge detail page
- Added
Badge received
notification - Bug fixes
Release v0.1.3 - Flarum 1.0.0 compatible & implementented Auto Moderator integration
Changelog:
- Flarum v1.0.0 compatible
- Implemented Askvortsov's Auto Moderator for Badge automation!
- Adds
Badges received
metric - Adds
Give badge
action - Adds
Remove badge
action - Adds
Has badge
requirement
- Adds
- Bug fixes
Release v0.1.2 - Beta 16 & tweaks
Changelog:
- This extension is now compatible with Flarum Beta 16
- Uncategorized badges are now shown on the profile page
- Uncategorized badges are now shown on the 'Give badge' dialog
- Fixed bug crashing interface ( #3 )
v0.1.1
v0.1.0
First version