diff --git a/src/readme.txt b/src/readme.txt index 3278321..c76de13 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.4.2 Requires PHP: 5.6 -Stable tag: 0.8.1 +Stable tag: 0.8.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -40,6 +40,12 @@ If you would prefer to do things manually then follow these instructions: == Changelog == += 0.8.2 = + +* Update compatibility tested-up-to to WordPress 6.4.2. +* Update doc URL references. +* Adjust workflow triggers. + = 0.8.1 = * Update compatibility tested-up-to to WordPress 6.2. diff --git a/src/wordpress-importer.php b/src/wordpress-importer.php index b0e9fee..88cf9c6 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.1 + * Version: 0.8.2 * Requires at least: 5.2 * Requires PHP: 5.6 * Text Domain: wordpress-importer diff --git a/wordpress-importer.php b/wordpress-importer.php index 6dcad9d..f3d4515 100644 --- a/wordpress-importer.php +++ b/wordpress-importer.php @@ -1,7 +1,7 @@