| @@ -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.3.1 | |
| 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 | [](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) [](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,24 @@ | ||
| 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 | + | |
| 81 | 97 | ### 4.3.1 |
| 82 | 98 | - Fix direct messages being federated as a Tombstone so they never arrived at the recipient. ([#718]) |
| 83 | 99 | - Fix a fatal error when receiving a direct message from a sender whose feed doesn't resolve to a friend user. ([#719]) |
| 84 | 100 | |
| @@ -677,4 +693,19 @@ | ||
| 677 | 693 | [#714]: https://github.com/akirk/friends/pull/714 |
| 678 | 694 | |
| 679 | 695 | [#718]: https://github.com/akirk/friends/pull/718 |
| 680 | 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 | |