Skip to content

chore: readme.txt + version bump to 1.1.0 / PHP 8.3 (closes #20)#46

Merged
payown merged 1 commit into
mainfrom
chore/issue-20-readme
Jun 16, 2026
Merged

chore: readme.txt + version bump to 1.1.0 / PHP 8.3 (closes #20)#46
payown merged 1 commit into
mainfrom
chore/issue-20-readme

Conversation

@payown

@payown payown commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Phase 5. Completes #20 (readme/headers half; tooling landed in #44).

What

  • New readme.txt in WordPress.org format: stable tag 1.1.0, Requires at least 7.0, Tested up to 7.0, Requires PHP 8.3, Description / Installation / FAQ / Changelog / Upgrade Notice.
  • outpost.php header: Version 1.0.01.1.0, added Tested up to, Requires PHP 8.08.3.
  • OUTPOST_VERSION constant bumped to 1.1.0 to match.

The 1.1.0 changelog summarizes this cycle: the source-account feature, the security fixes (subscribe abuse controls, lookup token-leak, POST-confirm unsubscribe), the accessibility fixes, and the quality/tooling work.

Closes #20

🤖 Generated with Claude Code

Add a WordPress.org-format readme.txt (stable tag 1.1.0, sections, changelog,
upgrade notice). Bump the plugin Version to 1.1.0 and OUTPOST_VERSION to match,
add a Tested up to header, and raise Requires PHP to 8.3 per the project
standard. Completes #20 alongside the tooling PR (#44).

Co-Authored-By: Claude Opus 4.8 <[email protected]>
Copilot AI review requested due to automatic review settings June 16, 2026 17:28
@payown payown merged commit 7558945 into main Jun 16, 2026
@payown payown deleted the chore/issue-20-readme branch June 16, 2026 17:28

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Adds WordPress.org distribution metadata and aligns plugin versioning for the 1.1.0 release, addressing the “readme/headers” half of issue #20.

Changes:

  • Added a WordPress.org-formatted readme.txt with stable tag 1.1.0, requirements, FAQ, changelog, and upgrade notice.
  • Bumped plugin header version to 1.1.0, added Tested up to: 7.0, and raised Requires PHP to 8.3.
  • Updated OUTPOST_VERSION constant to 1.1.0 to match the release version.

Reviewed changes

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

File Description
readme.txt Introduces WordPress.org plugin readme (requirements, sections, changelog for 1.1.0).
outpost.php Updates plugin header metadata and synchronizes OUTPOST_VERSION with the 1.1.0 release.

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

Comment thread outpost.php
Comment on lines 7 to +9
* Requires at least: 7.0
* Requires PHP: 8.0
* Tested up to: 7.0
* Requires PHP: 8.3
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.

release: add readme.txt, version headers, and Plugin Check / PHPCS tooling

2 participants