Changelog

Every change we made

Reed all about new stuff here.

1.0.5

  • Added configurable gap/spacing between posts in classic, cards, and images layouts
  • New “Card Gap” setting in admin (Settings  BlueFeed  Layout & Spacing)
  • New gap shortcode parameter to override spacing per-shortcode (e.g. [bluefeed layout="cards" gap="24"])
  • Each layout retains its own default spacing when no gap is set (Classic: 12px, Cards: 16px, Images: 4px)
  • Added configurable border radius for all card/post elements
  • New “Border Radius” setting in admin (Settings  BlueFeed  Layout & Spacing)
  • New border_radius shortcode parameter (e.g. [bluefeed border_radius="0"] for square corners)
  • Added configurable border width for all card/post/divider borders
  • New “Border Width” setting in admin (Settings  BlueFeed  Layout & Spacing)
  • New border_width shortcode parameter (default: 1px, images layout defaults to 0)
  • URLs, @mentions, and #hashtags are now clickable in the profile bio
  • Added #hashtag linking in post text — links to Bluesky hashtag search
  • URLs in posts and bio now display without the http/https prefix for cleaner appearance
  • Layout & Spacing settings moved to their own admin section with a dedicated reset button
  • Fixed compact layout hover background bleeding outside rounded corners on first and last rows
  • Fixed card image radius gap when using larger border widths
  • Fixed double line-break spacing in profile bio when URLs or domains are present

1.0.4

  • Added “View Details” link on the Plugins page that opens the WordPress.org plugin information modal

1.0.3

  • Added External services section to readme for third-party API disclosure compliance

1.0.2

  • Moved admin settings page CSS and JS from inline to separate enqueued files for better performance and browser caching
  • Fixed copy-to-clipboard button showing both icons at the same time before being clicked

1.0.1

  • Improved compact layout – tighter spacing, smaller avatars, and single-line flow for name and time on both desktop and mobile
  • Fixed copy-to-clipboard icons missing on the admin settings page (SVGs were stripped by wp_kses_post)

1.0.0

  • Initial release
  • Four layout styles: classic, cards, compact, images
  • Profile header with stats
  • Caching system
  • Public API integration