Releases: WalsGit/flarum-discussion-cards
Releases · WalsGit/flarum-discussion-cards
1.2.0
Added
- NEW option to show the number of replies on the right side of a card's title (like the default Flarum design) instead of on the image.
- NEW option to show the last post informations on the cards (like the default Flarum design): username & date of last post.
- NEW FEATURE: support for
shebaoting/repost
extension. - New migration file for the aforementioned new options & features.
- Post image search function now detects images in posts set via inline styles property
background: url(...)
orbackground-image: url()
, like for the thumbnails in YouTube video embeds.
Changed
- The way read cards are marked (removed B&W filter): now read cards' title and text have a lighter font weight (like the default Flarum discussion list behavior)
- When there are too many tags, not all of them where visible: now they will scroll horizontally when you hover on the cards' tag list on desktop and you can manually scroll them on mobile.
1.1.1
1.1.0
Added
- NEW FEATURE: Support for
v17development/flarum-blog
extension - NEW Option to chose to use the blog's images (post featured image and blog default's image) for blog post cards
- NEW Option to chose to use blog posts' summary as preview text for blog post cards
- A donation link
Changed
- Options for 3rd party extensions will only be enabled if said extensions are installed and activated.
- Text & description associated with 3rd party extensions options
Fixed
- Views won't throw error when
show views
option is activated but the relevant extension isn't installed and activated.