Skip to content

Releases: benbalter/wordpress-to-jekyll-exporter

v2.4.0

18 Apr 18:58
5333f4b
Compare
Choose a tag to compare
  • Export future posts to _posts by @Alberdi in #290
  • update documentation links to work on github.com and locally by @onyxmueller in #284
  • Update dependencies

New Contributors

Full Changelog: 2.3.6...v2.4.0

2.3.6

27 Jan 19:53
2f058d9
Compare
Choose a tag to compare
  • 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

26 Jan 20:32
ca63099
Compare
Choose a tag to compare
  • 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

26 Jan 20:06
553d8d0
Compare
Choose a tag to compare
  • Fix for missing vendor dependencies resulting in plugin initialization error (regression in 2.3.3)
  • New Crowdin updates (#276) @benbalter

2.3.3

26 Jan 17:48
f6ebee6
Compare
Choose a tag to compare
  • 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

10 Jun 00:07
969cf90
Compare
Choose a tag to compare

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

2.3.1

05 Jun 22:25
2b82e27
Compare
Choose a tag to compare

2.3.0

14 Feb 21:01
9fb2005
Compare
Choose a tag to compare

v2.2.3

29 Aug 16:51
aee9483
Compare
Choose a tag to compare
  • 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

26 Aug 19:48
b33e25b
Compare
Choose a tag to compare
  • 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