PluginProbe
Friends / 4.3.0
Friends v4.3.0
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
friends / templates / admin / news-3-3.php

news-3-3.php in Friends 4.3.0, at templates/admin/news-3-3.php

44 lines 1.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * This template contains the Friends 3.3 news entry.
4 *
5 * @package Friends
6 */
7
8 ?>
9 <div class="friends-news-entry-body">
10 <h2><?php esc_html_e( 'Friends 3.3: Styling Overhaul', 'friends' ); ?></h2>
11
12 <div class="friends-news-changes">
13 <div class="friends-news-change">
14 <h3><?php esc_html_e( 'Styling Overhaul', 'friends' ); ?></h3>
15 <p><?php esc_html_e( 'A complete restyling of the Friends frontend with a cleaner, more modern design. Includes a theme selector and the new FediPress theme.', 'friends' ); ?></p>
16 </div>
17
18 <div class="friends-news-change">
19 <h3><?php esc_html_e( 'Direct Messages', 'friends' ); ?></h3>
20 <p><?php esc_html_e( 'Send and receive direct messages via ActivityPub and Enable Mastodon Apps.', 'friends' ); ?></p>
21 </div>
22
23 <div class="friends-news-change">
24 <h3><?php esc_html_e( 'PeerTube & YouTube', 'friends' ); ?></h3>
25 <p><?php esc_html_e( 'Subscribe to PeerTube channels and YouTube feeds directly from the Friends plugin.', 'friends' ); ?></p>
26 </div>
27
28 <div class="friends-news-change">
29 <h3><?php esc_html_e( 'Inline Follow', 'friends' ); ?></h3>
30 <p><?php esc_html_e( 'Follow people directly from the Friends page, and see which account will be used when following.', 'friends' ); ?></p>
31 </div>
32
33 <div class="friends-news-change">
34 <h3><?php esc_html_e( 'Podcast Support', 'friends' ); ?></h3>
35 <p><?php esc_html_e( 'Subscribe to podcasts and listen to episodes right in your Friends feed.', 'friends' ); ?></p>
36 </div>
37
38 <div class="friends-news-change">
39 <h3><?php esc_html_e( 'Duplicate Remover', 'friends' ); ?></h3>
40 <p><?php esc_html_e( 'A new tool to find and remove duplicate posts from your feed.', 'friends' ); ?></p>
41 </div>
42 </div>
43 </div>
44