Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose the w.org URL in plugin search results #94

Closed
johnbillion opened this issue Apr 14, 2018 · 2 comments
Closed

Expose the w.org URL in plugin search results #94

johnbillion opened this issue Apr 14, 2018 · 2 comments

Comments

@johnbillion
Copy link
Contributor

When using wp plugin search, there's no way to quickly access to the plugin's w.org page to get more information about the plugin.

An extra field for the URL would be useful.

@schlessera
Copy link
Member

Yes, would allow users with smart terminals to click the link to access the page, and also makes sense if you want to directly retrieve the URL in a script as well.

@GaryJones
Copy link
Contributor

I've got a fix ready to go on this.

GaryJones added a commit to GaryJones/extension-command that referenced this issue Jul 19, 2018
After the plugin_api() or theme_api() call is made, update the results with the generated URL for wordpress.org, made up of a hard-coded domain name, the plural of the item type, and the item's slug.

Fixes wp-cli#94.
GaryJones added a commit to GaryJones/extension-command that referenced this issue Jul 20, 2018
After the plugin_api() or theme_api() call is made, update the results with the generated URL for wordpress.org, made up of a hard-coded domain name, the plural of the item type, and the item's slug.

Fixes wp-cli#94.
GaryJones added a commit to GaryJones/extension-command that referenced this issue Jul 20, 2018
@schlessera schlessera added this to the 1.2.2 milestone Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants