v1.0.8
- Fixed: an add-on's extra enquiry-form fields were silently deleted before reaching the browser. The `enquire/form_fields` filter exists so an add-on can add a form control, and the template ran its output through `wp_kses_post()`, whose allow-list is for post content and has no `<input>`, `<select>` or `<option>`. Plogins Enquire Pro's file-attachment field was the first real use of the filter, and it never appeared on any product page as a result. The output now goes through an allow-list that keeps everything `wp_kses_post()` allows and adds the form controls the filter exists to carry.