Prepare WP Puller metadata, licensing, and readme for WordPress.org directory submission#14
Draft
Copilot wants to merge 2 commits into
Draft
Prepare WP Puller metadata, licensing, and readme for WordPress.org directory submission#14Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
15 tasks
Copilot
AI
changed the title
[WIP] Publish WP Puller to WordPress.org plugin directory
Prepare WP Puller metadata, licensing, and readme for WordPress.org directory submission
Jun 9, 2026
altugank
reviewed
Jun 9, 2026
| @@ -0,0 +1,74 @@ | |||
| === WP Puller === | |||
| Contributors: cnbrkdmrci | |||
Collaborator
There was a problem hiding this comment.
make contributor codician team
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.
This PR addresses WordPress.org listing blockers by adding a compliant plugin-directory
readme.txt, replacing placeholder plugin header metadata, and aligning license declarations across the project. It also documents required third-party service calls used by the plugin.WordPress.org readme compliance
readme.txtin WordPress.org format with required headers:Contributors,Tags,Requires at least,Tested up to,Requires PHP,Stable tag,License,License URI== Description ==,== Installation ==,== Frequently Asked Questions ==,== Screenshots ==,== Changelog ==Stable tag: 1.0.8to match the plugin version.Plugin header cleanup
wp-puller/wp-puller.php.License: GPLv2 or laterLicense URI: https://www.gnu.org/licenses/gpl-2.0.htmlLicense reconciliation
LICENSEfiles (repo root and plugin dir) to GPLv2-or-later text.README.mdlicense references/badge to match GPLv2-or-later.External service disclosure (directory guideline requirement)
readme.txt:https://api.github.comfor repository metadata and zipball downloadhttps://www.cloudflare.com/ips-v4andhttps://www.cloudflare.com/ips-v6for trusted-proxy range refresh (with bundled fallback ranges)Example metadata update in plugin header: