Releases: benbalter/wordpress-to-jekyll-exporter
Releases · benbalter/wordpress-to-jekyll-exporter
v2.4.1
What's Changed
- Added docs for Custom fields by @kevinpapst in #320
- fix passing ID instead of id by @kevinpapst in #323
- Bump actions/cache from 3 to 4 by @dependabot in #315
- Bump isbang/compose-action from 1.5.1 to 2.0.1 by @dependabot in #318
- Bump peter-evans/create-pull-request from 5 to 6 by @dependabot in #316
- fixed passing the Post object instead of the id by @kevinpapst in #321
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #314
- Update yoast/phpunit-polyfills requirement from ^1.0 to ^2.0 by @dependabot in #317
New Contributors
- @kevinpapst made their first contribution in #320
Full Changelog: v2.4.0...v2.4.1
v2.4.0
- 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
- @onyxmueller made their first contribution in #284
- @Alberdi made their first contribution in #290
Full Changelog: 2.3.6...v2.4.0
2.3.6
2.3.5
- 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
- Fix for missing vendor dependencies resulting in plugin initialization error (regression in 2.3.3)
- New Crowdin updates (#276) @benbalter
2.3.3
- Replace deprecated libraries with more modern alternatives (#273) @benbalter
- Replace
spyc
withsymfony/yaml
- Replace
markdownify
withleague/html-to-markdown
- Replace
- 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
Fix for failed to open stream: No such file or directory
error upon activation.
2.3.1
- 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