← Volver a Estimate Prov1.0.8 (12 versiones)

Changelog Estimate Pro

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

v1.0.8
  • Fixed: the plugin title label on Freemius notices rendered white on a background measuring 2.37:1, where WCAG AA wants 4.5:1 for text that size. The label now uses the same grey WordPress core uses, at 4.61:1.
  • Fixed: the public key constant was defined inside the guard for the product id constant, so it would have gone undefined if anything had defined the id first. Harmless today, wrong the moment it is not.
v1.0.7
  • Fix: deleting the plugin now removes its options and transients instead of leaving them in the database, on every site of a network. The free plugin's own settings are untouched.
v1.0.5
  • Qualification questions (`PresetFields`, `QuoteFieldPresets`): three ready-made question sets, for e-commerce and retail, installation and field services, and B2B services, chosen under **WooCommerce → Estimate Pro**. "No preset" stays the default, so an existing install is unchanged.
  • Sets are adjustable through the `estimate-pro/quote_field_presets` filter, including adding your own.
  • The CRM webhook payload gained an `answers` block (`QuoteAnswers`): machine value, question label, field type and readable answer, keyed by field key. Always present, `{}` when a request has no answers.
  • Answers are read through the free plugin's own reader, so a free Estimate older than 1.0.5 keeps delivering the rest of the payload without a notice or a fatal.
v1.0.4
  • CRM webhooks (`WebhookDelivery`): each new quote request is POSTed as JSON to a configured endpoint, with quote ID, ISO 8601 timestamp, site URL, contact fields and line items including SKU and price.
  • Optional HMAC SHA256 signing of the raw request body, sent as `X-Estimate-Signature: sha256=<hex>`.
  • One automatic retry through `wp_schedule_single_event()`, last-delivery status and a "Send test payload" button under **WooCommerce → Estimate Pro**.
v1.0.2
  • Added bundled Polish, German and Spanish translations for the plugin interface.
v1.0.1
  • First stable release.
v0.4.2
  • Plugin Check: escaping/sanitisation/i18n/hygiene fixes.
v0.4.1
  • Renamed plugin slug and text domain to `plogins-estimate-pro` for consistency across the Plogins family. No functional changes.
v0.4.0
  • Customer quote accounts (`MyAccountQuotes`) with My Account list, detail view, linked order display and re-order into the quote list.
  • `estimate/customer_quotes` filter support in Estimate FREE 0.1.1+.
  • Settings toggle under **WooCommerce → Estimate Pro**.
v0.3.0
  • Quote-to-order conversion (`QuoteToOrder`) with admin row action and single-quote button.
  • Requires Estimate FREE 0.1.0 or later.
v0.2.0
  • PDF quote export per request (`QuotePdfGenerator`) with shared `QuoteRecordReader`.
  • Requires Estimate FREE 0.1.0 or later.
v0.1.0
  • Initial release: CSV export of quote requests.