Skip to content

Bump version to 2.0.2#108

Merged
kraftbj merged 5 commits intorelease/2.0.2from
update/version-2.0.2
Mar 25, 2026
Merged

Bump version to 2.0.2#108
kraftbj merged 5 commits intorelease/2.0.2from
update/version-2.0.2

Conversation

@kraftbj
Copy link
Copy Markdown
Collaborator

@kraftbj kraftbj commented Mar 25, 2026

Summary

  • Updates version from 2.0.2-beta to 2.0.2 in plugin header, version constant, package.json, and package-lock.json
  • Updates stable tag in readme.txt from 2.0.1 to 2.0.2
  • Adds changelog and upgrade notice entries for 2.0.2

@kraftbj kraftbj requested a review from Copilot March 25, 2026 20:53
@kraftbj kraftbj self-assigned this Mar 25, 2026
@kraftbj kraftbj added this to the 2.0.2 milestone Mar 25, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Bumps the Press This plugin/package version from 2.0.2-beta to the final 2.0.2 release and updates WordPress.org readme metadata and release notes accordingly.

Changes:

  • Update plugin header and PRESS_THIS__VERSION constant to 2.0.2
  • Update package.json and package-lock.json version fields to 2.0.2
  • Update readme.txt stable tag and add 2.0.2 upgrade notice/changelog entries

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.

File Description
readme.txt Updates stable tag to 2.0.2 and adds 2.0.2 upgrade notice + changelog entries
press-this-plugin.php Updates plugin header version and PRESS_THIS__VERSION constant to 2.0.2
package.json Updates npm package version to 2.0.2
package-lock.json Updates lockfile version fields to 2.0.2

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

readme.txt Outdated
* **Fix:** Stale state in category toggle handler
* **Change:** Removed auto-suggestion of link post format
* **Change:** Restored category search filter using Gutenberg components
* **Change:** Requires Node 22
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

The changelog entry says "Requires Node 22", but the repo currently targets Node 20 (e.g., .nvmrc is 20.10.0 and GitHub Actions uses node-version: '20', and package.json engines is >=20.10.0). Please update this line to match the actual requirement, or update the tooling/engines if Node 22 is truly required.

Suggested change
* **Change:** Requires Node 22
* **Change:** Requires Node 20.10 or higher

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

@copilot I believe we can remove that completely. My guess is it's looking at trunk. Can you compare and update the changelog looking at 2.0.1 to this commit on this branch.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Compared the commits between 2.0.1 and this branch — the "Requires Node 22" entry came from trunk (where Node 22 was adopted), but release/2.0.2 uses Node 20.10.0. Removed that line in eb8679a. All other changelog entries are backed by actual commits on this branch.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

kraftbj and others added 2 commits March 25, 2026 16:05
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@kraftbj kraftbj merged commit c8420a9 into release/2.0.2 Mar 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants