jeremyclark13 / automatic-theme-plugin-update

Self hosted plugin and theme update scripts
http://clark-technet.com/2010/12/wordpress-self-hosted-plugin-update-api
548 stars 147 forks source link

Multiple Plugins #3

Closed jasonbahl closed 12 years ago

jasonbahl commented 12 years ago

I got this working on one plugin and it's great, but I just tried it on a 2nd plugin and it doesn't seem to work for the 2nd plugin. . .it's pulling in the data from the first plugin. . .

Is there anything special I need to do to have 2 plugins on the same WP Install?

jeremyclark13 commented 12 years ago

The plugin update file uses some globals, you'll need to prefix all the global variables for each plugin. I haven't fully tested with multiple versions but I suspect this is the problem.