| 1 |
<?php |
| 2 |
/** |
| 3 |
* This template contains the Friends 2.1 news entry. |
| 4 |
* |
| 5 |
* @package Friends |
| 6 |
*/ |
| 7 |
|
| 8 |
?> |
| 9 |
<div class="friends-news-entry-body"> |
| 10 |
<h2><?php esc_html_e( 'Friends 2.1: Frontend & Plugins', 'friends' ); ?></h2> |
| 11 |
|
| 12 |
<div class="friends-news-changes"> |
| 13 |
<div class="friends-news-change"> |
| 14 |
<h3><?php esc_html_e( 'Inline Comments', 'friends' ); ?></h3> |
| 15 |
<p><?php esc_html_e( "Read a post's comments directly inside the Friends plugin without leaving your timeline.", 'friends' ); ?></p> |
| 16 |
</div> |
| 17 |
|
| 18 |
<div class="friends-news-change"> |
| 19 |
<h3><?php esc_html_e( 'Star Friends', 'friends' ); ?></h3> |
| 20 |
<p><?php esc_html_e( 'Star your favorite friends for quick access via a new sidebar widget. A recent friends widget is also available.', 'friends' ); ?></p> |
| 21 |
</div> |
| 22 |
|
| 23 |
<div class="friends-news-change"> |
| 24 |
<h3><?php esc_html_e( 'Editor Role Support', 'friends' ); ?></h3> |
| 25 |
<p><?php esc_html_e( 'The Friends plugin can now be used with the Editor role. An Administrator account is no longer required for day-to-day use.', 'friends' ); ?></p> |
| 26 |
</div> |
| 27 |
|
| 28 |
<div class="friends-news-change"> |
| 29 |
<h3><?php esc_html_e( 'ActivityPub Outbox', 'friends' ); ?></h3> |
| 30 |
<p><?php esc_html_e( 'When you subscribe to someone new, their old posts are now fetched via the ActivityPub outbox.', 'friends' ); ?></p> |
| 31 |
</div> |
| 32 |
|
| 33 |
<div class="friends-news-change"> |
| 34 |
<h3><?php esc_html_e( 'Settings Tabs', 'friends' ); ?></h3> |
| 35 |
<p><?php esc_html_e( 'Reorganized settings into tabs for a much better overview.', 'friends' ); ?></p> |
| 36 |
</div> |
| 37 |
|
| 38 |
<div class="friends-news-change"> |
| 39 |
<h3><?php esc_html_e( 'Status & Image Feeds', 'friends' ); ?></h3> |
| 40 |
<p><?php esc_html_e( 'Different visual styles for status posts and image feeds, with a quick post box in the status view.', 'friends' ); ?></p> |
| 41 |
</div> |
| 42 |
</div> |
| 43 |
</div> |
| 44 |
|