WordPress Automatic Plugin Update Renames Plugin Directory
-
So I have hooked the wordpress plugin auto updated to effectively redirect my plugin to autoupdate from my own site rather than wordpress.com.
The updating process works seemlessly aside from one wierd hitch – the wordpress updater downloads the my_plugin.zip file from my server, saves it in a temp directory as my_plugin-3sd123.tmp (where the random string is generated by the wp updater to avoid file conflicts) and unzips it to wp-content/upgrades which leaves a directory my_plugin-3sd123 in updates and then it copies this directory to plugins and removes the old directory BUT never renames the new one to the old plugin slug.. Should I be writing my plugins to expect this? because I dont see it happening with other plugin updates?
- This topic was modified 5 years ago by . Reason: Moved to Fixing WordPress, this is not a Developing with WordPress topic
The page I need help with: [log in to see the link]
- The topic ‘WordPress Automatic Plugin Update Renames Plugin Directory’ is closed to new replies.