diff --git a/src/readme.txt b/src/readme.txt index fac1cf16..5333662e 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -5,7 +5,7 @@ Tags: importer, wordpress Requires at least: 5.2 Tested up to: 6.8 Requires PHP: 7.2 -Stable tag: 0.9.3 +Stable tag: 0.9.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -40,6 +40,9 @@ If you would prefer to do things manually then follow these instructions: == Changelog == += 0.9.4 = +* Fix a bug that caused self-closing blocks to be incorrectly serialized during URL rewriting. + = 0.9.3 = * Rewrite attachment URLs to the new URL structure diff --git a/src/wordpress-importer.php b/src/wordpress-importer.php index cc0b2ca6..35e27f32 100644 --- a/src/wordpress-importer.php +++ b/src/wordpress-importer.php @@ -6,7 +6,7 @@ * Description: Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file. * Author: wordpressdotorg * Author URI: https://wordpress.org/ - * Version: 0.9.3 + * Version: 0.9.4 * Requires at least: 5.2 * Requires PHP: 7.2 * Text Domain: wordpress-importer diff --git a/wordpress-importer.php b/wordpress-importer.php index 5634c438..54315bff 100644 --- a/wordpress-importer.php +++ b/wordpress-importer.php @@ -1,7 +1,7 @@