How to manually update a plugin?
I have a plugin installed on my forum, and just found that a new version is available via GitHub. How do I update?
Is it like this?
Disable plugin > download new version > replace existing files with new ones > enable
Is that it? or am I missing something? Thanks.
Best Answer
-
peregrine MVP
What you suggested will work. At least on all of the plugins I have updated. You might want to copy the files from the orginal plugin to some other directory and copy your config.php somewhere else (in case you want to see what changes were made or in case you need to revert). Also make sure the new plugin update is compatible with your version of vanilla. (e.g. if you are using vanilla 2.0.17x and the new plugin update requires 2.018.3 you might be out of luck).
You can always download the plugin code to your home machine and unzip it in another directory to look at it prior to install.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
0
Answers
What you suggested will work. At least on all of the plugins I have updated. You might want to copy the files from the orginal plugin to some other directory and copy your config.php somewhere else (in case you want to see what changes were made or in case you need to revert). Also make sure the new plugin update is compatible with your version of vanilla. (e.g. if you are using vanilla 2.0.17x and the new plugin update requires 2.018.3 you might be out of luck).
You can always download the plugin code to your home machine and unzip it in another directory to look at it prior to install.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Good suggestions. Thanks!