Skip to content

v1.5.6

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Jul 20:58
3e6554d

Changed

  • Bulk export screen: "posts per page" is now set via the native WordPress Screen Options panel instead of a custom dropdown, persisted the standard WordPress way (per-user meta tied to the screen option).
  • Bulk export screen: pagination now happens at the database level (WP_Query with posts_per_page/paged) for the filter combinations that don't require computing export status per post (no status filter, "Never exported", and the orphaned-posts view), instead of always loading every matching post into memory and slicing in PHP. The "Exported" and "Modified since export" filters keep the previous full-fetch behavior since their status can't be expressed as a database query.

For the full version history, see CHANGELOG.md.