Behavior change
- Post revisions are no longer exported by default. Previously
revisionwas included in the default post types, which filled the_drafts/folder with duplicate copies of every post. To restore the old behavior, re-add'revision'via thejekyll_export_post_typesfilter.
Improvements
- Broadened the
convert_content()fallback to catch anyThrowable(not justInvalidArgumentException) from the HTML-to-Markdown converter, so an unexpected converter error falls back to the post's raw HTML instead of aborting the entire export. - Emit a
WP_DEBUG-gated warning when a public custom field shadows a reserved front matter key (e.g.layout,image,date), surfacing silent overrides. The override behavior itself is unchanged. - Internal: de-duplicated the raw-HTML fallback filters in
convert_content()and the reflection boilerplate inColspanTableConverter.
Full Changelog: v4.0.4...v4.1.0