scbFramework: Version 1.5
I’ve recently learned that register_uninstall_hook() allows a single callback per plugin. This meant that if you were using both scbOptions and scbTable, for example, when a user uninstalled that plugin, either the option wasn’t deleted or the table wasn’t dropped.
This is now fixed by using a new method, scbUtil::add_uninstall_hook(). It also prevents multiple UPDATE queries [...]
