# friends/4.2.1/templates/admin/news-2-4.php

Friends, version 4.2.1. 44 lines.

- Page: https://pluginprobe.com/plugins/friends/4.2.1/code/templates/admin/news-2-4.php
- Raw: https://pluginprobe.com/plugins/friends/4.2.1/raw/templates/admin/news-2-4.php
- Modified: 2026-03-25T11:42:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/friends/4.2.1/code/templates/admin/news-2-4.php#L10-L20`.

```php
<?php
/**
 * This template contains the Friends 2.4 news entry.
 *
 * @package Friends
 */

?>
<div class="friends-news-entry-body">
	<h2><?php esc_html_e( 'Friends 2.4: Mastodon Compatibility', 'friends' ); ?></h2>

	<div class="friends-news-changes">
		<div class="friends-news-change">
			<h3><?php esc_html_e( 'Reblogging', 'friends' ); ?></h3>
			<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>
		</div>

		<div class="friends-news-change">
			<h3><?php esc_html_e( 'Enable Mastodon Apps', 'friends' ); ?></h3>
			<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>
		</div>

		<div class="friends-news-change">
			<h3><?php esc_html_e( 'Lightweight Following', 'friends' ); ?></h3>
			<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>
		</div>

		<div class="friends-news-change">
			<h3><?php esc_html_e( 'Private Sharing', 'friends' ); ?></h3>
			<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>
		</div>

		<div class="friends-news-change">
			<h3><?php esc_html_e( 'Dashboard Widget', 'friends' ); ?></h3>
			<p><?php esc_html_e( 'A new dashboard widget showing recent posts from your friends, with auto-updating.', 'friends' ); ?></p>
		</div>

		<div class="friends-news-change">
			<h3><?php esc_html_e( 'Reply-To Field', 'friends' ); ?></h3>
			<p><?php esc_html_e( 'A new Reply-To field in the status post form to reply to specific posts.', 'friends' ); ?></p>
		</div>
	</div>
</div>

```
