@@ -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.6
6- Stable tag: 3.1 .0
6+ Stable tag: 3.2 .0
77Requires PHP: 7.0
88License: MIT
99License URI: http://opensource.org/licenses/MIT
@@ -134,6 +134,23 @@ For reasons of data protection, it is not possible to see the followers of other
134134
135135== Changelog ==
136136
137+ = 3.2.0 =
138+
139+ * Added: Support for Seriously Simple Podcasting
140+ * Added: Blog extra fields
141+ * Added: Support "read more" for Activity-Summary
142+ * Added: `Like` and `Announce` (Boost) handler
143+ * Added: Simple Remote-Reply endpoint
144+ * Added: "Stream" Plugin support
145+ * Added: New Fediverse symbol
146+ * Improved: Replace hashtags, urls and mentions in summary with links
147+ * Improved: Hide Bookmarklet if site does not support Blocks
148+ * Fixed: Link detection for extra fields when spaces after the link and fix when two links in the content
149+ * Fixed: `Undo` for `Likes` and `Announces`
150+ * Fixed: Show Avatars on `Likes` and `Announces`
151+ * Fixed: Remove proprietary WebFinger resource
152+ * Fixed: Wrong followers URL in "to" attribute of posts
153+
137154= 3.1.0 =
138155
139156* Added: `menu_order` to `ap_extrafield` so that user can decide in with order they will be displayed
@@ -169,18 +186,6 @@ For reasons of data protection, it is not possible to see the followers of other
169186* Fixed: WebFinger Error Codes (thanks to the FediTest project)
170187* Fixed: Fatal Error when wp_schedule_single_event third argument is being passed as a string
171188
172- = 2.5.0 =
173-
174- * Added: WebFinger cors header
175- * Added: WebFinger Content-Type
176- * Added: The Fediverse creator of a post to OpenGraph
177- * Improved: Try to lookup local users first for Enable Mastodon Apps
178- * Improved: Send also Announces for deletes
179- * Improved: Load time by adding `count_total=false` to `WP_User_Query`
180- * Fixed: Several WebFinger issues
181- * Fixed: Redirect issue for Application user
182- * Fixed: Accessibilty issues with missing screen-reader-text on User overview page
183-
184189See full Changelog on [GitHub](https://github.com/Automattic/wordpress-activitypub/blob/master/CHANGELOG.md).
185190
186191== Upgrade Notice ==
0 commit comments