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

Bug fixes #6

Merged
merged 6 commits into from
Jan 16, 2025
Merged

Bug fixes #6

merged 6 commits into from
Jan 16, 2025

Conversation

rockwellll
Copy link
Collaborator

@rockwellll rockwellll commented Jan 16, 2025

This PR fixes some bugs that were hidden from us.

Installs

The plugin was only attempting to create an integration during installation, which of course is bananas, because at the time of installation no data is set. Instead, now it removes the installation hook and replaces it with Wordpress' option_added and update_option hooks to listen when the values of both hellotext_business_id and hellotext_access_token options are set. Then, it creates an Integration.

Uninstalls

It adds plugin deletion hook to cleanup hellotext options

Missing translations

it adds missing translations for the "Save changes" button on the plugins page.

@rockwellll rockwellll merged commit c5a2675 into main Jan 16, 2025
1 check passed
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.

1 participant