You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POSSIBLY BREAKING: Remove handling of custom post meta
If you were relying on WPGHS to export custom post meta, use wpghs_post_meta filter & wpghs_pre_import_meta to handle the meta yourself. See the [documentation][] for more information.
Switch from sanitize_title to sanitize_file_name.
This should ensure better fidelity to the original filename.
Don't export post_date if post isn't published.
post_date means the time the post was published. If it's not published, it shouldn't have a post_date.
Overwrite post_date from markdown, allowing remote user to modify publish date.