Releases: WordPress/wordpress-importer
Releases ยท WordPress/wordpress-importer
0.9.4
What's Changed
- Fix PHP 8.3 compatibility warnings in regex parser by @prab18hat in #224
- Preserve self-closing block notation when rewriting URLs by @adamziel in #226
- Version 0.9.4 bump by @adamziel in #227
New Contributors
- @prab18hat made their first contribution in #224
Full Changelog: 0.9.3...0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
What's Changed
- Expand unit test coverage of XML parsers by @adamziel in #189
- WXR_Parser_XML_Processor: An all-PHP WXR parser by @adamziel in #190
- Add E2E tests for importing WXR files by @adamziel in #195
- Use WXR_Parser_XML_Processor as the fallback instead of WXR_Parser_Regex by @adamziel in #199
- Run E2E tests for every parser, including WXR_Parser_XML_Processor by @adamziel in #197
- Bump version to 0.9.0 by @adamziel in #200
New Contributors
Full Changelog: 0.8.4...0.9.0
Version 0.8.4
- Fix a bug on deserialization of untrusted input.
- Update compatibility tested-up-to to WordPress 6.7.2.
Version 0.8.3
- Update compatibility tested-up-to to WordPress 6.7.
- Update call to
post_existsto includepost_typein the query - PHP 8.4 compatibility fixes.
Version 0.8.2
- Update compatibility tested-up-to to WordPress 6.4.2.
- Update doc URL references.
- Adjust workflow triggers.
Version 0.8.1
- Update compatibility tested-up-to to WordPress 6.2.
Version 0.8
- Update minimum WordPress requirement to 5.2.
- Update minimum PHP requirement to 5.6.
- Update compatibility tested-up-to to WordPress 6.0.
- PHP 8.0, 8.1, and 8.2 compatibility fixes.
- Fix a bug causing blank lines in content to be ignored when using the Regex Parser.
- Fix a bug resulting in a PHP fatal error when IMPORT_DEBUG is enabled and a category creation error occurs.
- Improved Unit testing & automated testing.