PluginProbe
Friends / 4.3.0
Friends v4.3.0
4.3.2 4.3.1 4.3.0 4.2.2 4.2.1 4.2.0 4.1.0 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9.0 2.9.1 All 88 releases
friends / README.md

README.md in Friends 4.3.0, at README.md

674 lines 34.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # Friends
2
3 - Contributors: akirk
4 - Tags: friends, rss, decentralized, social-network, own-your-data
5 - Requires PHP: 7.2
6 - Tested up to: 7.0
7 - License: GPL-2.0-or-later
8 - Stable tag: 4.3.0
9
10 A self-hosted social reader for WordPress: follow people via RSS and ActivityPub, with multiple themes and a plugin ecosystem.
11
12 [](https://wordpress.org/plugins/friends/![Active Installs](https://img.shields.io/wordpress/plugin/installs/friends?logo=wordpress&logoColor=%23fff&label=Active%20Installs&labelColor=%2323282dA&color=%2323282dA)](https://wordpress.org/plugins/friends/](https://wordpress.org/plugins/friends/) [](https://playground.wordpress.net/?networking=yes&blueprint-url=https://raw.githubusercontent.com/akirk/friends/refs/heads/main/assets/blueprints/blueprint.json![Playground Demo Link](https://img.shields.io/wordpress/plugin/v/friends?logo=wordpress&logoColor=%23fff&label=Playground%20Demo&labelColor=%233858e9&color=%233858e9)](https://playground.wordpress.net/?networking=yes&blueprint-url=https://raw.githubusercontent.com/akirk/friends/refs/heads/main/assets/blueprints/blueprint.json](https://playground.wordpress.net/?networking=yes&blueprint-url=https://raw.githubusercontent.com/akirk/friends/refs/heads/main/assets/blueprints/blueprint.json) [](https://playground.wordpress.net/?networking=yes&blueprint-url=https://raw.githubusercontent.com/akirk/friends/refs/heads/main/assets/blueprints/blueprint-prefilled.json![Configured Playground Demo Link](https://img.shields.io/wordpress/plugin/v/friends?logo=wordpress&logoColor=%23fff&label=Configured%20Playground%20Demo&labelColor=%23089809&color=%23089809)](https://playground.wordpress.net/?networking=yes&blueprint-url=https://raw.githubusercontent.com/akirk/friends/refs/heads/main/assets/blueprints/blueprint-prefilled.json](https://playground.wordpress.net/?networking=yes&blueprint-url=https://raw.githubusercontent.com/akirk/friends/refs/heads/main/assets/blueprints/blueprint-prefilled.json)
13
14 ## Description
15
16 The Friends plugin turns your WordPress into a self-hosted social reader. Follow people via RSS and ActivityPub (Mastodon and other Fediverse platforms) and read their posts through one of several built-in themes — Mastodon-style, Google Reader-style, or the default view — with dark mode support.
17
18 **Combine this plugin with the ActivityPub plugin to participate in the Fediverse from your own site. Use the Enable Mastodon Apps plugin to use mobile and desktop Mastodon apps with your WordPress.**
19
20 The plugin is designed to be extensible: other plugins can add parsers for new feed sources, new themes, and new functionality like saving posts to a collection or sending them to an eReader.
21
22 You can...
23 - Choose from multiple themes: Mastodon-style, Google Reader-style, and a block theme with dark mode.
24 - Organize your subscriptions into folders.
25 - Have multiple feeds per person (blog, social media, etc.).
26 - Categorize incoming content with Post Formats and view all posts of a certain format across your feeds.
27 - Define rules to filter incoming content.
28 - Get full-post email notifications from your favorite blogs.
29 - Save posts to a collection for later reference (via the Post Collection plugin).
30 - Send posts to your eReader (via the Send to E-Reader plugin).
31 - Subscribe to any site with one click using the [](https://chromewebstore.google.com/detail/friends/ledbghpaplkpclndlommpbokndieflhlFriends browser extension](https://chromewebstore.google.com/detail/friends/ledbghpaplkpclndlommpbokndieflhl](https://chromewebstore.google.com/detail/friends/ledbghpaplkpclndlommpbokndieflhl) (also available [](https://addons.mozilla.org/en-US/firefox/addon/wpfriends/for Firefox](https://addons.mozilla.org/en-US/firefox/addon/wpfriends/](https://addons.mozilla.org/en-US/firefox/addon/wpfriends/)).
32
33 [](https://www.youtube.com/watch?v=4bz6GluXnsk![Friends Plugin Demo on Youtube](img/friends-plugin-youtube-thumbnail.png)](https://www.youtube.com/watch?v=4bz6GluXnsk](https://www.youtube.com/watch?v=4bz6GluXnsk)
34
35 ### Philosophy
36
37 The Friends Plugin was built to make use of what WordPress provides:
38
39 - You use the WordPress infrastructure (Gutenberg or Classic Editor, what you prefer) to create your posts.
40 - Followed people are stored as taxonomy terms, their posts are cached as a custom post type — delete the term to unfollow.
41 - No extra tables: The Friends plugin just uses a post type, options, and some taxonomies to store its data. When you delete the plugin, your WordPress will be as slim as before.
42
43 The logo was created by Ramon Dodd, @ramonopoly. Thank you!
44
45 Documentation for the plugin can be found on the [](https://github.com/akirk/friends/wikiGitHub project Wiki](https://github.com/akirk/friends/wiki](https://github.com/akirk/friends/wiki).
46
47 **Development of this plugin is done [](https://github.com/akirk/friendson GitHub](https://github.com/akirk/friends](https://github.com/akirk/friends). Pull requests welcome. Please see [](https://github.com/akirk/friends/issuesissues](https://github.com/akirk/friends/issues](https://github.com/akirk/friends/issues) reported there before going to the [](https://wordpress.org/support/plugin/friendsplugin forum](https://wordpress.org/support/plugin/friends](https://wordpress.org/support/plugin/friends).**
48
49 ## Installation
50
51 1. Upload the `friends` directory to the `/wp-content/plugins/` directory
52 1. Activate the plugin through the 'Plugins' menu in WordPress
53
54 ## Frequently Asked Questions
55
56 ### Does this plugin create custom tables?
57 No, all the functionality is achieved with standard WordPress means. Followed people are stored as taxonomy terms, and their posts are cached in a custom post type.
58
59 ### What's the point? If I want to follow people I can use a social network.
60 That's exactly the point — with WordPress you own your data and decide where to host it. You get all the benefits of open source software without depending on a third party.
61
62 ### What happens if I modify or delete a post?
63 Cached posts are stored as the custom post type `friend_post_cache`. When you unfollow someone, their cached posts are removed with them.
64
65 ### Is there a browser extension?
66 Yes — install it for [](https://chromewebstore.google.com/detail/friends/ledbghpaplkpclndlommpbokndieflhlChrome](https://chromewebstore.google.com/detail/friends/ledbghpaplkpclndlommpbokndieflhl](https://chromewebstore.google.com/detail/friends/ledbghpaplkpclndlommpbokndieflhl) or [](https://addons.mozilla.org/en-US/firefox/addon/wpfriends/Firefox](https://addons.mozilla.org/en-US/firefox/addon/wpfriends/](https://addons.mozilla.org/en-US/firefox/addon/wpfriends/). It adds a toolbar button that lets you subscribe to the site you are currently visiting with one click. Pair it with the API key on the Friends → Browser Extension page to also expose quick actions from other Friends-aware plugins (saving to a collection, sending to your eReader, etc.).
67
68 ## Screenshots
69
70 1. Mastodon-style theme
71 2. Google Reader-style theme
72 3. Default view with compact mode
73 4. Multiple feeds per person, even on social networks
74 5. Categorize incoming content with Post Formats and view all posts of a certain format across your feeds
75 6. Use rules to filter incoming content
76 7. Organize subscriptions into folders
77 8. Followed people are stored as taxonomy terms
78
79 ## Changelog
80
81 ### 4.3.0
82 - Notify Mastodon apps about received direct messages. ([#711])
83 - Show a link preview card for posts that link to an article, with a setting to turn it off. ([#712])
84 - Fix a fatal error that stopped the friends page from rendering when the ActivityPub plugin is not active. ([#714])
85
86 ### 4.2.2
87 - Fix the mobile direct messages layout and keyboard behavior. ([#693])
88 - Add delivery status indicators for ActivityPub direct messages. ([#694])
89 - Update CI actions to avoid Node module deprecation warnings. ([#695])
90 - Update CI actions to avoid Node module deprecation warnings. ([#696])
91 - Show direct message delivery status in the conversation overview and recover delivery tracking for older ActivityPub outbox items. ([#703])
92 - Quiet public posts created through Mastodon apps are stored as published posts with quiet-public ActivityPub visibility. ([#704])
93 - Document browser extension inline action responses that can update form state after saving. ([#705])
94 - Avoid a duplicate-key database error when the same ActivityPub activity is redelivered. ([#707])
95 - Fix a fatal error when unfollowing an account that isn't a Friends subscription through a Mastodon app. ([#709])
96
97 ### 4.2.1
98 - Render ActivityPub custom emoji in actor display names. ([#681])
99 - Parse direct XML feeds even when they are served with a text/plain content type. ([#683])
100 - Hydrate Enable Mastodon Apps favourite and bookmark state from Friends reactions. ([#684])
101 - Fix local replies on cached ActivityPub posts not entering the outbox. ([#685])
102 - Avoid slow ActivityPub host lookups by caching actor handles for cached posts. ([#686])
103 - Fix ActivityPub re-follow actions for pending subscriptions. ([#687])
104 - Update the Playground workflow to add the test link to the pull request description instead of posting a comment. ([#688])
105 - Clarify ActivityPub feed unfollow and removal actions. ([#689])
106 - Fix default frontend theme colors so the page follows system dark mode. ([#690])
107 - Persist Mastodon API boosts locally so announced boosts also appear in Mastodon account statuses. ([#691])
108
109 ### 4.2.0
110 - Add a direct messages view with a conversation list and chat layout. ([#671])
111 - Show direct messages from ActivityPub users you do not follow and surface follower status on their profile. ([#672])
112 - Link profile message previews to the direct messages view. ([#673])
113 - Send ActivityPub direct messages through the outbox so delivery can use the normal persistence and retry flow. ([#674])
114 - Improve direct message links, drafts, grouping, and live refresh behavior. ([#675])
115 - Support ActivityPub custom emoji in boosted actor names. ([#676])
116 - Run CI checks on PR heads after the changelog workflow adds its generated commit. ([#677])
117 - Fix action icon alignment on follower and following pages. ([#678])
118 - Run normal PR checks after workflow-generated changelog commits. ([#679])
119
120 ### 4.1.0
121 - Add a frontend Add Friend page with feed review and OPML import support. ([#516])
122 - Surface the Friends browser extension in more places so users can discover it: the Browser Extension submenu is now always visible under Friends, the settings page describes what the extension does and links to the Chrome and Firefox stores, and the Tools → Bookmarklets card and README mention it as well. ([#663])
123 - Document that a category can be specified. ([#664])
124 - Prevent the ActivityPub plugin from federating cached friend posts so remote content stored locally is never announced as the site's own activity. ([#665])
125 - Add generic inline browser extension action dispatching so companion plugins can provide authenticated in-popup actions through Friends filters. ([#666])
126 - Show and pad the welcome content in the shipped frontend themes. ([#667])
127 - Add WordPress Abilities for AI Assistant to manage Friends subscriptions, feeds, single-feed refreshes, bulk refreshes, and cached timeline items. ([#668])
128 - Require changelog entries to come from PR body details and add release-prep dry-run validation. ([#669])
129
130 ### 4.0.6
131 - Fix conversation accounts for migrated users by falling back to friends_feed_url meta when post_author is 0. ([#655])
132 - Add a search field to the Followers, Following, and Mutual pages. ([#658])
133 - Add a Twitter/X-inspired frontend theme. ([#653])
134 - Avoid a fatal error in follower notifications when the ActivityPub plugin (7.5.0+) passes a WP_Post instead of a Follower model — the email handlers now resolve the Actor via Remote_Actors so new- and lost-follower emails work again, ending the inbox retry loop that this caused. ([#661])
135 - Mobile fixes: show the Friends icon in the admin bar on mobile and swap the generic group glyph for the Friends logo mark; stack chips and search on separate rows in the Google Reader theme on narrow screens; remove duplicate compose box from the Twitter theme mobile panel. ([#656])
136 - Fix loading indicator in Google Reader, Mastodon, and Twitter themes spinning the host element's text like a propeller; use a rotating pseudo-element instead. ([#659])
137 - Twitter theme: add a second widget area ("Friends Sidebar 2") shown in the right column. ([#657])
138
139 ### 4.0.5
140 - Fix search pagination losing search results on infinite scroll and add search controls (clear search, sort order). ([#636])
141 - Fix comment textarea causing horizontal scrollbar on mobile. ([#637])
142 - Fix TypeError when updating the Friends dashboard widget. ([#638])
143 - Add ActivityPub integration tests to CI and test for comment federation on cached posts. ([#639])
144 - Show ActivityPub comment form for posts whose permalink host is a known ActivityPub instance, with a fallback message linking to the source for non-ActivityPub posts. ([#641])
145 - Add `friends_browser_extension_actions` filter to allow plugins to register actions in the browser extension. ([#642])
146 - Remove the plugin installer page and update the README for 4.0. ([#643])
147 - Fix reblog account handle for WordPress blog-wide ActivityPub actors using ?author=0 URLs. ([#644])
148 - Add compose box to the Mastodon theme with @mention autocomplete and a setting to exclude status posts from the main RSS feed. ([#646])
149 - Use ap_actor post ID as account ID in Mastodon API when ActivityPub plugin is active. ([#647])
150 - Remove extra whitespace inside link tags that caused imprecise hover text in templates. ([#649])
151 - Add collapsible mobile panel for compose and search in Mastodon theme. ([#650])
152 - Fix Mastodon theme search autocomplete styling and prevent User_Query from returning non-subscription WordPress users. ([#651])
153
154 ### 4.0.4
155 - Mastodon theme: compact mode, mobile sidebar, and profile page cosmetics ([#634])
156
157 ### 4.0.3
158 - Fix header image centering in Mastodon theme ([#632])
159 - Fix Mastodon theme design issues ([#630])
160 - Add AJAX feed refresh on the frontend ([#631])
161
162 ### 4.0.2
163 - Clean up edit-friend UI: add username field, remove legacy roles ([#629])
164 - Fix crash in admin_edit_user_link for virtual subscriptions ([#628])
165 - Fix fatal error during feed discovery when content is null ([#627])
166 - Strip style tags and convert iframe embeds during feed sanitization ([#624])
167 - Defer theme name translations to avoid early textdomain loading ([#625])
168 - Google Reader: expand single post view, remove comments border ([#623])
169
170 ### 4.0.1
171 - Restore Add Friend admin page ([#622])
172 - Rename Subscriptions to Following in the frontend ([#616])
173 - Use Friends avatar for non-reblog posts ([#621])
174 - Fix author page performance regression ([#617])
175 - Make Mastodon theme header non-sticky on mobile ([#620])
176 - Fix avatar rendering in Mastodon theme and always show filters ([#615])
177 - Add ActivityPub subscription status check ([#613])
178 - Remove Spectre CSS and Sass, use plain CSS with native nesting ([#614])
179 - Add header image readability styling to all themes ([#612])
180 - Fix fatal error and stuck Pending migrations ([#610])
181 - Add new themes to the Friends plugin documentation
182
183 ### 4.0.0
184 - Remove Friendship functionality ([#515])
185 - Provide a block theme for the Friends page ([#362])
186 - Move post_tag to a friend_tag taxonomy ([#559])
187 - Implement Dark Mode for Friends Page ([#571])
188 - Improve Compatibility with ActivityPub 7.0 ([#574])
189 - Improve ActivityPub integration and migration UI ([#575])
190 - Use the ActivityPub header image if available ([#576])
191 - Fix the external actor display ([#577], [#578])
192 - Improve external mention behavior ([#579])
193 - Fix the links for ActivityPub comments ([#580])
194 - Prevent apostrophes in friend usernames and migrate existing ones ([#581])
195 - Refactor Friend Tag ([#583])
196 - Use preferredUsername instead of display name for ActivityPub suggested-username ([#585])
197 - Don't convert replies to comments without mentions ([#586])
198 - Fix batch pagination bug in migrations and add undo support ([#587])
199 - Optimize Mastodon API performance ([#592])
200 - Don't assume WP_HTML_Tag_Processor is available ([#553])
201 - Add News page with update announcements and migration improvements ([#598])
202 - Add subscription folders ([#599])
203 - Fix followers page and add filtering, sorting, and pagination ([#600])
204 - Add Google Reader theme ([#601])
205 - Add subscriptions page with filtering, sorting, and pagination ([#603])
206 - Fix video controls, reaction scroll loss, and PHP warning ([#604])
207 - Add Mastodon-style theme ([#605])
208 - Fix folder support in friend-list widget and block ([#607])
209
210 ### 3.6.0
211 - Add support for PeerTube ([#546])
212 - Show as who you'll follow ([#545])
213 - Add support for following via textbox on Mastodon ([#544])
214 - Fix broken redirect for non-existing friends ([#539])
215 - Don't use iframes in autogenerated youtube embeds ([#540])
216 - Update function call in ActivityPub ([#543])
217
218 ### 3.5.2
219 - Expose following list via ActivityPub ([#538])
220 - Convert query vars serialization to json ([#537])
221 - Don't replace tags outside of the friends page ([#536])
222 - Use EMA account data for a local user ([#535])
223 - EMA: Fix following number for own user ([#534])
224 - Remove external hover links ([#533])
225 - Plugin Check Fixes ([#532])
226 - Ajaxify Post Count display on the main friends page ([#531])
227 - Always apply replace rules and fix html entity replacing ([#530])
228
229 ### 3.5.1
230 - Fix undefined user_id variable ([#525])
231 - Fix broken rewrite rules ([#524])
232
233 ### 3.5.0
234 - Prevent friends page running wide in compact view ([#522])
235 - Prevent fatal for boosted post ([#521])
236 - Flush Rewrite Rules later ([#520])
237
238 ### 3.4.9
239 - Message fixes ([#518], [#519])
240 - Display only images in compact mode ([#517])
241
242 ### 3.4.8
243 - Enable Mastodon Apps: Fix wrong reblog attribution ([#510])
244
245 ### 3.4.7
246 - Remove profile link from the Activitypub Follower e-mail ([#507])
247 - Add support for Youtube Feeds ([#508])
248 - Enable Mastodon Apps: Fix broken posting experience without ActivityPub plugin ([#506])
249
250 ### 3.4.6
251 - EMA: Fix wrong display of blog author for friends posts in subscriptions ([#505])
252 - Allow CORS request for moz-extensions to the frontpage ([#501])
253 - Fix Fatal when accessing the Activitypub outbox ([#504])
254
255 ### 3.4.5
256 - Enable Mastodon Apps: Fix user query ([#500])
257
258 ### 3.4.4
259 - Friends Page: ensure friends posts can be collapsed / uncollapsed ([#496])
260 - Friends Page: Allow clicking on collapsed links ([#497])
261
262 ### 3.4.3
263 - Rerelease of 3.4.2, which got stuck somewhere on WordPress.org
264
265 ### 3.4.2
266 - Many small UI Updates ([#494]):
267 - Added a keyboard shortcut for edit (press e) when you have the capabilities to edit a post (for example in a post collection)
268 - Don't hide the header overflow in mobile anymore
269 - Fix reply menu item to open comments on the same page
270 - Add a "still loading" text when loading comments takes long
271 - Show reply and boost menu links only for ActivityPub posts
272 - Show the comment form even if you disabled commenting globally on your WordPress
273
274 ### 3.4.1
275 - DMs: Preview lastest message ([#493])
276 - Fix broken DMs when using the blog user in Activitypub ([#492])
277
278 ### 3.4.0
279 - Fix old posts not being deleted for ActivityPub ([#476])
280 - Implement DMs for ActivityPub and EMA ([#489])
281 - Improve Frontend margins ([#490])
282 - Replace string ids for subscriptions with high ints ([#483])
283 - Fix redirect after converting user ([#484])
284 - Fix replying to posts with a different permalink ([#478])
285 - EMA: Implement following endpoint data ([#480])
286 - EMA: Remove old filters ([#482])
287 - Extension: Allow moz-extension as a URL protocol ([#477])
288
289 ### 3.3.5
290 - Use Outbox of the upcoming ActivityPub 5.3.0 and fix announce+like bug with Activitypub 5.2.0 ([#463])
291 - Fix editing widgets in a block theme ([#475])
292 - Augment bookmarks and favourites endpoints in EMA ([#474])
293 - Improve the display of boosted posts ([#473])
294
295 ### 3.3.4
296 - Reduce the size of the Follow link ([#472])
297 - Fix unfollowing in Enable Mastodon Apps ([#471])
298 - Bring back the collapse button for statuses ([#470])
299 - Update plugins.json by @liviacarolgouvea ([#468])
300 - Don't rewrite data URLs ([#467])
301 - Prepare for the next Enable Mastodon Update ([#466])
302 - Don't add domain for mentions ([#465])
303 - Boosting: Show when there is a problem retrieving a URL ([#464])
304 - Fix wrong link in User Notifications ([#462])
305 - Don't double fetch URL for boosting ([#461])
306 - Prevent 404s for static templates ([#452])
307 - ActivityPub parser: avoid PHP warning by @jeherve ([#459])
308 - Dashboard: make widget title translatable by @jeherve ([#457])
309 - At A Glance messaging: ensure numbers are correctly displayed by @jeherve ([#458])
310 - Prevent error when no summary is set ([#453])
311 - Fix reversed Diff for post updates in the log ([#450])
312
313 ### 3.3.3
314 - Remove the setting to change the post formats in the main query loop because it was confusing ([#446])
315 - Protect posts that I have reacted on ([#447])
316 - Fix Typo which prevented unannounces ([#443])
317 - Plugins: Fix the More Details link ([#445])
318 - Check the right user option about the follower e-mail ([#444])
319
320 ### 3.3.2
321 - Fixed sending ActivityPub boosts ([#440])
322 - Fixed deleting by global retention number ([#439])
323
324 ### 3.3.1
325 - Fix some styling issues ([#437])
326 - Fix FediPress installation ([#435])
327
328 ### 3.3.0
329 - Styling Overhaul! ([#431])
330 - Add the FediPress theme ([#433])
331 - Incoming Feed Items: Fix in-article hash links ([#426])
332 - Add more functions for a browser extension ([#427])
333 - Browser Extension: API Key per user ([#429])
334 - Fix parsing Pixelfed's Image attachments ([#430])
335 - Add the friend's avatar to the page header ([#422])
336 - Add inline follow link ([#432])
337 - Log the newly supported ActivityPub events to the Friends Log ([#423])
338 - Augment the ActivityPub New Follower E-Mail ([#434])
339
340 ### 3.2.3
341 - ActivityPub: Support update of posts and people ([#421])
342 - Add support for ActivityPub Move activity ([#420])
343 - Make tagged Friend Posts accessible ([#419])
344 - Uninstall: Delete more taxonomy entries ([#415])
345 - Standardize REST Error messages ([#413])
346 - Use the ActivityPub blog user as an actor if set to blog profile only ([#411])
347 - Add a Duplicate Remover ([#409])
348
349 ### 3.2.2
350 - Move permissions checks into a dedicated permission_callback ([#408])
351 - Add more checks around friendships ([#407])
352
353 Hoping that this hardening will bring back the plugin to the WordPress.org directory after [](https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/friends/friends-321-missing-authorizationthis issue](https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/friends/friends-321-missing-authorization](https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/friends/friends-321-missing-authorization) was reported. While I am unsure it qualified to get the plugin taken down, I've done some hardening and bugfixing in the above pull requests. Unfortunately it was not reported in a way that it could be patched in time. If you have a security issue to report, please follow the instructions on [](https://github.com/akirk/friends/blob/main/SECURITY.mdhttps://github.com/akirk/friends/blob/main/SECURITY.md](https://github.com/akirk/friends/blob/main/SECURITY.md](https://github.com/akirk/friends/blob/main/SECURITY.md) and/or report through [](https://github.com/akirk/friends/securityhttps://github.com/akirk/friends/security](https://github.com/akirk/friends/security](https://github.com/akirk/friends/security).
354
355 ### 3.2.1
356 - OPML Import: Support OPMLs without nesting ([#403])
357
358 ### 3.2.0
359 - Improve Translate Live compatibility ([#401])
360 - Fix blog follower count in sidebar ([#400])
361
362 ### 3.1.9
363 - Fix bug with loading the main theme ([#398])
364
365 ### 3.1.8
366 - Fix missing JavaScript on the frontend ([#396])
367
368 ### 3.1.7
369 - Add a theme selector ([#393])
370 - Followers: Add Support for ActivityPub plugins blog profile ([#394])
371 - Generate the suggested user login from the display name ([#395])
372
373 ### 3.1.6
374 - Site Health: Check if the cron job is enabled ([#391])
375 - Fix starring of a friend ([#392])
376 - Layout improvements props @liviagouvea in ([#384])
377
378 ### 3.1.5
379 - Fix next page articles attached in the wrong place ([#388])
380 - Allow an extra redirect when discovering feeds ([#389])
381
382 ### 3.1.4
383 - Fix Warning: Undefined variable $account ([#385])
384 - Fixes for Friend Messages ([#387])
385 - Add Podcast Support ([#386])
386
387 ### 3.1.3
388 - Add AJAX refreshing of feeds ([#382])
389 - Fix Fatal in the MF2 library ([#381])
390
391 ### 3.1.2
392 - Fix support for threads.net ([#378])
393 - Add a warning if a user has not enabled ActivityPub on their threads.net account ([#377])
394 - Upgrade and improve the MF2 library ([#374])
395
396 ### 3.1.1
397 - Improve Name Detection ([#372])
398 - Add a Button to the Welcome page ([#373])
399
400 ### 3.1.0
401 - Add mark tag CSS to emails to ensure highlighting ([#365])
402 - Only show the dashboard widgets if the user has enough permissions ([#368])
403 - Prevent retrieving the same feed in parallel ([#366])
404 - Add Friend: Use more info from the given URL ([#369])
405 - Log ActivityPub actions and add the publish date to Announcements ([#364])
406 - Improve OPML Support ([#370])
407 - Update blueprints for previewing in WordPress Playground ([#371])
408
409 ### 3.0.0
410 - Show Mutual Followers and allow removing of followers ([#359])
411 - Add an e-mail notification for new and lost followers ([#358])
412 - Add the ability to disable notifications per post format and feed parser ([#357])
413 - Fix 404 on the New private post widget props @liviacarolgouvea ([#361])
414 - Improve ghost.org ActivityPub compatibility ([#356])
415
416 [#356]: https://github.com/akirk/friends/pull/356
417 [#357]: https://github.com/akirk/friends/pull/357
418 [#358]: https://github.com/akirk/friends/pull/358
419 [#359]: https://github.com/akirk/friends/pull/359
420 [#361]: https://github.com/akirk/friends/pull/361
421 [#364]: https://github.com/akirk/friends/pull/364
422 [#365]: https://github.com/akirk/friends/pull/365
423 [#366]: https://github.com/akirk/friends/pull/366
424 [#368]: https://github.com/akirk/friends/pull/368
425 [#369]: https://github.com/akirk/friends/pull/369
426 [#370]: https://github.com/akirk/friends/pull/370
427 [#371]: https://github.com/akirk/friends/pull/371
428 [#372]: https://github.com/akirk/friends/pull/372
429 [#373]: https://github.com/akirk/friends/pull/373
430 [#374]: https://github.com/akirk/friends/pull/374
431 [#377]: https://github.com/akirk/friends/pull/377
432 [#378]: https://github.com/akirk/friends/pull/378
433 [#381]: https://github.com/akirk/friends/pull/381
434 [#382]: https://github.com/akirk/friends/pull/382
435 [#384]: https://github.com/akirk/friends/pull/384
436 [#385]: https://github.com/akirk/friends/pull/385
437 [#386]: https://github.com/akirk/friends/pull/386
438 [#387]: https://github.com/akirk/friends/pull/387
439 [#388]: https://github.com/akirk/friends/pull/388
440 [#389]: https://github.com/akirk/friends/pull/389
441 [#391]: https://github.com/akirk/friends/pull/391
442 [#392]: https://github.com/akirk/friends/pull/392
443 [#393]: https://github.com/akirk/friends/pull/393
444 [#394]: https://github.com/akirk/friends/pull/394
445 [#395]: https://github.com/akirk/friends/pull/395
446 [#396]: https://github.com/akirk/friends/pull/396
447 [#398]: https://github.com/akirk/friends/pull/398
448 [#400]: https://github.com/akirk/friends/pull/400
449 [#401]: https://github.com/akirk/friends/pull/401
450 [#403]: https://github.com/akirk/friends/pull/403
451 [#407]: https://github.com/akirk/friends/pull/407
452 [#408]: https://github.com/akirk/friends/pull/408
453 [#409]: https://github.com/akirk/friends/pull/409
454 [#411]: https://github.com/akirk/friends/pull/411
455 [#413]: https://github.com/akirk/friends/pull/413
456 [#415]: https://github.com/akirk/friends/pull/415
457 [#419]: https://github.com/akirk/friends/pull/419
458 [#420]: https://github.com/akirk/friends/pull/420
459 [#421]: https://github.com/akirk/friends/pull/421
460 [#422]: https://github.com/akirk/friends/pull/422
461 [#423]: https://github.com/akirk/friends/pull/423
462 [#426]: https://github.com/akirk/friends/pull/426
463 [#427]: https://github.com/akirk/friends/pull/427
464 [#429]: https://github.com/akirk/friends/pull/429
465 [#430]: https://github.com/akirk/friends/pull/430
466 [#431]: https://github.com/akirk/friends/pull/431
467 [#432]: https://github.com/akirk/friends/pull/432
468 [#433]: https://github.com/akirk/friends/pull/433
469 [#434]: https://github.com/akirk/friends/pull/434
470 [#435]: https://github.com/akirk/friends/pull/435
471 [#437]: https://github.com/akirk/friends/pull/437
472 [#439]: https://github.com/akirk/friends/pull/439
473 [#440]: https://github.com/akirk/friends/pull/440
474 [#443]: https://github.com/akirk/friends/pull/443
475 [#444]: https://github.com/akirk/friends/pull/444
476 [#445]: https://github.com/akirk/friends/pull/445
477 [#446]: https://github.com/akirk/friends/pull/446
478 [#447]: https://github.com/akirk/friends/pull/447
479 [#450]: https://github.com/akirk/friends/pull/450
480 [#452]: https://github.com/akirk/friends/pull/452
481 [#453]: https://github.com/akirk/friends/pull/453
482 [#457]: https://github.com/akirk/friends/pull/457
483 [#458]: https://github.com/akirk/friends/pull/458
484 [#459]: https://github.com/akirk/friends/pull/459
485 [#461]: https://github.com/akirk/friends/pull/461
486 [#462]: https://github.com/akirk/friends/pull/462
487 [#463]: https://github.com/akirk/friends/pull/463
488 [#464]: https://github.com/akirk/friends/pull/464
489 [#465]: https://github.com/akirk/friends/pull/465
490 [#466]: https://github.com/akirk/friends/pull/466
491 [#467]: https://github.com/akirk/friends/pull/467
492 [#468]: https://github.com/akirk/friends/pull/468
493 [#470]: https://github.com/akirk/friends/pull/470
494 [#471]: https://github.com/akirk/friends/pull/471
495 [#472]: https://github.com/akirk/friends/pull/472
496 [#473]: https://github.com/akirk/friends/pull/473
497 [#474]: https://github.com/akirk/friends/pull/474
498 [#475]: https://github.com/akirk/friends/pull/475
499 [#476]: https://github.com/akirk/friends/pull/476
500 [#477]: https://github.com/akirk/friends/pull/477
501 [#478]: https://github.com/akirk/friends/pull/478
502 [#480]: https://github.com/akirk/friends/pull/480
503 [#482]: https://github.com/akirk/friends/pull/482
504 [#483]: https://github.com/akirk/friends/pull/483
505 [#484]: https://github.com/akirk/friends/pull/484
506 [#489]: https://github.com/akirk/friends/pull/489
507 [#490]: https://github.com/akirk/friends/pull/490
508 [#492]: https://github.com/akirk/friends/pull/492
509 [#493]: https://github.com/akirk/friends/pull/493
510 [#494]: https://github.com/akirk/friends/pull/494
511 [#496]: https://github.com/akirk/friends/pull/496
512 [#497]: https://github.com/akirk/friends/pull/497
513
514 [#500]: https://github.com/akirk/friends/pull/500
515
516 [#501]: https://github.com/akirk/friends/pull/501
517 [#504]: https://github.com/akirk/friends/pull/504
518 [#505]: https://github.com/akirk/friends/pull/505
519
520 [#506]: https://github.com/akirk/friends/pull/506
521 [#507]: https://github.com/akirk/friends/pull/507
522 [#508]: https://github.com/akirk/friends/pull/508
523
524 [#510]: https://github.com/akirk/friends/pull/510
525
526 [#517]: https://github.com/akirk/friends/pull/517
527 [#518]: https://github.com/akirk/friends/pull/518
528 [#519]: https://github.com/akirk/friends/pull/519
529
530 [#520]: https://github.com/akirk/friends/pull/520
531 [#521]: https://github.com/akirk/friends/pull/521
532 [#522]: https://github.com/akirk/friends/pull/522
533
534 [#524]: https://github.com/akirk/friends/pull/524
535 [#525]: https://github.com/akirk/friends/pull/525
536
537 [#530]: https://github.com/akirk/friends/pull/530
538 [#531]: https://github.com/akirk/friends/pull/531
539 [#532]: https://github.com/akirk/friends/pull/532
540 [#533]: https://github.com/akirk/friends/pull/533
541 [#534]: https://github.com/akirk/friends/pull/534
542 [#535]: https://github.com/akirk/friends/pull/535
543 [#536]: https://github.com/akirk/friends/pull/536
544 [#537]: https://github.com/akirk/friends/pull/537
545 [#538]: https://github.com/akirk/friends/pull/538
546
547 [#539]: https://github.com/akirk/friends/pull/539
548 [#540]: https://github.com/akirk/friends/pull/540
549 [#543]: https://github.com/akirk/friends/pull/543
550 [#544]: https://github.com/akirk/friends/pull/544
551 [#545]: https://github.com/akirk/friends/pull/545
552 [#546]: https://github.com/akirk/friends/pull/546
553 [#362]: https://github.com/akirk/friends/pull/362
554 [#515]: https://github.com/akirk/friends/pull/515
555 [#516]: https://github.com/akirk/friends/pull/516
556 [#547]: https://github.com/akirk/friends/pull/547
557 [#551]: https://github.com/akirk/friends/pull/551
558 [#553]: https://github.com/akirk/friends/pull/553
559 [#559]: https://github.com/akirk/friends/pull/559
560 [#562]: https://github.com/akirk/friends/pull/562
561 [#566]: https://github.com/akirk/friends/pull/566
562 [#567]: https://github.com/akirk/friends/pull/567
563 [#571]: https://github.com/akirk/friends/pull/571
564 [#574]: https://github.com/akirk/friends/pull/574
565 [#575]: https://github.com/akirk/friends/pull/575
566 [#576]: https://github.com/akirk/friends/pull/576
567 [#577]: https://github.com/akirk/friends/pull/577
568 [#578]: https://github.com/akirk/friends/pull/578
569 [#579]: https://github.com/akirk/friends/pull/579
570 [#580]: https://github.com/akirk/friends/pull/580
571 [#581]: https://github.com/akirk/friends/pull/581
572 [#583]: https://github.com/akirk/friends/pull/583
573 [#585]: https://github.com/akirk/friends/pull/585
574 [#586]: https://github.com/akirk/friends/pull/586
575 [#587]: https://github.com/akirk/friends/pull/587
576 [#592]: https://github.com/akirk/friends/pull/592
577 [#598]: https://github.com/akirk/friends/pull/598
578 [#599]: https://github.com/akirk/friends/pull/599
579 [#600]: https://github.com/akirk/friends/pull/600
580 [#601]: https://github.com/akirk/friends/pull/601
581 [#603]: https://github.com/akirk/friends/pull/603
582 [#604]: https://github.com/akirk/friends/pull/604
583 [#605]: https://github.com/akirk/friends/pull/605
584 [#607]: https://github.com/akirk/friends/pull/607
585
586 [#610]: https://github.com/akirk/friends/pull/610
587 [#612]: https://github.com/akirk/friends/pull/612
588 [#613]: https://github.com/akirk/friends/pull/613
589 [#614]: https://github.com/akirk/friends/pull/614
590 [#615]: https://github.com/akirk/friends/pull/615
591 [#616]: https://github.com/akirk/friends/pull/616
592 [#617]: https://github.com/akirk/friends/pull/617
593 [#620]: https://github.com/akirk/friends/pull/620
594 [#621]: https://github.com/akirk/friends/pull/621
595 [#622]: https://github.com/akirk/friends/pull/622
596
597 [#623]: https://github.com/akirk/friends/pull/623
598 [#624]: https://github.com/akirk/friends/pull/624
599 [#625]: https://github.com/akirk/friends/pull/625
600 [#627]: https://github.com/akirk/friends/pull/627
601 [#628]: https://github.com/akirk/friends/pull/628
602 [#629]: https://github.com/akirk/friends/pull/629
603
604 [#630]: https://github.com/akirk/friends/pull/630
605 [#631]: https://github.com/akirk/friends/pull/631
606 [#632]: https://github.com/akirk/friends/pull/632
607
608 [#634]: https://github.com/akirk/friends/pull/634
609
610 [#636]: https://github.com/akirk/friends/pull/636
611 [#637]: https://github.com/akirk/friends/pull/637
612 [#638]: https://github.com/akirk/friends/pull/638
613 [#639]: https://github.com/akirk/friends/pull/639
614 [#641]: https://github.com/akirk/friends/pull/641
615 [#642]: https://github.com/akirk/friends/pull/642
616 [#643]: https://github.com/akirk/friends/pull/643
617 [#644]: https://github.com/akirk/friends/pull/644
618 [#646]: https://github.com/akirk/friends/pull/646
619 [#647]: https://github.com/akirk/friends/pull/647
620 [#649]: https://github.com/akirk/friends/pull/649
621 [#650]: https://github.com/akirk/friends/pull/650
622 [#651]: https://github.com/akirk/friends/pull/651
623
624 [#653]: https://github.com/akirk/friends/pull/653
625 [#655]: https://github.com/akirk/friends/pull/655
626 [#656]: https://github.com/akirk/friends/pull/656
627 [#657]: https://github.com/akirk/friends/pull/657
628 [#658]: https://github.com/akirk/friends/pull/658
629 [#659]: https://github.com/akirk/friends/pull/659
630 [#661]: https://github.com/akirk/friends/pull/661
631
632 [#663]: https://github.com/akirk/friends/pull/663
633 [#664]: https://github.com/akirk/friends/pull/664
634 [#665]: https://github.com/akirk/friends/pull/665
635 [#666]: https://github.com/akirk/friends/pull/666
636 [#667]: https://github.com/akirk/friends/pull/667
637 [#668]: https://github.com/akirk/friends/pull/668
638 [#669]: https://github.com/akirk/friends/pull/669
639
640 [#671]: https://github.com/akirk/friends/pull/671
641 [#672]: https://github.com/akirk/friends/pull/672
642 [#673]: https://github.com/akirk/friends/pull/673
643 [#674]: https://github.com/akirk/friends/pull/674
644 [#675]: https://github.com/akirk/friends/pull/675
645 [#676]: https://github.com/akirk/friends/pull/676
646 [#677]: https://github.com/akirk/friends/pull/677
647 [#678]: https://github.com/akirk/friends/pull/678
648 [#679]: https://github.com/akirk/friends/pull/679
649
650 [#681]: https://github.com/akirk/friends/pull/681
651 [#683]: https://github.com/akirk/friends/pull/683
652 [#684]: https://github.com/akirk/friends/pull/684
653 [#685]: https://github.com/akirk/friends/pull/685
654 [#686]: https://github.com/akirk/friends/pull/686
655 [#687]: https://github.com/akirk/friends/pull/687
656 [#688]: https://github.com/akirk/friends/pull/688
657 [#689]: https://github.com/akirk/friends/pull/689
658 [#690]: https://github.com/akirk/friends/pull/690
659 [#691]: https://github.com/akirk/friends/pull/691
660
661 [#693]: https://github.com/akirk/friends/pull/693
662 [#694]: https://github.com/akirk/friends/pull/694
663 [#695]: https://github.com/akirk/friends/pull/695
664 [#696]: https://github.com/akirk/friends/pull/696
665 [#703]: https://github.com/akirk/friends/pull/703
666 [#704]: https://github.com/akirk/friends/pull/704
667 [#705]: https://github.com/akirk/friends/pull/705
668 [#707]: https://github.com/akirk/friends/pull/707
669 [#709]: https://github.com/akirk/friends/pull/709
670
671 [#711]: https://github.com/akirk/friends/pull/711
672 [#712]: https://github.com/akirk/friends/pull/712
673 [#714]: https://github.com/akirk/friends/pull/714
674