Skip to content

docs: add missing license fields to readme#889

Merged
GaryJones merged 1 commit into
developfrom
docs/add-license-to-readme
Jan 13, 2026
Merged

docs: add missing license fields to readme#889
GaryJones merged 1 commit into
developfrom
docs/add-license-to-readme

Conversation

@GaryJones
Copy link
Copy Markdown
Contributor

Summary

WordPress.org flagged the readme as missing license information:

The License field is missing. A GPLv2 or later compatible license should be specified.

The plugin header in edit_flow.php already includes these fields, but the README.md (which WordPress.org parses separately for the plugin directory page) was missing them.

Changes

Adds to README.md header:

  • License: GPLv2 or later
  • License URI: https://www.gnu.org/licenses/gpl-2.0.html

Test plan

  • Verify trailing double-spaces preserved for Markdown line breaks

WordPress.org flagged the readme as missing license information, even though the plugin header in edit_flow.php already includes these fields. The readme is parsed separately for the plugin directory page, so both locations need the license declaration to satisfy repository requirements.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@GaryJones GaryJones requested a review from a team as a code owner January 13, 2026 12:01
@GaryJones GaryJones self-assigned this Jan 13, 2026
@GaryJones GaryJones added the type: documentation Documentation improvements label Jan 13, 2026
@GaryJones GaryJones added this to the Next milestone Jan 13, 2026
@GaryJones GaryJones merged commit 2d6ca9b into develop Jan 13, 2026
4 checks passed
@GaryJones GaryJones deleted the docs/add-license-to-readme branch January 13, 2026 12:02
@GaryJones GaryJones mentioned this pull request Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: documentation Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant