@@ -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: 4.0.1
6+ Stable tag: 4.0.2
77Requires PHP: 7.0
88License: MIT
99License URI: http://opensource.org/licenses/MIT
@@ -150,6 +150,11 @@ For reasons of data protection, it is not possible to see the followers of other
150150
151151== Changelog ==
152152
153+ = 4.0.2 =
154+
155+ * Fixed: Do not federate "Local" posts
156+ * Improved: Help-text for Content-Warning box
157+
153158= 4.0.1 =
154159
155160* Fixed: Missing URL-Param handling in REST API
@@ -200,57 +205,6 @@ For reasons of data protection, it is not possible to see the followers of other
200205* Improved: OpenSSL handling
201206* Improved: Added missing @ in Follow-Me block
202207
203- = 3.2.5 =
204-
205- * Fixed: Enable Mastodon Apps check
206- * Fixed: Fediverse replies were not threaded properly
207-
208- = 3.2.4 =
209-
210- * Improved: Inbox validation
211-
212- = 3.2.3 =
213-
214- * Fixed: NodeInfo endpoint
215- * Fixed: (Temporarily) Remove HTML from `summary`, because it seems that Mastodon has issues with it
216- * Improved: Accessibility for Reply-Context
217- * Improved: Use `Article` Object-Type as default
218-
219- = 3.2.2 =
220-
221- * Fixed: Extra-Fields check
222-
223- = 3.2.1 =
224-
225- * Fixed: Use `Excerpt` for Podcast Episodes
226-
227- = 3.2.0 =
228-
229- * Added: Support for Seriously Simple Podcasting
230- * Added: Blog extra fields
231- * Added: Support "read more" for Activity-Summary
232- * Added: `Like` and `Announce` (Boost) handler
233- * Added: Simple Remote-Reply endpoint
234- * Added: "Stream" Plugin support
235- * Added: New Fediverse symbol
236- * Improved: Replace hashtags, urls and mentions in summary with links
237- * Improved: Hide Bookmarklet if site does not support Blocks
238- * Fixed: Link detection for extra fields when spaces after the link and fix when two links in the content
239- * Fixed: `Undo` for `Likes` and `Announces`
240- * Fixed: Show Avatars on `Likes` and `Announces`
241- * Fixed: Remove proprietary WebFinger resource
242- * Fixed: Wrong followers URL in "to" attribute of posts
243-
244- = 3.1.0 =
245-
246- * Added: `menu_order` to `ap_extrafield` so that user can decide in with order they will be displayed
247- * Added: Line brakes to user biography
248- * Added: Blueprint
249- * Fixed: Changed missing `activitypub_user_description` to `activitypub_description`
250- * Fixed: Undefined `get_sample_permalink`
251- * Fixed: Only send Update for previously-published posts
252- * Improved: Simplified WebFinger code
253-
254208See full Changelog on [GitHub](https://github.com/Automattic/wordpress-activitypub/blob/trunk/CHANGELOG.md).
255209
256210== Upgrade Notice ==
0 commit comments