Skip to content

Releases: WordPress/wordpress-importer

0.9.4

10 Oct 20:53
e97ffd3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.3...0.9.4

0.9.3

27 Sep 11:42
ff524ca

Choose a tag to compare

What's Changed

  • Remove the /* no condition */ comments from Punycode.php by @adamziel in #218
  • Rewrite attachment URLs to the new URL structure by @adamziel in #220
  • Bump the version number to 0.9.3 by @adamziel in #222

Full Changelog: 0.9.2...0.9.3

0.9.2

19 Sep 11:40
3df6895

Choose a tag to compare

What's Changed

Full Changelog: 0.9.1...0.9.2

0.9.1

17 Sep 10:48
93c726a

Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.9.1

0.9.0

05 Sep 05:49
7fb05b1

Choose a tag to compare

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

25 Mar 13:57
318c1ec

Choose a tag to compare

  • Fix a bug on deserialization of untrusted input.
  • Update compatibility tested-up-to to WordPress 6.7.2.

Version 0.8.3

22 Oct 09:32
9ad1870

Choose a tag to compare

  • Update compatibility tested-up-to to WordPress 6.7.
  • Update call to post_exists to include post_type in the query
  • PHP 8.4 compatibility fixes.

Version 0.8.2

16 Jan 07:08
8b76ec0

Choose a tag to compare

  • Update compatibility tested-up-to to WordPress 6.4.2.
  • Update doc URL references.
  • Adjust workflow triggers.

Version 0.8.1

28 Apr 07:08
576c5b7

Choose a tag to compare

  • Update compatibility tested-up-to to WordPress 6.2.

Version 0.8

29 Sep 04:44
b9f9b28

Choose a tag to compare

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