How do you keep a plugin's current custom config settings when upgrading?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 6 años
I'm developing a plugin and have a question:

Like other plugins, my plugin adds some custom settings when installed, and removes them when uninstalled.  If I release a new version of the plugin with additional settings or fewer settings required, how do I add or remove these settings without deleting the current customer's configuration on the other settings from my plugin?
Hace 6 años
Clients that "upgrade" their system or a plugin don't typically uninstall / reinstall plugins.  In my plugins, I create a "version" setting, and then when the plugin loads it checks it to see if any updates need to be applied.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.