[wp-trac] [WordPress Trac] #13928: WP.org plugin update notifications should consider plugin slug

WordPress Trac wp-trac at lists.automattic.com
Sat Dec 31 16:07:27 UTC 2011


#13928: WP.org plugin update notifications should consider plugin slug
-----------------------------+----------------------------
 Reporter:  filosofo         |       Owner:
     Type:  defect (bug)     |      Status:  new
 Priority:  normal           |   Milestone:  WordPress.org
Component:  Upgrade/Install  |     Version:
 Severity:  normal           |  Resolution:
 Keywords:                   |
-----------------------------+----------------------------

Comment (by MattyRob):

 Related #11227

 Okay, I have a plugin with the following official header:


 {{{
 /*
 Plugin Name: Subscribe2
 Plugin URI: http://subscribe2.wordpress.com
 Description: Notifies an email list when new entries are posted.
 Version: 7.0.1
 Author: Matthew Robinson
 Author URI: http://subscribe2.wordpress.com
 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-
 xclick&hosted_button_id=2387904
 */
 }}}


 Now I also have a fork of this code that enables the notifications to
 contain HTML rather than being plain text. I've made the headers as
 different as I can:

 {{{
 /*
 Plugin Name: Subscribe2 HTML
 Plugin URI: http://wpplugins.com/plugin/46/subscribe2-html/
 Description: Notifies an email list with an HTML email when new entries
 are posted.
 Version: 7.0
 Author: Matthew Robinson
 Author URI: http://wpplugins.com/plugin/46/subscribe2-html/
 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-
 xclick&hosted_button_id=2387904
 */
 }}}

 But this STILL shows as being the same plugin even though the filename is
 different. This continues to happen even if I change the author name to
 Albert Einstein!

 Is the version comparison a little bit too fuzzy so they we are risking
 too many false positives? Or am I doing something wrong in the headers?

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/13928#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list