File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 64
64
65
65
### How can I use this plugin with an unsupported version of WordPress?
66
66
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.
69
73
70
74
If you would like to migrate from a different version of WordPress ** at your
71
75
own risk** , you can use the following code in your current theme's
72
76
` functions.php ` file or a mu-plugin to enable the migration:
73
77
74
78
` add_filter( 'classicpress_ignore_wp_version', '__return_true' ); `
75
79
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
+
76
88
### I need help with something else, what should I do?
77
89
78
90
Like all of ClassicPress, our support is a volunteer effort by the community.
You can’t perform that action at this time.
0 commit comments