Opened 7 years ago
Closed 7 years ago
#41214 closed defect (bug) (duplicate)
Plugin name same as existing
Reported by: | ashneedham | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Plugins | Keywords: | |
Focuses: | Cc: |
Description
When creating a new plugin and naming it the same as an existing plugin (e.g. Slider) it can cause confusion within Wordpress admin. Wordpress may get confused with version numbers and suggest updating to a newer version but this may be a completely different plugin that it is suggesting.
An example being, if you create a simple plugin called slider:
<?php /** * Plugin Name: Slider * Description: A plugin * Version: 1.0 * Author: Ashley Needham */
and visit the plugins page in WP Admin you will see a notice to update the plugin but the suggested update is for a completely different plugin.
My suggestion is that the system should lookup using the plugin name and author.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Related: #10814, #13699.