Open mavinothkumar opened 8 years ago
I was having a similar problem with a theme update. My problem was the folder name inside the ZIP did not match the active theme directory exactly.
WordPress theme directory: "my-theme" Update ZIP file name: "my-theme-1.1.zip" Theme directory inside the ZIP: "my-theme-1.1"
This caused the problem. I fixed it by making the directory inside the ZIP match exactly: "my-theme"
Perhaps it's a similar issue for the plugins, too.
Am working on a WordPress plugin where the updates will be done on the external server. I added the below code and everything is working good. But once it updated the plugin folder name will be appended with five digit characters followed by dash.
Am not sure why its auto append at end.