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-4-1.php

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

47 lines 2.3 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 4.1 news entry.
4 *
5 * @package Friends
6 */
7
8 ?>
9 <div class="friends-news-entry-body">
10 <h2><?php esc_html_e( 'Friends 4.1: Add Friend Frontend, Twitter Theme & Browser Extension', 'friends' ); ?></h2>
11
12 <div class="friends-news-changes">
13 <div class="friends-news-change">
14 <h4><?php esc_html_e( 'Add Friend on the Frontend', 'friends' ); ?></h4>
15 <p><?php esc_html_e( 'Add new subscriptions from /friends/add-friend/ without opening wp-admin. You can review discovered feeds from a single URL, a Mastodon-style handle, pasted URL lists, pasted OPML, or uploaded OPML files, then preview items and follow selected entries in bulk.', 'friends' ); ?></p>
16 </div>
17
18 <div class="friends-news-change">
19 <h4><?php esc_html_e( 'Browser Extension', 'friends' ); ?></h4>
20 <p>
21 <?php esc_html_e( 'Subscribe to any site you are visiting with one click by installing the Friends browser extension for Chrome or Firefox.', 'friends' ); ?>
22 </p>
23 <p>
24 <?php esc_html_e( 'The same connection lets companion plugins add quick actions to the extension popup, such as saving the current page to a collection or sending it to your eReader.', 'friends' ); ?>
25 </p>
26 <p>
27 <a class="button button-primary" href="https://chromewebstore.google.com/detail/friends/ledbghpaplkpclndlommpbokndieflhl" target="_blank" rel="noopener noreferrer">
28 <?php esc_html_e( 'Install for Chrome', 'friends' ); ?>
29 </a>
30 <a class="button button-primary" href="https://addons.mozilla.org/en-US/firefox/addon/wpfriends/" target="_blank" rel="noopener noreferrer">
31 <?php esc_html_e( 'Install for Firefox', 'friends' ); ?>
32 </a>
33 </p>
34 </div>
35
36 <div class="friends-news-change">
37 <h4><?php esc_html_e( 'Twitter Theme', 'friends' ); ?></h4>
38 <p><?php esc_html_e( 'A Twitter-inspired frontend theme with a familiar three-column layout, an inline compose box, and a right-column widget area. Pick it from Friends → Settings → Theme.', 'friends' ); ?></p>
39 </div>
40
41 <div class="friends-news-change">
42 <h4><?php esc_html_e( 'AI Assistant Abilities', 'friends' ); ?></h4>
43 <p><?php esc_html_e( 'Friends now registers WordPress Abilities so AI Assistant can help manage subscriptions, feeds, feed refreshes, and cached timeline items.', 'friends' ); ?></p>
44 </div>
45 </div>
46 </div>
47