godaddy-wordpress / godaddy-wordpress/wc-plugin-framework
Add uninstall routine
Open
Feature
- Dominant language
- PHP
- Stars
- 146
- Forks
- 43
- Avg merge
- 21m
- Merged PRs (30d)
- 3
Description
Do we need to handle plugin uninstalls somehow? Consider the following scnario:
1. User installs plugin version 1.0
2. After a while, she uninstalls it
3. After a little while more, she installs the same plugin, version 1.2
It's important that all the install and upgrade routines are run correct each time. I'm not sure if the current implementation can lead to issues there, but let's discuss any possible shortcomings.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.