Skip to content

Commit

Permalink
Support switching from WP 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nylen committed Jan 15, 2019
1 parent 9d18ef1 commit 0c75b93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ and beyond, but they will all be optional and fully backwards-compatible.

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

This plugin currently supports migrating from WordPress 4.9.0 through 5.0.2, as
This plugin currently supports migrating from WordPress 4.9.0 through 5.0.3, as
well as a few newer development versions.

If you would like to migrate from a different version of WordPress **at your
Expand Down
2 changes: 1 addition & 1 deletion lib/admin-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ function classicpress_check_can_migrate() {
// More versions can be added after they are confirmed to work.
global $wp_version;
$wp_version_min = '4.9.0';
$wp_version_max = '5.0.2';
$wp_version_max = '5.0.3';
$wp_version_check_intro_message = sprintf( __(
/* translators: 1: minimum supported WordPress version, 2: maximum supported WordPress version */
'This plugin supports WordPress versions <strong>%1$s</strong> to <strong>%2$s</strong> (and some newer development versions).',
Expand Down
2 changes: 1 addition & 1 deletion switch-to-classicpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://github.com/ClassicPress/ClassicPress-Migration-Plugin
* Description: Switch your WordPress installation to ClassicPress.
* Version: 0.5.1
* Tested up to: 5.0.2
* Tested up to: 5.0.3
* Author: ClassicPress
* Author URI: https://www.classicpress.net
* License: GPLv2 or later
Expand Down

0 comments on commit 0c75b93

Please sign in to comment.