Skip to content

v1.0.2 — Fix bar resetting to 0

Latest

Choose a tag to compare

@ofelpsweb ofelpsweb released this 27 Feb 19:19

v1.0.2 — Fix: Bar Resetting to 0%

Bug Fixes

  • AJAX handler now supports both data modessheets_cell (read cell value) and sheets_rows (count rows) were both routing to get_cell_value(), causing row-count mode to always return 0
  • JS passes source and range as separate params — PHP backend now correctly dispatches to count_rows() when source is sheets_rows
  • Resilient refresh — on AJAX failure (network error, expired nonce, API error), the bar keeps its last known value instead of resetting to 0%