[wp-hackers] Plugin usage info

Otto otto at ottodestruct.com
Mon Feb 28 06:08:29 UTC 2011


On Sun, Feb 27, 2011 at 11:47 PM, Mark E <mark at simplercomputing.net> wrote:
> Is that really necessary to determine if plugins, themes, and core need
> an update? Nope.

Actually, yes, it is.

- The plugin data is needed to try to match what plugin it is as best
as possible. There is not a unique namespace for plugins, after all.
- The version data is needed for compatibility checking (which we
don't do yet, but have planned). So that, for example, if your PHP
version is too low for 3.2, you won't be getting notified about it
being an upgrade since it would just break your site. That sort of
thing.

-Otto


More information about the wp-hackers mailing list