Skip to content

Sync version number and changelog from 8.2.1 release#3256

Merged
jeherve merged 2 commits intotrunkfrom
update/sync-8.2.1-changelog
May 1, 2026
Merged

Sync version number and changelog from 8.2.1 release#3256
jeherve merged 2 commits intotrunkfrom
update/sync-8.2.1-changelog

Conversation

@jeherve
Copy link
Copy Markdown
Member

@jeherve jeherve commented May 1, 2026

Proposed changes:

This mirrors the changelog and @since updates from the 8.2.1 release commit (on branch release/8.2.1) back to trunk. The 8.2.1 release was published from release/8.2.1 and is already deployed to WordPress.org — this PR brings trunk into the same documentary state.

Intentionally does not bump Version, Stable tag, or ACTIVITYPUB_PLUGIN_VERSION — trunk continues to track the next-release version.

Pattern follows #3077 (post-8.0.2 sync).

Other information:

  • Have you written new tests for your changes, if applicable? — N/A, docs/changelog only.

Testing instructions:

  • git checkout update/sync-8.2.1-changelog
  • Confirm CHANGELOG.md has a new ## [8.2.1] - 2026-05-01 block at the top, mirroring what shipped on release/8.2.1, plus the [8.2.1]: ...compare/8.2.0...8.2.1 link.
  • Confirm readme.txt has a matching ### 8.2.1 - 2026-05-01 block under == Changelog ==, and that Stable tag: is still 8.2.0.
  • Confirm activitypub.php is unchanged (Version: 8.2.0, ACTIVITYPUB_PLUGIN_VERSION = '8.2.0').
  • git grep "@since unreleased" includes/collection/class-remote-actors.php includes/rest/class-inbox-controller.php returns no results; the three former unreleased markers now read @since 8.2.1.

Mirrors the changelog and `@since` updates from the 8.2.1 patch release
(branch `release/8.2.1`, commit 8b4371d) back to trunk so future
releases see the 8.2.1 entry in their changelog history and the
`@since` markers introduced by #3094 reflect the version they shipped
in.

Intentionally does not bump `Version`, `Stable tag`, or
`ACTIVITYPUB_PLUGIN_VERSION` — trunk continues to track the
next-release version.

Pattern follows #3077 (post-8.0.2 sync).
@jeherve jeherve added the Skip Changelog Disables the "Changelog Updated" action for PRs where changelog entries are not necessary. label May 1, 2026
@jeherve jeherve self-assigned this May 1, 2026
@jeherve jeherve requested a review from a team May 1, 2026 07:50
Copy link
Copy Markdown
Member

@pfefferle pfefferle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but you have to also delete the changelog files.

These two entries were folded into CHANGELOG.md and readme.txt by
`composer changelog:write` on the `release/8.2.1` branch. They still
exist on trunk because the patch release didn't merge back, so without
this cleanup the next release would pick them up again and duplicate
the entries.
@jeherve jeherve merged commit 943f112 into trunk May 1, 2026
11 checks passed
@jeherve jeherve deleted the update/sync-8.2.1-changelog branch May 1, 2026 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[Feature] Collections [Feature] REST API Skip Changelog Disables the "Changelog Updated" action for PRs where changelog entries are not necessary.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants