← Volver a Estimatev1.0.10 (11 versiones)

Changelog Estimate

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

v1.0.10
  • Added: the `estimate/quote_form_fields` filter, so an add-on can append its own qualification questions (text, textarea, select, checkbox) to the quote request form. Answers are validated server-side, saved with the request, shown in the merchant notification email and in the quote's wp-admin detail screen, and readable by key through `QuoteRequest::answers()` for anything downstream that needs them, such as a CRM webhook payload.
  • Note: this closes a gap where a paid add-on (Plogins Estimate Pro) shipped and sold this exact feature against a version of this filter that only ever existed on an unreleased development branch. Every install that updates to 1.0.10 or later now has the real thing.
v1.0.9
  • 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.8
  • 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.7
  • Translations: restored the Estimate brand name in the German catalogue and reworded the sentences it had broken.
  • Translations: made the Spanish catalogue consistently informal (tú) and switched "cotización" to "presupuesto" to match the rest of the family.
v1.0.4
  • Translations: completed Polish, German and Spanish for the PRO upgrade panel.
v1.0.3
  • Accessibility improvements to the admin and storefront markup.
  • Fixed low-contrast admin headings under an OS dark-mode preference.
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 Estimate for WooCommerce for a more distinctive plugin name.
v0.1.1
  • Store the submitting user ID on quote requests when the shopper is logged in.
  • Add `estimate/customer_quotes` filter and `estimate/quote_created` action for PRO customer accounts.
v0.1.0
  • Initial release: quote modes (selected/all), Add to quote button, price hiding, per-visitor quote list, `[estimate_quote]` page with request form, merchant email and a private quote-request record.