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

A new plugin seems to have hijacked the plugin update #56

Open
nickjohnford opened this issue May 3, 2018 · 1 comment
Open

A new plugin seems to have hijacked the plugin update #56

nickjohnford opened this issue May 3, 2018 · 1 comment

Comments

@nickjohnford
Copy link

To my surprise my Wordpress dashboard told me that this plugin needed an update... on closer inspection it looks like this plugin is the one that it's asking to update to:
https://wordpress.org/plugins/basic-auth/

This presumably has happened because the naming is the same.

Obviously I am not going to update to this plugin - but other people might be being caught out.

@Hrnkas
Copy link

Hrnkas commented May 16, 2018

I solved this by changing the plugin version to 999.1 - that way the WP will never try to update the plugin.
Here is the new header:
/**
* Plugin Name: JSON Basic Authentication
* Description: Basic Authentication handler for the JSON API, used for development and debugging purposes
* Author: WordPress API Team
* Author URI: https://github.com/WP-API
* Version: 999.1
* Plugin URI: https://github.com/WP-API/Basic-Auth
*/

I would suggest a plugin name change, and adding it to the WP Install System. By doing this, you will reserve the name with the WordPress for the future.

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

No branches or pull requests

2 participants