Skip to content

Releases: lonekorean/wordpress-export-to-markdown

v2.2.5

22 Feb 13:15
Compare
Choose a tag to compare
  • Preserve <figure> and <figcaption> when both are present

Full Changelog: v2.2.4...v2.2.5

v2.2.4

21 Feb 17:29
Compare
Choose a tag to compare
  • Preserve the WordPress "more" separator

Full Changelog: v2.2.3...v2.2.4

v2.2.3

20 Feb 18:35
Compare
Choose a tag to compare
  • 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

28 Feb 18:05
Compare
Choose a tag to compare
  • Fixes bug where images are not scraped from custom post types and pages

v2.2.1

24 Jan 18:21
Compare
Choose a tag to compare
  • Node version check, to give a more helpful error message
  • Added a note to readme

v2.2.0

30 Dec 21:03
acd2c21
Compare
Choose a tag to compare
  • 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

23 Dec 18:40
Compare
Choose a tag to compare
  • Fix encoding/decoding of post slugs, categories, tags, and image filenames

v2.1.0

22 Dec 19:10
Compare
Choose a tag to compare
  • 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

20 Dec 19:08
Compare
Choose a tag to compare
  • Set user agent when downloading images to prevent 403 error with some servers

v2.0.5

20 Dec 18:38
Compare
Choose a tag to compare
  • Fix issue where images are sometimes not correctly attached as a post's cover image
  • Update deps to fix vulnerability