docs: clarify Abilities API is core in 6.9+ (fixes #150)#223
Conversation
Sync readme.txt and getting-started docs with README.md, and make dependency messaging explicit that no separate abilities-api plugin is needed.
|
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 Unlinked AccountsThe following contributors have not linked their GitHub and WordPress.org accounts: @zoopster. Contributors, please read how to link your accounts to ensure your work is properly credited in WordPress releases. If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## trunk #223 +/- ##
=========================================
Coverage 87.86% 87.86%
Complexity 1245 1245
=========================================
Files 53 53
Lines 4037 4037
=========================================
Hits 3547 3547
Misses 490 490
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Quick note on the failing codecov/patch check: this PR is mostly docs, but it also tweaks one admin-notice string in I would treat the patch failure as noise here rather than block merge. Happy to drop the |
Less about the hygiene (changelog here isnt automated yet), and more that we can approve/merge that string change in |
|
I can definitely take a more comprehensive look at the whole codebase
tomorrow.
…On Wed, Jun 24, 2026, 11:41 PM Dovid Levine ***@***.***> wrote:
*justlevine* left a comment (WordPress/mcp-adapter#223)
<#223 (comment)>
Happy to drop the Plugin.php line in a follow-up if you prefer docs-only
PRs for codecov hygiene
Less about the hygiene (changelog here isnt automated yet), and more that
we can approve/merge that string change in Plugin.php in a few minutes.
There's a lot of slop in the existing docs that requires a real sit-down to
confirm this closes #150
<#150> . Up to you.
—
Reply to this email directly, view it on GitHub
<#223?email_source=notifications&email_token=AAHDHJENCQX3CB63MTLMGXD5BRDJVA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTINZZGM4TCMRZHE3KM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KYZTPN52GK4S7MNWGSY3L#issuecomment-4793912996>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHDHJDCEZ54HJ3V7CIRYEL5BRDJVAVCNFSNUABGKJSXA33TNF2G64TZHMYTAMJXGIYDSMJUGE5US43TOVSTWNBXGM4DKNBRHE2DBILWAI>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/AAHDHJAZ6CAXL56NLM6QS4D5BRDJVA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTINZZGM4TCMRZHE3KM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KUZTPN52GK4S7NFXXG>
and Android
<https://github.com/notifications/mobile/android/AAHDHJFAFWFLR7OGRA2TKKL5BRDJVA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTINZZGM4TCMRZHE3KM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2K4ZTPN52GK4S7MFXGI4TPNFSA>.
Download it today!
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Summary
Some docs still read like you need a separate Abilities API install. README.md was mostly updated in #165 and #204, but readme.txt and the getting-started guides were still Composer-first and pretty quiet about core.
This PR lines those up: says plainly that Abilities API ships with WordPress 6.9+, matches install docs to README (plugin first, Composer for plugin devs), and tightens the admin notice when core is too old.
Closes #150
What changed
Test plan