Releases: Automattic/wordpress-activitypub
Releases Β· Automattic/wordpress-activitypub
4.6.0
What's Changed
- PHPUnit: Fix slow tests by @obenland in #1087
- Docs: Add missing hook documentation by @obenland in #1099
- Add test for HTML in direct messages by @akirk in #1093
- Include @mentions in the JSON representation of the reply by @pfefferle in #1086
- Editor: Make Fediverse preview template filterable by @obenland in #1098
- Ensure that direct messages are only sent when the user is the recipient by @akirk in #1102
- Reactions: Don't display avatar when it's empty by @obenland in #1103
- Some CSS fixes for the reactions block by @pfefferle in #1108
- Settings to enable/disable notifications by @pfefferle in #1109
- Prepare Version 4.6.0 by @pfefferle in #1110
Full Changelog: 4.5.1...4.6.0
4.5.1
What's Changed
- Reactions block: remove
@wordpress/block-editor
direct dependency by @mattwiebe in #1091 - Improve documentation by @pfefferle in #1019
- Don't send direct message notification for received public activities by @akirk in #1092
- Fix and test create handler by @pfefferle in #1095
- Prepare 4.5.1 release by @pfefferle in #1094
Full Changelog: 4.5.0...4.5.1
4.5.0
What's Changed
- Admin: Move plugin settings link into Admin class by @obenland in #1050
- Use WP Autoloader class by @obenland in #1051
- Update tests to use plugin folder structure by @obenland in #1049
- Integrations: Use Autoloader by @obenland in #1052
- Tests: Move autoloader into correct folder. by @obenland in #1055
- Improve Interactions moderation by @pfefferle in #1065
- Change E-Mail templates to match new comment-types by @pfefferle in #1066
- This adds Icon support for Audio and Video attachments by @pfefferle in #1053
- Init new custom mailer class by @pfefferle in #1068
- Remove asset updater by @pfefferle in #1071
- Comments: Account for custom comment types when calculating comment counts by @obenland in #1073
- Blocks: Avoid PHP warning in Reply block by @obenland in #1076
- Improved comment-type handling by @pfefferle in #1072
- Change priority of attachments by @pfefferle in #1082
- Tests: Make it easier to run unit tests locally by @obenland in #1083
- Use a more explicit signature verification by @pfefferle in #1078
- Add comment count upgrade routine by @obenland in #1080
- Add a reaction block by @mattwiebe in #1070
- Version bump 4.5.0 by @obenland in #1088
- Workflow: Install SVN before trying to deploy by @obenland in #1089
Full Changelog: 4.4.0...4.5.0
4.4.0
What's Changed
- Update plugin URI to a8c org link by @jeffpaul in #1032
- Hashtag: Ignore tags within HTML attributes (like hex colors) by @obenland in #1037
- Dialog: Add screenreader labels by @obenland in #1034
- Fix typo in custom post content settings. by @obenland in #1038
- Settings: Clarify settings text by @obenland in #1042
- Add media type support by @pfefferle in #1045
- Prevent draft posts from being federated when deleted by @obenland in #1041
- Added setting to enable/disable Authorized-Fetch by @pfefferle in #1017
- Make list of moderators filterable by @pfefferle in #1047
- Version bump 4.4.0 by @obenland in #1054
New Contributors
Full Changelog: 4.3.0...4.4.0
4.3.0
What's Changed
- Copy image, because otherwise it will be deleted. by @pfefferle in #1005
- Outsource Constants to a separate file by @pfefferle in #1006
- Generate unique ID by @pfefferle in #1004
- Make change log entries mandatory with every PR by @obenland in #988
- Too many READMEs by @pfefferle in #1009
- Show 'β Fediverse Preview' link in Row-Actions by @pfefferle in #989
- Change preview showing the name instead of the preferredUsername by @Menrath in #1011
- Add an early return filter for
get_upload_dir()
by @mattwiebe in #1008 - Welcome to the project/team @obenland by @pfefferle in #1010
- EMA: Fix fatal when account is invalid by @akirk in #1014
- Editor: avoid errors when switching to edit a Pattern block by @mattwiebe in #1023
- Prevention against self pings by @pfefferle in #1022
- Fixed: Missing attachement-type for enclosures by @pfefferle in #1021
- Actors: deprecate
as User_Collection
throughout by @mattwiebe in #1013 - Test with php 8.4 by @pfefferle in #1024
- Show Follower Name instead of Avatar on mobile view by @pfefferle in #1016
- Do not escape the Username. by @pfefferle in #1018
- Repo Gardening: automatically label more PRs, & auto-label issues by @jeherve in #1026
- Add basic validation to enclosure function by @pfefferle in #1028
Full Changelog: 4.2.1...4.3.0
4.2.1
What's Changed
- PHPCS: Fix phpunit files by @obenland in #995
- Add Mastodon Apps status provider by @mattwiebe in #978
- Don't overwrite an existing wp-tests-config.php by @akirk in #1003
- Improve Image-Handling by @pfefferle in #999
- Have better checks if
audience
should be set or not by @pfefferle in #1002
Full Changelog: 4.2.0...4.2.1
4.2.0
What's Changed
- Users: do not display submenus to users who cannot author posts by @jeherve in #974
- Imrove "FEP-b2b8: Long-form Text" support by @pfefferle in #982
- Refactor get_by_id Method Using Switch Statement for Improved Readabi⦠by @bgr8 in #979
- Reuse constants once they're defined by @obenland in #984
- Use version constant directly by @obenland in #985
- CLI: Remove meta command by @obenland in #986
- CLI: Remove unneeded translation functions by @obenland in #987
- Rename
Users
-Collection toActors
to be more specific by @pfefferle in #968 - Add baseline tests for Post::get_type() by @obenland in #991
- Settings: Fix styles to align with rest of wp-admin by @obenland in #992
- Better Post-Formats support by @pfefferle in #990
- Make plain permalink notice more actionable by @obenland in #994
- Ensure that
?author=0
resolves to blog user by @mattwiebe in #996
New Contributors
Full Changelog: 4.1.1...4.2.0
4.1.1
What's Changed
- Embeds: only revert to URL if there is one by @mattwiebe in #975
- Fixed Migration by @pfefferle in 82786d1
Full Changelog: 4.1.0...4.1.1
4.1.0
What's Changed
- Improve
activity_handle_undo
action by @pfefferle in #960 - Add title to content if post is a
Note
by @pfefferle in #958 - Fallback to blog-user if user is disabled by @pfefferle in #957
- transform object to URI by @pfefferle in #965
- Bump @wordpress/blocks from 13.10.0 to 14.0.0 by @dependabot in #964
- Add custom Preview for "Fediverse" by @pfefferle in #944
- Fix Fediverse preview for "blog actor only" mode. by @Menrath in #966
- Support
comment_previously_approved
setting by @pfefferle in #962 - Hide sticky posts that are not public by @pfefferle in #969
Full Changelog: 4.0.2...4.1.0
4.0.2
What's Changed
- Work around race condition when publishing local only posts by @pfefferle in #959
- Add content warning help text by @mattwiebe in #963
Full Changelog: 4.0.1...4.0.2