v1.3.1
Follow-up to SergeyTS's v1.3.0 feedback.
Fixed
- Badge awards now notify the recipient. The award goes through fof/badges'
BadgeAwarder(which sends the "you earned a badge" notification, runs the badge's actions, and firesBadgeAwarded) instead of a raw pivot attach. Falls back to the direct attach on older fof/badges so the award still lands either way. - The "award on publish" badge is now a real picker — a dropdown of badge names (loaded from the config endpoint), matching the per-category badge picker. No more raw numeric IDs; choose "None" to disable.
Included (already in the 1.3.0 source, ensured here for installs that pre-dated it)
- Parameter (custom field) descriptions — add them in the field editor; they render under the parameter's name in the submission form.
- Per-category badge picker + tag descriptions on hover.
Update: composer update ernestdefoe/projects then php flarum cache:clear.