⁂ Article

7.1.0 — Polishing Tables

This release introduces a redesigned Followers table that’s easier to navigate and customize—hide columns, change how many entries you see, or remove followers directly. Migrations are now simpler: just paste in a WebFinger ID or profile URL, and the plugin takes care of the rest. We’ve also fixed an issue where old, unfederated posts could be mistakenly re-sent—those will now stay quiet unless they’re recent. Plus, lots of behind-the-scenes improvements for a smoother experience.

This release is mostly made up of behind-the-scenes improvements, but one update you’ll notice right away is the refreshed Followers table. It now looks and feels much more like the standard WordPress admin tables: you can customize it with screen options to hide columns or change how many followers are shown per page, and you can now delete individual followers using inline action links. We also polished the layout by increasing information density and improving the readability of date columns.

We’ve made migrations easier to kick off by automatically resolving account aliases and saving their ID form. That means you can now paste in WebFinger IDs, profile URLs, etc. and the plugin handles the rest, as long as it resolves to an ActivityPub profile.

This release also fixes a long-time annoyance: unfederated posts (like those published before the plugin was activated or imported later) will no longer be sent out to followers just because they were updated. For now, we use a simple cutoff for posts older than a month, which should cover the majority of those cases.

Coming Soon: Following Others!

Most of the work that went into this release is still invisible, hiding behind a feature flag in Advanced Settings (you can find it by opening Screen Options in the ActivityPub settings screen).

There’s really no functionality around it yet, beyond following accounts from other instances, as we have yet to start processing incoming posts and adding the ability to interact with them. But if you just can’t wait to show your appreciation for other accounts by following them, go wild!

Behind the same feature flag, we’ve also added initial beta support for Fediverse Starter Kits. This lets new users follow a set of recommended accounts from a predefined list, following the format proposed by @dansup for Pixelfed. For now, only Actor objects are supporteded, but we’re hoping to expand that over time.

Full Changelog

Added

  • Added a first version of the Follow form, allowing users to follow other Actors by username or profile link.
  • Added initial support for Fediverse Starter Kits, allowing users to follow recommended accounts from a predefined list.
  • Ensure that all schedulers are registered during every plugin update.
  • Followers and Following list tables now support Columns and Pagination screen options.
  • The featured tags endpoint is now available again for all profiles, showing the most frequently used tags by each user.
  • The following endpoint now returns the actual list of users being followed.

Changed

  • Follower tables now look closer to what other tables in WordPress look like.
  • Improved Account-Aliases handling by internally normalizing input formats.
  • Minor performance improvement when querying posts of various types, by avoiding double queries.
  • Set older unfederated posts to local visibility by default.
  • Step counts for the Welcome checklist now only take into account steps that are added in the Welcome class.
  • Table actions are now faster by using the Custom Post Type ID instead of the remote user URI, thanks to the unified Actor Model.
  • The following tables now more closely match the appearance of other WordPress tables and can be filtered by status.

Fixed

  • Ensure correct visibility handling for Undo and Follow requests
  • Ensure that the Actor-ID is always a URL.
  • Fixed a bug in how follow requests were accepted to ensure they work correctly.
  • Fixed an issue where the number of followers shown didn’t always match the actual follower list.
  • Fixed a PHP error that prevented the Follower overview from loading.
  • Fixed missing avatar class so that CSS styles are correctly applied to ActivityPub avatars on the Dashboard.
  • Fixed potential errors when unrelated requests get caught in double-knocking callback.
  • Improved WebFinger fallback to better guess usernames from profile links.
  • Prevent WordPress from loading all admin notices twice on ActivityPub settings pages.
  • Removed follower dates to avoid confusion, as they may not have accurately reflected the actual follow time.
  • Stop purging Follow activities from the Outbox to allow proper Unfollow (Undo) handling.

Downloads

Thank you!

Big thanks to everyone who contributed code, feedback, testing, or encouragement—this community helps make the fediverse more connected with every release. ❤️

Update to 7.1.0, try it out, and tell us what you think!