Skip to content

Prepare WP Puller metadata, licensing, and readme for WordPress.org directory submission#14

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/publish-wp-puller
Draft

Prepare WP Puller metadata, licensing, and readme for WordPress.org directory submission#14
Copilot wants to merge 2 commits into
mainfrom
copilot/publish-wp-puller

Conversation

Copilot AI commented Jun 9, 2026

Copy link
Copy Markdown

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

    • Added readme.txt in WordPress.org format with required headers:
      • Contributors, Tags, Requires at least, Tested up to, Requires PHP, Stable tag, License, License URI
    • Added required sections:
      • == Description ==, == Installation ==, == Frequently Asked Questions ==, == Screenshots ==, == Changelog ==
    • Set Stable tag: 1.0.8 to match the plugin version.
  • Plugin header cleanup

    • Replaced placeholder author metadata in wp-puller/wp-puller.php.
    • Updated header licensing to:
      • License: GPLv2 or later
      • License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • License reconciliation

    • Updated both LICENSE files (repo root and plugin dir) to GPLv2-or-later text.
    • Updated README.md license references/badge to match GPLv2-or-later.
  • External service disclosure (directory guideline requirement)

    • Documented outbound calls in readme.txt:
      • https://api.github.com for repository metadata and zipball download
      • https://www.cloudflare.com/ips-v4 and https://www.cloudflare.com/ips-v6 for trusted-proxy range refresh (with bundled fallback ranges)

Example metadata update in plugin header:

 * Author: Codician Team
 * Author URI: https://github.com/codician-team
 * License: GPLv2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html

Copilot AI linked an issue Jun 9, 2026 that may be closed by this pull request
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
Copilot AI requested a review from cnbrkdmrci June 9, 2026 14:48
Comment thread readme.txt
@@ -0,0 +1,74 @@
=== WP Puller ===
Contributors: cnbrkdmrci

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

make contributor codician team

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.

Publish WP Puller to the WordPress.org plugin directory

3 participants