Tagged Questions
0
votes
0answers
55 views
Plugin Update for Self-Hosted Plugin
I would like use a "private" update server for a plugin I have create ... the code is based on this: https://github.com/jeremyclark13/automatic-theme-plugin-update
The server would be found and the ...
1
vote
1answer
100 views
How to implement WordPress plugin update that modifies the database?
I develop a WordPress plugin, which has several database tables of its own. The plugin creates these tables when activated, and removes them when deleted/uninstalled.
I have to implement an update ...
3
votes
2answers
1k views
Update plugin from personal API
I'm developing a wordpress plugin at the moment which I do not want in the Wordpress plugin repository. However I still want to be able to push updates to my costumers from my own API repository.
...
0
votes
1answer
370 views
Auto-Update Plugin Creating .tmp directory, not overwriting old version
I'm using this library to auto-update my plugin, but it's only extracting the new plugin files into a .tmp directory, while the old plugin files stay where they are. Can anybody help me fix this to ...
