-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test plugin for WordPress 6.6.2 and 6.7-beta2 #174
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WordPress 6.7 is due to be released in ~1 month, It would be ideal if we could test and bump this to that instead.
Are you able to test with the latest Beta?
Good idea. There is no problem with testing with 6.7. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me.
@dd32 the update step didn't pass. Is it ok to create a |
#163 is the only change other than tested up to. If you think it's worthwhile, I guess a new minor can be released. Otherwise a plugins admin can bump the tested metadata manually. (I can't view the logs mobile, I assume the action failed for some mundane reason) |
Ok, thanks. It complains about other files that have been changed and nothing more.
|
This PR updates the
Tested up to
label to WordPress 6.7-beta2.Tested with WordPress 6.6.2 and 6.7-beta2
Tested with PHP
7.0
,7.4
,8.0
,8.2
,8.3
How to test:
wp-env
to test, if you haven't installed it, please visit wp-env for instructionsIt'll be easier to have a
.wp-env.json
file in the root folder. For example, if your root folder is blogger-importer, you can clone the plugin under this folder. Create a.wp-env.json
file; you can change the PHP version to the one you want to test with.Run
wp-env start
to spin up the WordPress.Navigate to
http://localhost:8888/wp-admin/admin.php?import=wordpress
and upload a file.Import the content using the download attachment option and without.. it can take a while if you have a lot of content. If the script timeout, you need to
set_time_limit
to a higher value.Check and see if the import works fine without errors and warnings.