From 50dbf0e73a71b4d8628bb7bf751101560ac2d36f Mon Sep 17 00:00:00 2001 From: James Nylen Date: Thu, 28 Mar 2019 15:14:48 -0500 Subject: [PATCH] Release version 1.0.1 --- README.md | 6 ++++++ switch-to-classicpress.php | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8d9564..c00e7ad 100644 --- a/README.md +++ b/README.md @@ -156,3 +156,9 @@ supports migrating multisite WordPress installations to ClassicPress. - Switch to ClassicPress `1.0.0` by default. - Add an advanced feature that allows switching to any version of WordPress or ClassicPress. + +### 1.0.1 + +- Load the supported WordPress version and the target ClassicPress version from + a remote API endpoint, so that a new release of the migration plugin is not + required with every new WordPress or ClassicPress release. diff --git a/switch-to-classicpress.php b/switch-to-classicpress.php index 8aedae3..474d889 100644 --- a/switch-to-classicpress.php +++ b/switch-to-classicpress.php @@ -3,8 +3,7 @@ * Plugin Name: Switch to ClassicPress * Plugin URI: https://github.com/ClassicPress/ClassicPress-Migration-Plugin * Description: Switch your WordPress installation to ClassicPress. - * Version: 1.0.0 - * Tested up to: 5.0.3 + * Version: 1.0.1 * Author: ClassicPress * Author URI: https://www.classicpress.net * License: GPLv2 or later