summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-08-23 20:04:47 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-08-23 20:05:07 -0400
commit15ad975d807a98ec34a4fa4f4d31b1eff01c4be0 (patch)
tree8ce6d6cc75c1923a4860ca7ea969d30798652817 /plugins/wordpress-importer/readme.txt
parentUpdate plugin jetpack to 4.2.2 (diff)
downloadblogs-gentoo-15ad975d807a98ec34a4fa4f4d31b1eff01c4be0.tar.gz
blogs-gentoo-15ad975d807a98ec34a4fa4f4d31b1eff01c4be0.tar.bz2
blogs-gentoo-15ad975d807a98ec34a4fa4f4d31b1eff01c4be0.zip
Update plugin wordpress-importer to 0.6.3
Diffstat (limited to 'plugins/wordpress-importer/readme.txt')
-rw-r--r--plugins/wordpress-importer/readme.txt14
1 files changed, 11 insertions, 3 deletions
diff --git a/plugins/wordpress-importer/readme.txt b/plugins/wordpress-importer/readme.txt
index b326c820..3ad9c75d 100644
--- a/plugins/wordpress-importer/readme.txt
+++ b/plugins/wordpress-importer/readme.txt
@@ -1,10 +1,9 @@
=== WordPress Importer ===
Contributors: wordpressdotorg
-Donate link:
Tags: importer, wordpress
Requires at least: 3.0
-Tested up to: 3.6
-Stable tag: 0.6
+Tested up to: 4.6
+Stable tag: 0.6.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -39,6 +38,15 @@ If you would prefer to do things manually then follow these instructions:
== Changelog ==
+= 0.6.3 =
+* Add support for import term metadata.
+* Fix bug that caused slashes to be stripped from imported content.
+* Fix bug that caused characters to be stripped inside of CDATA in some cases.
+* Fix PHP notices.
+
+= 0.6.2 =
+* Add wp_import_existing_post filter. See: https://core.trac.wordpress.org/ticket/33721
+
= 0.6 =
* Support for WXR 1.2 and multiple CDATA sections
* Post aren't duplicates if their post_type's are different