PluginProbe
Friends / 4.3.2
Friends v4.3.2
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
← All changes | README.md +48 -1 4.2.24.3.2 View file →
@@ -4,9 +4,9 @@
4 4 - Tags: friends, rss, decentralized, social-network, own-your-data
5 5 - Requires PHP: 7.2
6 6 - Tested up to: 7.0
7 7 - License: GPL-2.0-or-later
8 -- Stable tag: 4.2.2
8 +- Stable tag: 4.3.2
9 9
10 10 A self-hosted social reader for WordPress: follow people via RSS and ActivityPub, with multiple themes and a plugin ecosystem.
11 11
12 12 [![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/) [![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) [![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)
@@ -77,8 +77,33 @@
77 77 8. Followed people are stored as taxonomy terms
78 78
79 79 ## Changelog
80 80
81 +### 4.3.2
82 +- A mention that links to somebody on another server is no longer mistaken for a mention of a friend who happens to have the same name. ([#721])
83 +- Fixed the link preview image being inset with a visible margin in the Mastodon and Twitter themes. ([#722])
84 +- Show likes received on direct messages. ([#723])
85 +- The sidebar Follow field now opens the Add Friend review instead of silently reloading the Friends page. ([#724])
86 +- Accept Mastodon-style handles when adding friends. ([#725])
87 +- Standard-format Friend posts now support link previews. ([#726])
88 +- Redirect to the current subscriptions page after unfriending and remove stale links to the deleted friends-list admin screen. ([#727])
89 +- Use the frontend Following page for subscriptions links instead of the legacy WordPress users screen. ([#728])
90 +- Fix direct message delivery status visibility for latest and consecutive outgoing messages. ([#729])
91 +- Prevent duplicate imports and notifications for future-dated feed items. ([#730])
92 +- Avoid keyword notifications for matches that only appear in known URL tracking parameters. ([#731])
93 +- Restore the setting for choosing the main Friends user. ([#732])
94 +- Add Blockroll integration for exposing Friends subscriptions as a Blogroll block source. ([#733])
95 +- Redirect the friendly Friends settings URL to the settings admin page. ([#734])
96 +
97 +### 4.3.1
98 +- Fix direct messages being federated as a Tombstone so they never arrived at the recipient. ([#718])
99 +- Fix a fatal error when receiving a direct message from a sender whose feed doesn't resolve to a friend user. ([#719])
100 +
101 +### 4.3.0
102 +- Notify Mastodon apps about received direct messages. ([#711])
103 +- Show a link preview card for posts that link to an article, with a setting to turn it off. ([#712])
104 +- Fix a fatal error that stopped the friends page from rendering when the ActivityPub plugin is not active. ([#714])
105 +
81 106 ### 4.2.2
82 107 - Fix the mobile direct messages layout and keyboard behavior. ([#693])
83 108 - Add delivery status indicators for ActivityPub direct messages. ([#694])
84 109 - Update CI actions to avoid Node module deprecation warnings. ([#695])
@@ -661,4 +686,26 @@
661 686 [#704]: https://github.com/akirk/friends/pull/704
662 687 [#705]: https://github.com/akirk/friends/pull/705
663 688 [#707]: https://github.com/akirk/friends/pull/707
664 689 [#709]: https://github.com/akirk/friends/pull/709
690 +
691 +[#711]: https://github.com/akirk/friends/pull/711
692 +[#712]: https://github.com/akirk/friends/pull/712
693 +[#714]: https://github.com/akirk/friends/pull/714
694 +
695 +[#718]: https://github.com/akirk/friends/pull/718
696 +[#719]: https://github.com/akirk/friends/pull/719
697 +
698 +[#721]: https://github.com/akirk/friends/pull/721
699 +[#722]: https://github.com/akirk/friends/pull/722
700 +[#723]: https://github.com/akirk/friends/pull/723
701 +[#724]: https://github.com/akirk/friends/pull/724
702 +[#725]: https://github.com/akirk/friends/pull/725
703 +[#726]: https://github.com/akirk/friends/pull/726
704 +[#727]: https://github.com/akirk/friends/pull/727
705 +[#728]: https://github.com/akirk/friends/pull/728
706 +[#729]: https://github.com/akirk/friends/pull/729
707 +[#730]: https://github.com/akirk/friends/pull/730
708 +[#731]: https://github.com/akirk/friends/pull/731
709 +[#732]: https://github.com/akirk/friends/pull/732
710 +[#733]: https://github.com/akirk/friends/pull/733
711 +[#734]: https://github.com/akirk/friends/pull/734