Advanced option in migration plugin?

Can someone please remind me how to do a migration using the advanced options? I just tried a standard migration and got this screen and I’m not seeing what I can do to upgrade manually. I thought there was some option to do this somewhere?

1 Like

Ah… OK - I found it…

1 Like

If this is specifically for unsupported version numbers, you can ignore it to proceed with the migration:

add_filter( ‘classicpress_ignore_wp_version’, ‘__return_true’ );

2 Likes

Hooray… that works! I will write this down somewhere so I never need to ask again. :laughing:

2 Likes

We can bump that version, it was a minor release, no further testing should be needed, since we already support 5.8
I am not sure thou if that needs a new plugin release or can be done with API change
@MattyRob - do you know this?

3 posts were split to a new topic: Migration plugin documentation

@anon66243189 Support can be rolled out by updating the API alone.

I’ve created a PR for just this:

3 Likes

If anyone has done 5.8.1 migration to ClassicPress (including local), leave a comment on this pull request to help provide testing feedback so we can get this out as soon as possible.

1 Like