Skip to content

Native Tables & Charts 3.0.3

Choose a tag to compare

@bfrye26 bfrye26 released this 18 Aug 13:58
· 8 commits to main since this release

Fixed

  • Split legacy table import and shortcode replacement into separate resumable request phases.
  • Limited each request to one previously-unmigrated legacy table, preventing the initial import from exhausting reverse-proxy time limits.
  • Replaced wildcard searches across the full posts table with fixed 100-post primary-key scan windows.
  • Retained the 20-update and 12-second limits for post-content replacement.
  • Preserved table/post cursors, accumulated results, migration choices, backups, and rollback state across redirects.

Validation

  • Complete PHP smoke suite, including migration phase and bounded-query regressions
  • PHP syntax checks across the plugin
  • Frontend JavaScript tests
  • JavaScript syntax check