You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug description
When using FQDN value in subdomain field during API credentials validation, the validation fails.
Steps for reproducing
Steps to reproduce the behavior:
Go to edit a Contact Form;
Click on Smaily for Contact Form 7 tab;
Fill out API credential fields, where subdomain field contains a fully-qualified domain name (e.g. example.sendsmaily.net);
Click on Verify credentials button;
Expected behavior
API credentials are verified and select with autoresponders is shown.
Actual behavior
API credentials verification fails.
Versions
Wordpress: 5.4.1
Contact Form 7: 5.1.7
Smaily for Contact Form 7: 1.0.3
Additional context
I think the issue is that subdomain clean up regular expression is broken. There's a lot of whitespace and array(...) in the expression:
Bug description
When using FQDN value in subdomain field during API credentials validation, the validation fails.
Steps for reproducing
Steps to reproduce the behavior:
example.sendsmaily.net
);Expected behavior
API credentials are verified and select with autoresponders is shown.
Actual behavior
API credentials verification fails.
Versions
Wordpress: 5.4.1
Contact Form 7: 5.1.7
Smaily for Contact Form 7: 1.0.3
Additional context
I think the issue is that subdomain clean up regular expression is broken. There's a lot of whitespace and
array(...)
in the expression:https://github.com/sendsmaily/smaily-cf7-plugin/blob/master/admin/class-smaily-for-cf7-admin.php#L335-L349
The text was updated successfully, but these errors were encountered: