Skip to content

3.3.0

Choose a tag to compare

@ernestdefoe ernestdefoe released this 31 May 14:46

What's Changed

Two visual fixes in the discussion list and the sidebar contributor panel.

Fixed

  • Top Contributors avatars — the panel now shows actual user profile photos when members have uploaded an avatar. Previously a PHP method-call bug ($u->avatarUrl() rather than $u->avatar_url) silently returned null for every user, falling back to colour-coded initials every time.
  • Tag pills beside the discussion title — tag chips now appear on the same line as the discussion title rather than in a separate full-width row below it. Uses display: contents on the info <ul> to promote tag <li> elements into the title row's flex context, with an invisible row-break sentinel pushing metadata (poster, time) to the next row.