Skip to content

Releases: Automattic/wordpress-activitypub

7.6.1

12 Nov 15:11
b0ae474

Choose a tag to compare

What's Changed

Full Changelog: 7.6.0...7.6.1

7.6.0

11 Nov 14:39
84d4fc2

Choose a tag to compare

What's Changed

  • Improve NodeInfo handling and add support for FEP-0151 by @pfefferle in #2255
  • Fix HTML entity encoding in extra field names by @obenland in #2261
  • Add FEP-3b86 Activity Intents support to WebFinger by @pfefferle in #2256
  • Add bidirectional transforms between reply and embed blocks by @obenland in #2244
  • Validate ActivityPub URLs in reply block before setting inReplyTo by @obenland in #2252
  • Improve inbox activity type handling and tests by @pfefferle in #2260
  • Fix: issue #2286 – typo, improved quoting explanation, add missing i18n in advanced settings by @Jiwoon-Kim in #2290
  • Add option to hide followers and following lists by @pfefferle in #2294
  • Add undo support for Like and Announce activities by @pfefferle in #2295
  • Pass totalItems to prepare_collection_response by @pfefferle in #2300
  • Add immediate Accept activity dispatch to outbox by @pfefferle in #2301
  • Integrate Federated Reply block with Reader post share by @obenland in #2302
  • Update mailer hooks and add success checks for notifications by @pfefferle in #2304
  • Refactor context handling in REST controllers by @pfefferle in #2306
  • Add scheduled inbox purge and retention setting by @pfefferle in #2305
  • Add support for ActivityPub Reader-Item post type by @pfefferle in #2311
  • Add fallback to trigger create on update failure by @pfefferle in #2328
  • Refactor actor lookup order for HTTP URIs by @pfefferle in #2327
  • Add Command Palette integration for ActivityPub by @obenland in #2315
  • Validate IP before resolving comment author domain by @pfefferle in #2342
  • Ensure support_post_types option returns an array by @pfefferle in #2339
  • Update hashtag escaping to use slugs and improve tests by @pfefferle in #2352
  • Refactor inbox user handling and meta storage by @pfefferle in #2350
  • Shared-Inbox: Add support for public activity delivery to all users by @pfefferle in #2349
  • Fix public key retrieval for GoToSocial profiles by @obenland in #2354
  • Require Shared-Inbox by @pfefferle in #2359
  • Implement FEP-8fcf followers collection synchronization by @pfefferle in #2297
  • Fix logic errors in Move handler by @obenland in #2362
  • Add configurable retry and batch pause constants by @pfefferle in #2360
  • Refactor inbox to support deduplicated inbox-recipient storage by @pfefferle in #2357
  • Refactor inbox persistence and add defer storage filter by @pfefferle in #2363
  • Fix infinite recursion when storing remote actors with mentions by @obenland in #2369
  • Integration: Add support for the LightSpeed Cache plugin by @pfefferle in #1683
  • Add quote visibility setting for Classic Editor by @obenland in #2374
  • Handle local inbox delivery via internal REST API by @obenland in #2379
  • Move default visibility logic to UI and classic editor by @pfefferle in #2378
  • Fix Following table error message for failed webfinger lookups by @obenland in #2385
  • Add Attachments processor class for handling ActivityPub media by @obenland in #2314
  • Add scheduled processing for inbox activities by @pfefferle in #2376
  • Refactor avatar handling to use remote actor meta by @pfefferle in #2373
  • Simplify return types for follow() API functions by @obenland in #2384
  • Add media attachment filter and integration tests by @pfefferle in #2387
  • Update handler by @pfefferle in #2381
  • Refactor: Reorganize integration loader and Stream integration by @obenland in #2383
  • Refactor Mastodon import to use arrays, add tests by @pfefferle in #2412
  • Use short ternary for post content template fallback by @pfefferle in #2417
  • Notes: do not prepend post titles to reply posts by @jeherve in #2419
  • Update plugin short description to be more accessible by @obenland in #2425
  • Fix: Handle WP_Error in transformer Factory gracefully by @obenland in #2429
  • Replace null coalescing with short ternary operators by @pfefferle in #2433
  • Ignore announces from blog actor in Announce handler by @pfefferle in #2437
  • Update Jetpack initialization and enable dev debug by @pfefferle in #2434

New Contributors

Full Changelog: 7.5.0...7.6.0

7.5.0

01 Oct 13:27
af24468

Choose a tag to compare

