wordpress-to-jekyll-exporter

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

GPL-3.0 License

Stars
1K
Committers
25

Bot releases are visible (Hide)

wordpress-to-jekyll-exporter - v2.4.0 Latest Release

Published by benbalter 6 months ago

New Contributors

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

wordpress-to-jekyll-exporter -

Published by release-drafter[bot] over 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
wordpress-to-jekyll-exporter - 2.3.5

Published by release-drafter[bot] over 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
wordpress-to-jekyll-exporter - 2.3.4

Published by release-drafter[bot] over 2 years ago

  • Fix for missing vendor dependencies resulting in plugin initialization error (regression in 2.3.3)
  • New Crowdin updates (#276) @benbalter
wordpress-to-jekyll-exporter -

Published by release-drafter[bot] over 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
wordpress-to-jekyll-exporter -

Published by release-drafter[bot] over 3 years ago

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

wordpress-to-jekyll-exporter -

Published by release-drafter[bot] over 3 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
wordpress-to-jekyll-exporter -

Published by release-drafter[bot] over 5 years ago

  • Export drafts (#108) @ohadschn
  • Replace changelog with releases link (#118) @chmac
  • Preserve iframes (#125) @chmac
wordpress-to-jekyll-exporter -

Published by benbalter about 7 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
wordpress-to-jekyll-exporter -

Published by benbalter about 7 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
wordpress-to-jekyll-exporter - v2.2.0

Published by benbalter almost 8 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
wordpress-to-jekyll-exporter - v2.1.1

Published by benbalter almost 9 years ago

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

wordpress-to-jekyll-exporter - v2.1.0

Published by benbalter almost 9 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
wordpress-to-jekyll-exporter - Zippy 2.1

Published by benbalter almost 10 years ago

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

wordpress-to-jekyll-exporter -

Published by benbalter almost 10 years ago

  • Update to latest version of Markdownify, Spyc
  • Use Zippy rather than ZipArchive
  • Use Composer to vendor dependencies
  • Automated tests
wordpress-to-jekyll-exporter - v1.3

Published by benbalter almost 10 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
wordpress-to-jekyll-exporter -

Published by benbalter almost 10 years ago

  • Commmand-line support, props @ghelleks and @scribu
wordpress-to-jekyll-exporter -

Published by benbalter almost 10 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
wordpress-to-jekyll-exporter -

Published by benbalter almost 10 years ago

Initial Release

Badges
Extracted from project README
CI PRs Welcome
Related Projects