Skip to content

Releases: v17development/flarum-user-badges

Release 1.1 - User card badges

03 Jul 22:54
Compare
Choose a tag to compare

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 run php 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

https://imgur.com/a/OmF95xm

Release 1.0 - Images, colors & more

26 Nov 00:15
Compare
Choose a tag to compare

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

  • Colorfy your badges #16 #12
  • Use images instead of colors #8
  • Show welcome headers on badge page #17
  • Need more styling options? All badges have an UserBadge and an UserBadge-{id} class!
  • Multiple fixes and tweaks

https://imgur.com/a/0sPsaUH

Release v0.2.1 - View users permission for badge-detail page

25 Jun 22:35
Compare
Choose a tag to compare

Implemented view users permission for badge-detail page

Release v0.2.0 - Added badge pages & notifications

25 Jun 21:48
Compare
Choose a tag to compare

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

30 May 16:19
Compare
Choose a tag to compare

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
  • Bug fixes

Release v0.1.2 - Beta 16 & tweaks

27 Mar 20:23
Compare
Choose a tag to compare

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

14 Mar 23:46
Compare
Choose a tag to compare

Fixed #1 and #2

v0.1.0

14 Mar 22:58
Compare
Choose a tag to compare

First version