Skip to content

Zorderz v1.7.1 — display fix on the 1.7 workflow release

Choose a tag to compare

@CarletonTorpin CarletonTorpin released this 25 Aug 00:34
· 10 commits to main since this release
e44c5ce

Zorderz v1.7.1 — display fix on the 1.7 workflow release

A point release over v1.7.0 — the workflow release (the Zdz_Flow spine and Projects, the Dot Plot app, the update-an-estimate path, schedule inference, and the reliability substrate that ends the worker-exhaustion 502s). 1.7.1 fixes a display bug found during live verification and brings the two artifacts back into version lockstep. No database, schema, or REST changes — a straight upgrade over 1.7.0.

Install / upgrade

Zorderz ships as two artifacts that upgrade together. Install or upgrade the theme first, then the apps — the ordering matters and is not enforced by WordPress.

  1. zorderz-theme-1.7.1.zip — the platform kernel and Core services
  2. zorderz-apps-1.7.1.zip — the 19-app bundle

Fixed

  • Estimates widget rendered dark-on-dark. The Estimates widget styled its text with a --zdz-* CSS-variable namespace the theme never defines, so on the dark dashboard it fell back to hardcoded light-mode colors — the customer name, every line item and price, the typed textarea text, and the open/history cards were all near-invisible. Repointed to the theme's real --sys-* design tokens, so the widget is theme-aware across light, dark, sunlight, and system. Isolated to this one widget; every other app already used the correct tokens.

Changed

  • Apps-bundle plugin header corrected to 19 apps (adds Dot Plot to the list) and moved to 1.7.1, in lockstep with the theme.

Notes

  • Full CI is green on this release, and the published zips are the exact artifacts verified clean by the private tenant-data scan.
  • For everything the 1.7 line adds — Flow, Projects, Dot Plot, the update-estimate path, schedule inference, and the 502 fix — see the v1.7.0 release notes.
  • Verified live end to end on a fresh WordPress install before release.