Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/wordpress-importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wordpress-importer.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
* Plugin Name: WordPress Importer Git loader
* Version: 0.9.3
* Version: 0.9.4
*/

// This file is included purely for those using Git and checking out directly into wp-content/plugins/wordpress-importer/
Expand Down