Skip to content

v1.9.4

Choose a tag to compare

@Dierks27 Dierks27 released this 26 May 21:51
· 10 commits to main since this release
eff3d60
v1.9.4 — Hotfix: inverse fulfillment query for tracking display (#10)

v1.9.3 read _fishotel_fulfillment_sources off the fulfillment, but per the theme the link lives on the SOURCE (_fishotel_fulfilled_by_order). The cache on the fulfillment can be empty or stale, leaving FF-34197 / FF-34202 rendering "—" in the Tracking column. Switch to an inverse wc_get_orders() query against _fishotel_fulfilled_by_order, and explicitly include every registered order status so sources in custom statuses (wc-shipped, etc.) still surface. Same dedupe-by-tracking-number, same kill switch.