| 1 |
<?php |
| 2 |
/** |
| 3 |
* This template contains the Friends 2.4 news entry. |
| 4 |
* |
| 5 |
* @package Friends |
| 6 |
*/ |
| 7 |
|
| 8 |
?> |
| 9 |
<div class="friends-news-entry-body"> |
| 10 |
<h2><?php esc_html_e( 'Friends 2.4: Mastodon Compatibility', 'friends' ); ?></h2> |
| 11 |
|
| 12 |
<div class="friends-news-changes"> |
| 13 |
<div class="friends-news-change"> |
| 14 |
<h3><?php esc_html_e( 'Reblogging', 'friends' ); ?></h3> |
| 15 |
<p><?php esc_html_e( 'Boost posts to your followers with full ActivityPub Announce support. You can also boost any URL from the search field.', 'friends' ); ?></p> |
| 16 |
</div> |
| 17 |
|
| 18 |
<div class="friends-news-change"> |
| 19 |
<h3><?php esc_html_e( 'Enable Mastodon Apps', 'friends' ); ?></h3> |
| 20 |
<p><?php esc_html_e( 'New filters and metadata enable the Enable Mastodon Apps plugin, so you can use Mastodon apps with your Friends timeline.', 'friends' ); ?></p> |
| 21 |
</div> |
| 22 |
|
| 23 |
<div class="friends-news-change"> |
| 24 |
<h3><?php esc_html_e( 'Lightweight Following', 'friends' ); ?></h3> |
| 25 |
<p><?php esc_html_e( 'Following someone no longer creates a WordPress user, reducing clutter if you only use the plugin as a feed reader.', 'friends' ); ?></p> |
| 26 |
</div> |
| 27 |
|
| 28 |
<div class="friends-news-change"> |
| 29 |
<h3><?php esc_html_e( 'Private Sharing', 'friends' ); ?></h3> |
| 30 |
<p><?php esc_html_e( 'Share a post from your Friends page via a special link that anyone can view, even without an account.', 'friends' ); ?></p> |
| 31 |
</div> |
| 32 |
|
| 33 |
<div class="friends-news-change"> |
| 34 |
<h3><?php esc_html_e( 'Dashboard Widget', 'friends' ); ?></h3> |
| 35 |
<p><?php esc_html_e( 'A new dashboard widget showing recent posts from your friends, with auto-updating.', 'friends' ); ?></p> |
| 36 |
</div> |
| 37 |
|
| 38 |
<div class="friends-news-change"> |
| 39 |
<h3><?php esc_html_e( 'Reply-To Field', 'friends' ); ?></h3> |
| 40 |
<p><?php esc_html_e( 'A new Reply-To field in the status post form to reply to specific posts.', 'friends' ); ?></p> |
| 41 |
</div> |
| 42 |
</div> |
| 43 |
</div> |
| 44 |
|