← Volver a Enquirev1.0.8 (10 versiones)

Changelog Enquire

Changelog del plugin de WooCommerce Enquire (previsto): actualizaciones, correcciones y desarrollo de funciones.

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.
v1.0.7
  • Tested against WordPress 7.1. Verified by activating this build on a clean 7.1 install with WooCommerce 11.1, not by editing the header.
v1.0.6
  • Fixed the PRO promo on the settings screen quoting a price in PLN. PRO is priced and charged in EUR, so an admin on a Polish site was shown a zloty amount and then billed in euro, and the zloty figure was a fixed conversion that drifted from the real charge as the rate moved. The promo now shows the euro price that is actually taken.
v1.0.5
  • Clearing a text field on the settings page now really does bring back its packaged default wording, both in the field and on the product page. Before, the text you deleted came straight back on save.
v1.0.3
  • Translations: completed Polish, German and Spanish for the PRO upgrade panel.
v1.0.2
  • Added bundled Polish, German and Spanish translations for the plugin interface.
v1.0.1
  • First stable release.
v0.1.2
  • Renamed to Plogins Enquire for WooCommerce for a more distinctive plugin name.
v0.1.1
  • Adds extension hooks for form fields, validation, enquiry payload data and outgoing email arguments.
  • Adds multipart form support so premium add-ons can attach files to enquiry emails.
v0.1.0
  • Initial release.