diff --git a/src/readme.txt b/src/readme.txt index a2f7cba..cb3e13c 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.7 Requires PHP: 5.6 -Stable tag: 0.8.2 +Stable tag: 0.8.3 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -40,6 +40,11 @@ If you would prefer to do things manually then follow these instructions: == Changelog == += 0.8.3 = + +* Update compatibility tested-up-to to WordPress 6.7. +* Update call to `post_exists` to include `post_type` in the query + = 0.8.2 = * Update compatibility tested-up-to to WordPress 6.4.2. diff --git a/src/wordpress-importer.php b/src/wordpress-importer.php index f65825b..8b829bf 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.8.2 + * Version: 0.8.3 * Requires at least: 5.2 * Requires PHP: 5.6 * Text Domain: wordpress-importer diff --git a/wordpress-importer.php b/wordpress-importer.php index 9fa5797..64621ff 100644 --- a/wordpress-importer.php +++ b/wordpress-importer.php @@ -1,7 +1,7 @@