chore: readme.txt + version bump to 1.1.0 / PHP 8.3 (closes #20)#46
Merged
Conversation
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]>
There was a problem hiding this comment.
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.txtwith stable tag1.1.0, requirements, FAQ, changelog, and upgrade notice. - Bumped plugin header version to
1.1.0, addedTested up to: 7.0, and raisedRequires PHPto8.3. - Updated
OUTPOST_VERSIONconstant to1.1.0to 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 on lines
7
to
+9
| * Requires at least: 7.0 | ||
| * Requires PHP: 8.0 | ||
| * Tested up to: 7.0 | ||
| * Requires PHP: 8.3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Phase 5. Completes #20 (readme/headers half; tooling landed in #44).
What
readme.txtin WordPress.org format: stable tag1.1.0, Requires at least 7.0, Tested up to 7.0, Requires PHP 8.3, Description / Installation / FAQ / Changelog / Upgrade Notice.outpost.phpheader: Version1.0.0→1.1.0, addedTested up to,Requires PHP8.0→8.3.OUTPOST_VERSIONconstant bumped to1.1.0to 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