Releases: Automattic/wordpress-activitypub
Releases · Automattic/wordpress-activitypub
2.4.0
What's Changed
- Use
Note
as default by @pfefferle in #738 - Enable Mastodon Apps Integration: Fix search by @akirk in #745
- Adds a core/embed block filter to transform iframes to links by @mediaformat in #750
- Basic Announce support by @pfefferle in #747
- Fix blog-wide account when WordPress is in subdirectory by @pfefferle in #744
- Improve attachment handling by @pfefferle in #751
- Enable Mastodon Apps Integration: Add remote context by @akirk in #749
- Fix funkwhale links by @pfefferle in #753
- Improve AUTHORIZED_FETCH by @pfefferle in #728
- Only send Mentions to comments in the direct hierarchy by @mattwiebe in #740
- Enable Mastodon Apps: allow searching for URLS by @akirk in #756
- Prevent infinite loops in
get_comment_ancestors
by @mattwiebe in #758 - Enable Mastodon Apps: Add support for fetching external statuses without replies by @akirk in #759
- Improve transformer by @janboddez in #731
- Improve lemmy compatibility by @pfefferle in #752
- Notifications: introduce general class and use it for new follows by @mattwiebe in #761
- Always fall back to
get_by_username
by @pfefferle in #764 - Use Sync for Jetpack notifications by @mattwiebe in #765
- EMA: Remove ensuring numeric ids by @akirk in #766
- Add podcast support by @pfefferle in #754
- better conneg handling by @pfefferle in #775
- Add follower count to "At a Glance" dashboard widget by @pfefferle in #774
- Bump @wordpress/data from 9.28.0 to 10.0.0 by @dependabot in #773
- Bump @wordpress/components from 27.6.0 to 28.0.0 by @dependabot in #772
- Bump @wordpress/dom-ready from 3.58.0 to 4.0.0 by @dependabot in #771
- Bump @wordpress/element from 5.35.0 to 6.0.0 by @dependabot in #770
- Bump @wordpress/blocks from 12.35.0 to 13.0.0 by @dependabot in #769
- Bump @wordpress/scripts from 27.9.0 to 28.0.0 by @dependabot in #777
Full Changelog: 2.3.1...2.4.0
2.3.1
What's Changed
- Enable Mastodon Apps: Add remote outbox fetching by @akirk in #717
- Generate comment IDs for federation from
home_url
by @mattwiebe in #739 - Some fixes to be compatible with discourse by @pfefferle in #736
Full Changelog: 2.3.0...2.3.1
2.3.0
What's Changed
- A better default content handling based on the Object Type by @pfefferle in #661
- Improve User management by @pfefferle in #703
- Enqueue reply assets only if there is anything to reply to on the page by @kasparsd in #706
- Clarify how to set correct permalink structure (#664) by @mexon in #710
- Federated replies: improved UX for "your reply will federate" by @mattwiebe in #715
- Fix: ActivityPub type property does not set correctly on actor classes by @Menrath in #713
- Comment reply federation: support
is_single_user
sites by @mattwiebe in #712 - Mask version number by @pfefferle in #719
- fix outbox collection for blog and application user by @Menrath in #724
- Remote Reply: limit enqueue to when needed by @mattwiebe in #725
- Change/docs by @pfefferle in #708
- Abstract shared Dialog code by @mattwiebe in #723
New Contributors
Full Changelog: 2.2.0...2.3.0
2.2.0
What's Changed
- also support
application/ld+json
mime-type with AP profile by @pfefferle in #696 - Bump @wordpress/components from 25.16.0 to 26.0.0 by @dependabot in #691
- Add/remote reply by @pfefferle in #689
- Bump @wordpress/components from 26.0.2 to 27.0.0 by @dependabot in #699
- Prevent scheduler overload by @pfefferle in #700
Full Changelog: 2.1.1...2.2.0
2.1.1
What's Changed
- Apply
comment_text
filter to Activity by @pfefferle in #695 - Add
@
prefix to Follow-Block by @pfefferle in #694
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed
- implements a basic followers endpoint for the mastodon api by @pfefferle in #666
- Add/event objects by @Menrath in #629
- Bump @wordpress/scripts from 26.19.0 to 27.0.0 by @dependabot in #663
- Improve
post-type
support by @pfefferle in #675 - Enable Mastodon Apps: Implement the account endpoint for an external account by @akirk in #674
- Enable Mastodon Apps: Add followers_count to internal accounts by @akirk in #676
- Fix #621 by @janboddez in #677
- Add
activitypub_update_followers_number
filter by @janboddez in #679 - improve the settings screen by @pfefferle in #681
- fix ActivityPub
@context
by @pfefferle in #682 - improve federated comments by @pfefferle in #645
- Fix "Undefined variable $type in includes/class-scheduler.php on line 191" by @janboddez in #688
- re-add vary header by @pfefferle in #683
- Add all repliers as Mentions by @pfefferle in #692
Full Changelog: 2.0.1...2.1.0
2.0.1
What's Changed
- Fix classic editor image finding for large images by @Sentynel in #643
- Update class-activitypub.php by @janboddez in #650
- fix comment update federation by @pfefferle in #651
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
- Normalize attributes that can have mixed value types by @pfefferle in #586
- some phpcs fixes by @pfefferle in #590
- WebFinger: Add support for URLs by @pfefferle in #594
- Remove deprecated classes by @pfefferle in #604
- Make Post-Template filterable by @pfefferle in #597
- Add CSS class for AP comments to allow custom designs by @pfefferle in #602
- replace
excerpt_more
with custom filteractivitypub_excerpt_more
for better consistency by @kanru in #610 - Improve/webfinger by @pfefferle in #616
- added FEP-2677 by @pfefferle in #613
- Add nodeinfo metadata by @Menrath in #618
- Comment Federation by @mediaformat and @pfefferle in #550
- Profiles:
Update
followers when profile fields change by @mattwiebe in #542 - show admin notice when permalink structure is plain by @mexon in #615
- Shared Inbox by @pfefferle in #617
- Add improved classic editor image detection by @Sentynel in #624
- Add readme section for "WordPress in sub directory" with different si… by @iamwebrocker in #625
- Improve the property names of the transformer classes by @Menrath in #630
- Address some of things found in #633 by @janboddez in #634
- Use FEP-2c59 for WebFinger reference by @pfefferle in #636
New Contributors
- @kanru made their first contribution in #610
- @iamwebrocker made their first contribution in #625
Full Changelog: 1.3.0...2.0.0
1.3.0
What's Changed
- Check if the current post type supports ActivityPub. by @pfefferle in #570
- Clarifying what [ap_excerpt] does by @mdingemanse in #578
- Blocks: add alt text to avatars by @mattwiebe in #579
- Activity-Type based handlers by @pfefferle in #551
- Update dms/phpunit-arraysubset-asserts requirement from ^0.4.0 to ^0.5.0 by @dependabot in #585
- Fix sending posts to at most ten instances by @Sentynel in #588
New Contributors
- @mdingemanse made their first contribution in #578
- @Sentynel made their first contribution in #588
Thanks
- @mediaformat and @mexon for their work on the threaded comments!
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
- Follow Me: improve styles for dark themes by @mattwiebe in #557
- have a filter to defer signature verification by @pfefferle in #435
- Fix #493 by @janboddez in #497
- search for followers and order the output list by @pfefferle in #502
- Attachments: dedupe earlier to prevent incorrect max_media by @mattwiebe in #565
New Contributors
- @janboddez made their first contribution in #497
Full Changelog: 1.1.0...1.2.0