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

No Update Detals in the Admin Dashboard #23

Closed zeropointdevelopment closed 11 years ago

zeropointdevelopment commented 11 years ago

I've got a very simple plugin and added the updating code to it, then updated my packages.

I can see that there is 1 update available in the dashboard but there are no details about the update - nothing to click on to apply the update.

updater-1

Do you know what would be causing this?

Plugin update code: http://pastebin.com/3gTMHCyR $packages: http://pastebin.com/aBQhqVk7 print_r($request) : http://pastebin.com/7psALffM

Thanks, Wil.

zeropointdevelopment commented 11 years ago

I found the issue.

My main plugin file was not the same as the slug.

Renamed to the same as the plugin folder and slug and all is well again.

Happy days