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.4.0

1 week ago

New Contributors

Full Changelog: https://github.com/benbalter/wordpress-to-jekyll-exporter/compare/2.3.6...v2.4.0

2.3.6

2 years ago
  • Only vendor non-development dependencies
  • Added an integration test (#282) to ensure the plugin installs and can export on a fresh WordPress install to prevent regressions like #281

2.3.5

2 years ago
  • Requires PHP >= 7.2.5 (for older version of PHP use version 2.3.4 of the plugin)
  • Update dependency versions (HTML-to-Markdown and YAML)
  • Support for exporting HTML tables as Markdown tables

2.3.4

2 years ago
  • Fix for missing vendor dependencies resulting in plugin initialization error (regression in 2.3.3)
  • New Crowdin updates (#276) @benbalter

2.3.3

2 years ago
  • Replace deprecated libraries with more modern alternatives (#273) @benbalter
    • Replace spyc with symfony/yaml
    • Replace markdownify with league/html-to-markdown
  • Bump phpunit/phpunit from 7.5.20 to 9.5.13 (#270) @dependabot
  • Update POT file (#274) @github-actions
  • Add PHPUnit polyfill (#272) @benbalter
  • Bump squizlabs/php_codesniffer from 3.6.0 to 3.6.1 (#244) @dependabot

2.3.2

2 years ago

Fix for failed to open stream: No such file or directory error upon activation.

2.3.1

2 years ago
  • Upgrade to GitHub-native Dependabot (#233) @dependabot-preview
  • Bump dealerdirect/phpcodesniffer-composer-installer from 0.5.0 to 0.7.0 (#204) @dependabot-preview
  • Bump wp-coding-standards/wpcs from 2.2.0 to 2.3.0 (#198) @dependabot-preview
  • removed file.php include from cli (#189) @DevoKun
  • Fix infinite recursion in copy_recursive() (#180) @gabrielmdeal
  • fix documentation for custom post types & misc readme improvements fo… (#178) @dannyvankooten
  • Fix more information links (#134) @akshatkedia

2.3.0

5 years ago
  • Export drafts (#108) @ohadschn
  • Replace changelog with releases link (#118) @chmac
  • Preserve iframes (#125) @chmac

v2.2.3

6 years ago
  • Better Azure support (props @ohadschn)
  • Better support for relative paths (#104, props @ohadschn)
  • Ability to specify local development database password (#105, props @ohadschn)
  • Hard coded zip flags for better compatibility
  • Updated documentation

v2.2.1

6 years ago
  • Add buffering on export to prevent output corruption (@assumptionsoup, #94)
  • Remove errors when no terms found (@fuzzy76, #97)
  • Fix convert_uploads to handdle HTTPS urls (@ohadschn, #95)
  • Fix for temp dir not properly being formed on Azure (@ohadschn, #95)
  • Remove dependency on Zippy (@ohadschn, #96)
  • Improved documentation
  • Add POT file
  • Require PHP >= 5.6
  • Update vendored files