Skip to content

Commit

Permalink
Update version to 0.8.3 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaerl authored Oct 17, 2024
1 parent 671c34a commit 8f86f96
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 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.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

Expand Down Expand Up @@ -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.
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.8.2
* Version: 0.8.3
* Requires at least: 5.2
* Requires PHP: 5.6
* 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.8.2
* Version: 0.8.3
*/

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

0 comments on commit 8f86f96

Please sign in to comment.