Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add a new hook PreUninstall #223

Merged
merged 3 commits into from
Apr 22, 2024
Merged

feat: add a new hook PreUninstall #223

merged 3 commits into from
Apr 22, 2024

Conversation

aooohan
Copy link
Member

@aooohan aooohan commented Apr 22, 2024

fix #208

This is called before the SDK is uninstalled. If the plugin needs to perform some operations before
uninstalling, it can implement this hook function. For example, cleaning up the cache, deleting configuration files, etc.

fix #208
@aooohan aooohan merged commit a342c26 into main Apr 22, 2024
3 checks passed
@aooohan aooohan deleted the feat/preuninstall branch April 22, 2024 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Add a new hook PreUninstall for plugins.
2 participants