Closed zeropointdevelopment closed 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.
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.
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
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.
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.