@@ -3,7 +3,7 @@ Contributors: automattic, pfefferle, mediaformat, mattwiebe, akirk, jeherve, nur
33Tags: OStatus, fediverse, activitypub, activitystream
44Requires at least: 5.5
55Tested up to: 6.5
6- Stable tag: 2.3.1
6+ Stable tag: 2.4.0
77Requires PHP: 5.6
88License: MIT
99License URI: http://opensource.org/licenses/MIT
@@ -133,6 +133,32 @@ For reasons of data protection, it is not possible to see the followers of other
133133
134134== Changelog ==
135135
136+ = 2.4.0 =
137+
138+ * Added: A core/embed block filter to transform iframes to links
139+ * Added: Basic support of incoming `Announce`s
140+ * Added: Improve attachment handling
141+ * Added: Notifications: Introduce general class and use it for new follows
142+ * Added: Always fall back to `get_by_username` if one of the above fail
143+ * Added: Notification support for Jetpack
144+ * Added: EMA: Support for fetching external statuses without replies
145+ * Added: EMA: Remote context
146+ * Added: EMA: Allow searching for URLs
147+ * Added: EMA: Ensuring numeric ids is now done in EMA directly
148+ * Added: Podcast support
149+ * Added: Follower count to "At a Glance" dashboard widget
150+ * Improved: Use `Note` as default Object-Type, instead of `Article`
151+ * Improved: Improve `AUTHORIZED_FETCH`
152+ * Improved: Only send Mentions to comments in the direct hierarchy
153+ * Improved: Improve transformer
154+ * Improved: Improve Lemmy compatibility
155+ * Improved: Updated JS dependencies
156+ * Fixed: EMA: Add missing static keyword and try to lookup if the id is 0
157+ * Fixed: Blog-wide account when WordPress is in subdirectory
158+ * Fixed: Funkwhale URLs
159+ * Fixed: Prevent infinite loops in `get_comment_ancestors`
160+ * Fixed: Better Content-Negotiation handling
161+
136162= 2.3.1 =
137163
138164* Added: Enable Mastodon Apps: Add remote outbox fetching
0 commit comments