← Zurück zu Enquirev1.0.10 (12 Releases)

Changelog Enquire

Changelog für das geplanten WooCommerce-Plugin Enquire: Updates, Korrekturen und Funktionsentwicklung.

v1.0.10
  • Fixed: the enquiry form was always in English, whatever language your site runs in. The button label, the form title, the field labels, the send button, the success and error messages and the enquiry email subject were plain English text in a config file rather than translatable strings, so they never reached the translation template and no language pack could replace them. Saving the settings screen once wrote that English into the database, where nothing could reach it at all. They are translatable now, so they follow the site language as soon as a translation exists. Translations are delivered by WordPress.org language packs rather than bundled in this download, so the form stays English until a pack is published. Wording you typed yourself is untouched; a field still holding the old packaged English is cleared on update so the translated wording can take over.
v1.0.9
  • Renamed to Plogins Enquire - Product Enquiry for WooCommerce so the name leads with the brand rather than a generic word, which is what the WordPress.org plugin review team asks for. The plugin slug is unchanged.
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.