Skip to content

Commit 8fd102b

Browse files
committed
Update readme
1 parent 4e7adf4 commit 8fd102b

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,27 @@ or
6464

6565
### How can I use this plugin with an unsupported version of WordPress?
6666

67-
This plugin currently supports migrating from WordPress 4.9.0 through 5.1.0, as
68-
well as a few newer development versions.
67+
This plugin currently supports migrating from WordPress versions starting at
68+
`4.9.0`.
69+
70+
We update the plugin as quickly as possible when a new version of WordPress
71+
comes out, but we do need to test each new version for compatibility with the
72+
plugin first.
6973

7074
If you would like to migrate from a different version of WordPress **at your
7175
own risk**, you can use the following code in your current theme's
7276
`functions.php` file or a mu-plugin to enable the migration:
7377

7478
`add_filter( 'classicpress_ignore_wp_version', '__return_true' );`
7579

80+
With each new WordPress release, it's very helpful for us to have multiple
81+
reports of whether the migration plugin works with the new version. You can
82+
use the filter above to test the migration process, and you can tell us about
83+
the results of your testing
84+
[on GitHub](https://github.com/ClassicPress/ClassicPress-Migration-Plugin/issues)
85+
or
86+
[on the support subforum for the migration plugin](https://forums.classicpress.net/c/support/migration-plugin).
87+
7688
### I need help with something else, what should I do?
7789

7890
Like all of ClassicPress, our support is a volunteer effort by the community.

0 commit comments

Comments
 (0)