| 1 |
<?php |
| 2 |
/** |
| 3 |
* This template contains the Friends 3.0 news entry. |
| 4 |
* |
| 5 |
* @package Friends |
| 6 |
*/ |
| 7 |
|
| 8 |
?> |
| 9 |
<div class="friends-news-entry-body"> |
| 10 |
<h2><?php esc_html_e( 'Friends 3.0: Followers & Notifications', 'friends' ); ?></h2> |
| 11 |
|
| 12 |
<div class="friends-news-changes"> |
| 13 |
<div class="friends-news-change"> |
| 14 |
<h3><?php esc_html_e( 'Mutual Followers', 'friends' ); ?></h3> |
| 15 |
<p><?php esc_html_e( 'See which of your followers also follow you back. You can now also remove individual followers.', 'friends' ); ?></p> |
| 16 |
</div> |
| 17 |
|
| 18 |
<div class="friends-news-change"> |
| 19 |
<h3><?php esc_html_e( 'Follower Notifications', 'friends' ); ?></h3> |
| 20 |
<p><?php esc_html_e( 'Get email notifications when someone new follows you or when you lose a follower. Notifications can be fine-tuned per post format and feed parser.', 'friends' ); ?></p> |
| 21 |
</div> |
| 22 |
|
| 23 |
<div class="friends-news-change"> |
| 24 |
<h3><?php esc_html_e( 'AJAX Feed Refresh', 'friends' ); ?></h3> |
| 25 |
<p><?php esc_html_e( 'Refresh feeds from the admin without waiting for the full page to reload.', 'friends' ); ?></p> |
| 26 |
</div> |
| 27 |
|
| 28 |
<div class="friends-news-change"> |
| 29 |
<h3><?php esc_html_e( 'Improved OPML', 'friends' ); ?></h3> |
| 30 |
<p><?php esc_html_e( 'Better OPML import and export, including support for OPMLs without nesting.', 'friends' ); ?></p> |
| 31 |
</div> |
| 32 |
</div> |
| 33 |
</div> |
| 34 |
|