What's Changed

  • Change 'implements' to array in generator definitions by @pfefferle in #2195
  • Add Yoast SEO author archives site health test by @pfefferle in #2193
  • Fix Flag activity object list processing by @obenland in #2200
  • Support multiple public audience identifiers in activities by @pfefferle in #2206
  • Clarify error messages by specifying WebFinger handle format by @obenland in #2209
  • Sync remote reply account info across all blocks on page by @obenland in #2211
  • Add interaction policy and quoting controls to ActivityPub by @pfefferle in #2207
  • Set defaults for the canAnnounce, canLike, and canReply Interaction Policies by @pfefferle in #2221
  • Improved recipient handling for clarity and added better inbox support by @pfefferle in #2210
  • Refactor notification system to use action hooks instead by @pfefferle in #2223
  • Fix PHP warning in bulk edit scenario when post_author is missing by @obenland in #2230
  • Add following meta key to Jetpack sync allowlist by @obenland in #2226
  • Register post types and meta on 'init' action by @pfefferle in #2232
  • Enhance Jetpack integration for comment meta sync by @obenland in #2233
  • Add health check for active Captcha plugins by @pfefferle in #2231
  • Add fetch_by_acct and fetch_by_various methods to Remote_Actors by @pfefferle in #2235
  • Add row action filters and Jetpack Reader link integration by @pfefferle in #2241
  • Add upgrade routine to enable ActivityPub feeds in WordPress.com Reader by @obenland in #2243
  • Improve user ID fallback and transformer logic by @pfefferle in #2246
  • Add QuoteRequest activity handler support by @pfefferle in #2240

Full Changelog: 7.4.0...7.5.0

7.4.0

15 Sep 13:28
62f4b56

Choose a tag to compare

What's Changed

  • Application Actor: Set manuallyApprovesFollowers property to true by @pfefferle in #2113
  • Tombstone: Add remove method by @pfefferle in #2116
  • Prevent notifications to Application user in new_follower by @pfefferle in #2117
  • Hide site-wide checkbox in block confirmations on ActivityPub settings by @obenland in #2114
  • Add CLI actor delete/update and improve tombstone handling by @pfefferle in #2118
  • Fix query args preservation in collection pagination links by @obenland in #2120
  • Add activitypub_json REST field for ap_actor posts by @obenland in #2121
  • Use wp_interactivity_config() for static values by @obenland in #2096
  • Fix deprecated explode() warning with null parameter by @obenland in #2137
  • Fix content visibility override bug from PR #1900 by @obenland in #2139
  • Add Yoast SEO integration for media pages site health check by @obenland in #2136
  • Add Delete activity support for permanently deleted federated comments by @obenland in #2141
  • Move Activity-Object-Type setting to advanced settings by @pfefferle in #2148
  • Update attachment post type description by @pfefferle in #2153
  • Federated Reply: Use Core Embed block by @obenland in #2129
  • Support multiple inReplyTos in post transformer by @pfefferle in #2160
  • Add bulk ActivityPub capability removal confirmation by @pfefferle in #2150
  • Refactor actor WebFinger resolution logic by @pfefferle in #2169
  • Update reply block rendering based on position by @obenland in #2132
  • Fix release script to catch more 'unreleased' patterns by @obenland in #2171

Full Changelog: 7.3.0...7.4.0

7.3.0

28 Aug 13:25
3253731

Choose a tag to compare

What's Changed

Full Changelog: 7.2.0...7.3.0

7.2.0

30 Jul 13:49
74f55b8

Choose a tag to compare

What's Changed

  • Trigger Actor updates on (un)setting a post as sticky. by @pfefferle in #1982
  • Fix multibyte character corruption in post summaries by @obenland in #1995
  • Fix: Correct linking from followers to the following list by @pfefferle in #2002
  • Followers List: "Follow back" Action by @pfefferle in #2003
  • Interactions Endpoint: Link to the following internal dialog for remote interactions, if the feature is enabled. by @pfefferle in #2001
  • Add image attachment support to federated comments by @obenland in #1996
  • Signature: Move HTTP request signing to a filter by @obenland in #1994
  • Fix avatar rendering for missing icon property in followers block by @obenland in #2010
  • Fix user selection for non-admin users in ActivityPub blocks by @obenland in #2015
  • Post: Set activitypub request context for content render (alternate solution) by @pfefferle in #2019
  • Change environment for unittesting to production by @pfefferle in #2021
  • Starter Pack: Support OrderedCollections by @pfefferle in #2028

Full Changelog: 7.1.0...7.2.0

7.1.0

23 Jul 13:17
a3b6ffd

Choose a tag to compare

What's Changed

Full Changelog: 7.0.1...7.1.0

7.0.1

10 Jul 20:36
717ec0c

Choose a tag to compare

What's Changed

Full Changelog: 7.0.0...7.0.1

7.0.0

09 Jul 13:30
8e4ce39

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.0.2...7.0.0

6.0.2

11 Jun 13:08
499bcad

Choose a tag to compare

What's Changed

Full Changelog: 6.0.1...6.0.2