Releases: lonekorean/wordpress-export-to-markdown
Releases · lonekorean/wordpress-export-to-markdown
v2.2.5
- Preserve
<figure>
and<figcaption>
when both are present
Full Changelog: v2.2.4...v2.2.5
v2.2.4
- Preserve the WordPress "more" separator
Full Changelog: v2.2.3...v2.2.4
v2.2.3
- Fix for "Invalid date" being inserted into file/folder names when
custom_date_formatting
is used - Updated luxon dependency
- Refreshed package-lock.json to address vulnerabilities
Full Changelog: v2.2.2...v2.2.3
v2.2.2
- Fixes bug where images are not scraped from custom post types and pages
v2.2.1
- Node version check, to give a more helpful error message
- Added a note to readme
v2.2.0
- New wizard option to include the
"page"
post type and/or custom post types in the results - No longer downloads/resaves files that have already been saved (basically resumes progress when script needs to be rerun)
- Updated markdown parser dependency to run faster and more efficiently
- Improved encoding/decoding, especially with URLs that have special characters
v2.1.1
- Fix encoding/decoding of post slugs, categories, tags, and image filenames
v2.1.0
- Import categories
- Import tags
- Support for formatting date to date only, date and time, or a custom formatting string
- Added setting to filter categories
- Convert tables to github markdown
v2.0.6
- Set user agent when downloading images to prevent 403 error with some servers
v2.0.5
- Fix issue where images are sometimes not correctly attached as a post's cover image
- Update deps to fix vulnerability