-
Notifications
You must be signed in to change notification settings - Fork 82
Release 7.7.0 #2579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 7.7.0 #2579
Conversation
pfefferle
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR releases version 7.7.0 of the ActivityPub WordPress plugin, incrementing from version 7.6.1. The release consolidates 39 individual changelog entries spanning bug fixes, new features, and improvements related to ActivityPub protocol implementation, reader views, notifications, and WordPress compatibility.
Key Changes:
- Version number updated from 7.6.1 to 7.7.0 across plugin files
- Comprehensive changelog added documenting 7 new features, 7 changes, and 17 bug fixes
- Individual changelog fragment files consolidated and removed
Reviewed changes
Copilot reviewed 34 out of 34 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| readme.txt | Updated stable tag to 7.7.0 and added detailed changelog section for the new release |
| activitypub.php | Updated plugin version header and ACTIVITYPUB_PLUGIN_VERSION constant to 7.7.0 |
| CHANGELOG.md | Added version 7.7.0 entry with all changes and comparison link |
| .github/changelog/* | Removed 39 individual changelog fragment files that were consolidated into the release changelogs |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - Improved handling of unusual activity data to avoid errors when activities contain unexpected formats. | ||
| - Preserve original ActivityPub activity timestamps when creating posts and comments instead of using current time. | ||
| - Prevented duplicate email notifications when ActivityPub instances re-send Follow activities for already-following actors. | ||
| - Prevents unwanted comment types—like pingbacks, trackbacks, notes and custom system comments, from being federated, ensuring only real user comments are shared with the fediverse. |
Copilot
AI
Dec 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing comma in the list "notes and custom system comments" should be "notes, and custom system comments". Also, the em dash after the list should close the parenthetical phrase properly.
| - Improved handling of unusual activity data to avoid errors when activities contain unexpected formats. [#2502] | ||
| - Preserve original ActivityPub activity timestamps when creating posts and comments instead of using current time. [#2498] | ||
| - Prevented duplicate email notifications when ActivityPub instances re-send Follow activities for already-following actors. [#2452] | ||
| - Prevents unwanted comment types—like pingbacks, trackbacks, notes and custom system comments, from being federated, ensuring only real user comments are shared with the fediverse. [#2494] |
Copilot
AI
Dec 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing comma in the list "notes and custom system comments" should be "notes, and custom system comments". Also, the em dash after the list should close the parenthetical phrase properly.
Release version 7.7.0