Skip to content

Releases: lonekorean/wordpress-export-to-markdown

v2.4.0

22 May 13:21
Compare
Choose a tag to compare
  • Removes deprecated request and request-promise-native deps
  • Fixes downstream deprecation warnings thrown by node v22

Full Changelog: v2.3.7...v2.4.0

v2.3.7

01 Mar 17:58
Compare
Choose a tag to compare
  • Fix for malformed image URLs crashing the script

Full Changelog: v2.3.6...v2.3.7

v2.3.6

29 Feb 19:54
Compare
Choose a tag to compare
  • Added support for downloading and saving .webp images
  • Added advanced setting to disable strict SSL for working with self-signed servers

Full Changelog: v2.3.5...v2.3.6

v2.3.5

28 Feb 19:10
Compare
Choose a tag to compare
  • Updated README

Full Changelog: v2.3.4...v2.3.5

v2.3.4

27 Feb 23:22
Compare
Choose a tag to compare
  • Refactoring node engine version enforcement

Full Changelog: v2.3.3...v2.3.4

v2.3.3

27 Feb 17:40
b5f0fd7
Compare
Choose a tag to compare

Fix for when attachment is missing attachment_url (happens when saving images)

Full Changelog: v2.3.2...v2.3.3

v2.3.2

27 Feb 14:15
Compare
Choose a tag to compare

Full Changelog: v2.3.1...v2.3.2

v2.3.1

26 Feb 19:41
Compare
Choose a tag to compare
  • New frontmatter getters for excerpt, author, ID, type

Full Changelog: v2.3.0...v2.3.1

v2.3.0

25 Feb 17:13
Compare
Choose a tag to compare
  • Frontmatter has been rearchitected to be more extensible
    • Users can customize their frontmatter by editing frontmatter_fields in settings.js
    • Contributors can add new optional frontmatter fields, see frontmatter/example.js
  • New contributing guidelines
  • New optional frontmatter field for slug

Full Changelog: v2.2.6...v2.3.0

v2.2.6

22 Feb 19:53
4fb3f27
Compare
Choose a tag to compare
  • Preserve code blocks that are marked up as <pre> without a nested <code>. This adds support for WordPress syntax highlighting plug-ins that use this format.

Full Changelog: v2.2.5...v2.2.6