Wordpress To Jekyll Exporter Versions Save

One-click WordPress plugin that converts all posts, pages, taxonomies, metadata, and settings to Markdown and YAML which can be dropped into Jekyll (or Hugo or any other Markdown and YAML based site engine).

v2.2.0

7 years ago
  • Updated dependencies to fix incompatibility with WordPress 4.6
  • Code now meets and enforces WordPress coding standards
  • Direct export of Wordpress Jetpack Markdown (#73, props @PedroLamas)
  • Include post featured image in post metadata (#76, props @PedroLamas)
  • Added more hooks (#84, props @dphiffer)
  • Dropped support for PHP < 5.5
  • Dropped support for WordPress < 4.4

v2.1.1

8 years ago

Fix for missing dependencies in WordPress.org distributed version (I blame SVN).

2.1.0

8 years ago
  • New: Add post ID and GUID to exported metadata (#43, #45, props @kennethkalmer)
  • New: Include date in exported metadata (#61, props @blalor)
  • New: Export links as inline links, rather than references
  • New: Add support for custom post types
  • New: Support for exporting hierarchical pages
  • Improved: Export pages as files, not directories
  • Improved: Documentation fixes
  • Improved: Better error output on PHP versions < 5.3
  • Improved: Update third-party dependencies
  • Improved: Expanded and updated test suite
  • Security: Prevent CLI from being called via web

2.0.1

9 years ago

Fix for uncaught exception on export due to Zippy incompatability (https://github.com/benbalter/wordpress-to-jekyll-exporter/issues/41)

v2.0

9 years ago
  • Update to latest version of Markdownify, Spyc
  • Use Zippy rather than ZipArchive
  • Use Composer to vendor dependencies
  • Automated tests

v1.3

9 years ago
  • Use fork of Markdownify rather than external API to convert content from HTML to markdown
  • Better memory utilization for larger sites, props @ghelleks

v1.2

9 years ago
  • Commmand-line support, props @ghelleks and @scribu

v1.1

9 years ago
  • Use WP_Filesystem for better compatability
  • 1.1.1 - Use heckyeahmarkdown to prevent PHP errors when Markdownify chokes on malformed HTML
  • 1.1.2 - clarify zip.so requirement in readme

v1.0

9 years ago

Initial Release