Changelog

What's new.

Free plugin release notes. Each entry is tagged with the change type.

v1.3.37
4 Jun 2026

Insight Dashboard timeline now surfaces payment events and rule execu...

  • fixInsight Dashboard timeline now surfaces payment events and rule execution labels correctly
  • fixProcess group status correctly shows the highest-priority outcome — error takes precedence over success and info
  • fixTimeline height cutoff and "Unknown Rule" labels resolved in process group view
v1.3.36
31 May 2026

changelog.txt now included in release zip

  • chgchangelog.txt now included in release zip
v1.3.35
29 May 2026

Insight Dashboard showed raw dot-notation strings (e.g. `core.log.eve...

  • fixInsight Dashboard showed raw dot-notation strings (e.g. core.log.event.order_completed) instead of English labels — load_plugin_textdomain() was never called so the bundled translation file was never loaded
  • fixRefundDeletionDiagnostics::build_summary() passed translation keys directly to sprintf() without __(), so refund and deletion event summaries were never translated regardless of locale
  • fix6 missing translation entries for _simple and order_refunded event keys added to en_US.po; .mo recompiled
v1.3.34
29 May 2026

Insight Dashboard loading error caused by Alpine.js defer timing race...

  • fixInsight Dashboard loading error caused by Alpine.js defer timing race condition
v1.3.33
29 May 2026

HPOS order meta lookups now use `wc_get_orders()` instead of raw SQL ...

  • fixHPOS order meta lookups now use wc_get_orders() instead of raw SQL with wrong table and column names — all three lookup methods silently returned empty results on every HPOS store
  • fixRemoved phantom find_order_by_meta_hpos_optimized() call that threw a fatal Error (caught silently) on every transaction ID lookup for HPOS stores
  • fixDirect get_post_meta() calls on order and refund IDs in event processing and refund diagnostics replaced with WC CRUD API — correct behaviour for full HPOS mode without compatibility mode
v1.3.31
28 May 2026

Add Order Note action is now available in the free plugin

  • addAdd Order Note action is now available in the free plugin
v1.3.30
28 May 2026

Automated WP/WC compatibility matrix testing integrated into the rele...

  • chgAutomated WP/WC compatibility matrix testing integrated into the release pipeline
v1.3.29
26 May 2026

Dedicated Settings page — configure log retention, auto-refresh int...

  • addDedicated Settings page — configure log retention, auto-refresh interval, display theme, and per-page log count from one place
  • addCustom Rules List page — search, status filter, bulk activate/deactivate/trash, and per-rule execution stats replace the native WordPress list table
  • addComponent icons — all rule builder triggers, conditions, and actions now display an icon in the picker and on the canvas
  • chgFull admin UI overhaul — new design system with consistent spacing, typography, color tokens, and dark mode across all admin pages
  • chgInsight Dashboard — bookmarkable filter URLs, filter pane density, improved dark mode compatibility
  • chgRule Builder — component icon rendering, responsive outer layout, breadcrumb wrapping
  • chgDiagnostics page — verbose category sections, left-aligned output, restored detail pane content
  • fixOrderMetaManager cache key queries referenced a non-existent column in wp_options; replaced with md5-based in-memory keys
  • fixDiagnostics page debug console.log calls no longer appear in production browser consoles
v1.3.28
18 May 2026

Custom webhook connections in Insight Dashboard — configure a slug-...

  • addCustom webhook connections in Insight Dashboard — configure a slug-based webhook URL with none, bearer token, or HMAC-SHA256 authentication
  • addDiscount total source option for the Order Amount condition — rules can now compare the order's discount total against a threshold
  • addSite URL change detection — surfaces an admin notice when the site URL changes, with an Acknowledge button to dismiss
  • fixTimeline event ordering, parent-child hierarchy, and parent_id writing — resolves race conditions and ensures rule execution events nest correctly under their triggering business events
v1.3.27
26 Mar 2026

Rule Builder mobile responsivity — fixed broken responsive breakpoi...

  • chgRule Builder mobile responsivity — fixed broken responsive breakpoint, enlarged touch targets on mobile, and improved layout on narrow screens
  • chgRule Builder condition component summaries are now more descriptive and extensible
  • chgInsight Dashboard mobile responsivity and several UI improvements
  • fixGateway adapter validation no longer blocked by missing log method
v1.3.26
16 Mar 2026

Critical error on page load caused by database safety check running e...

  • fixCritical error on page load caused by database safety check running even when no update was needed
v1.3.25
15 Mar 2026

Log event source attribution in the Insights dashboard

  • fixInsight dashboard filter pane display issues
  • chgLog event source attribution in the Insights dashboard
  • chgTranslations and i18n string coverage
v1.3.24
14 Mar 2026

Initial release on WordPress.org

  • chgInitial release on WordPress.org
v1.3.23
24 Feb 2026

Initial release on WordPress.org

  • chgInitial release on WordPress.org