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_Querywithposts_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.