Releases: lonekorean/wordpress-export-to-markdown
Releases · lonekorean/wordpress-export-to-markdown
v2.4.0
- Removes deprecated
request
andrequest-promise-native
deps - Fixes downstream deprecation warnings thrown by node v22
Full Changelog: v2.3.7...v2.4.0
v2.3.7
- Fix for malformed image URLs crashing the script
Full Changelog: v2.3.6...v2.3.7
v2.3.6
- 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
- Updated README
Full Changelog: v2.3.4...v2.3.5
v2.3.4
- Refactoring node engine version enforcement
Full Changelog: v2.3.3...v2.3.4
v2.3.3
Fix for when attachment
is missing attachment_url
(happens when saving images)
Full Changelog: v2.3.2...v2.3.3
v2.3.2
- New
custom_date_timezone
setting in settings.js
Full Changelog: v2.3.1...v2.3.2
v2.3.1
- New frontmatter getters for
excerpt
,author
,ID
,type
- Edit
frontmatter_fields
in settings.js to use
- Edit
Full Changelog: v2.3.0...v2.3.1
v2.3.0
- 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
- Users can customize their frontmatter by editing
- New contributing guidelines
- New optional frontmatter field for
slug
Full Changelog: v2.2.6...v2.3.0
v2.2.6
- 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