Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@theaminuli
Copy link
Member

@theaminuli theaminuli commented Oct 26, 2025

What?

  • Adds a WordPress.org-compatible readme.txt to the plugin root documenting installation, usage, REST endpoints, hooks, developer notes and changelog.

Why?

  • The repository was missing a readme.txt, which prevents proper display on WordPress.org and makes it harder for users and integrators to discover installation instructions, REST API usage and developer details.
  • Provides canonical documentation for publishing to WordPress.org and improves contributor onboarding.

Fixes / Reference

Files changed

  • Added: wp-content/plugins/abilities-api/readme.txt (new file)

@codecov
Copy link

codecov bot commented Oct 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.63%. Comparing base (9da857e) to head (6e39311).
⚠️ Report is 3 commits behind head on trunk.

Additional details and impacted files
@@             Coverage Diff              @@
##              trunk     #130      +/-   ##
============================================
+ Coverage     90.59%   92.63%   +2.03%     
- Complexity      177      285     +108     
============================================
  Files            20       25       +5     
  Lines          1489     2404     +915     
  Branches        117      126       +9     
============================================
+ Hits           1349     2227     +878     
- Misses          140      177      +37     
Flag Coverage Δ
javascript 94.49% <ø> (+0.28%) ⬆️
unit 92.32% <ø> (+2.74%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@theaminuli theaminuli marked this pull request as ready for review October 27, 2025 15:58
@github-actions
Copy link

github-actions bot commented Oct 27, 2025

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: theaminuli <[email protected]>
Co-authored-by: swissspidy <[email protected]>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@swissspidy
Copy link
Member

Thanks for your PR, but there are no plans to submit this plugin to the plugin directory, so I don't think it really makes sense to add this. It would be more confusing than the absence of such a file.

The code base here is primarily a feature project and has been largely merged into WordPress 6.9.

@theaminuli
Copy link
Member Author

I understand your point. Please proceed to close the pull request. @swissspidy

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.

Missing readme.txt for this plugin

2 participants