diff --git a/README.md b/README.md index 5160a5b..be6d499 100644 --- a/README.md +++ b/README.md @@ -103,3 +103,9 @@ alpha release. Switches to ClassicPress `1.0.0-beta1` with working auto-updates. Also supports migrating multisite WordPress installations to ClassicPress. + +### 0.3.0 + +- Switches to ClassicPress `1.0.0-beta1` without an intermediate upgrade step. +- Changes "Upgrade" back to "Migrate" to avoid confusion with plugin updates. +- Removes the "Switch" link from the plugins page when running ClassicPress. diff --git a/readme.txt b/readme.txt index 148d0eb..24fbf7d 100644 --- a/readme.txt +++ b/readme.txt @@ -76,6 +76,12 @@ The initial public release of this plugin. Switches to an early ClassicPress al Switches to ClassicPress `1.0.0-beta1` with working auto-updates. Also supports migrating multisite WordPress installations to ClassicPress. += 0.3.0 = + +- Switches to ClassicPress `1.0.0-beta1` without an intermediate upgrade step. +- Changes "Upgrade" back to "Migrate" to avoid confusion with plugin updates. +- Removes the "Switch" link from the plugins page when running ClassicPress. + == Upgrade Notice == = 0.1.0 = @@ -85,3 +91,9 @@ The initial public release of this plugin. Switches to an early ClassicPress al = 0.2.0 = Switches to ClassicPress `1.0.0-beta1` with working auto-updates. Also supports migrating multisite WordPress installations to ClassicPress. + += 0.3.0 = + +- Switches to ClassicPress `1.0.0-beta1` without an intermediate upgrade step. +- Changes "Upgrade" back to "Migrate" to avoid confusion with plugin updates. +- Removes the "Switch" link from the plugins page when running ClassicPress. diff --git a/switch-to-classicpress.php b/switch-to-classicpress.php index 9ba47e8..ab1dc28 100644 --- a/switch-to-classicpress.php +++ b/switch-to-classicpress.php @@ -3,7 +3,7 @@ * Plugin Name: Switch to ClassicPress * Plugin URI: https://github.com/ClassicPress/ClassicPress-Migration-Plugin * Description: Switch your WordPress installation to ClassicPress. - * Version: 0.2.0 + * Version: 0.3.0 * Tested up to: 4.9 * Author: ClassicPress * Author URI: https://www.classicpress.net