diff --git a/README.md b/README.md index c00e7ad..e7e84e3 100644 --- a/README.md +++ b/README.md @@ -162,3 +162,10 @@ supports migrating multisite WordPress installations to ClassicPress. - 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. + +### 1.1.0 + +- Change pre-existing `composer.json` from an error to a warning + ([details](https://github.com/ClassicPress/ClassicPress-Migration-Plugin/issues/61)) +- Minor fix for disorganized/jumbled output in some cases + ([details](https://github.com/ClassicPress/ClassicPress-Migration-Plugin/issues/59#issuecomment-495459514)) diff --git a/switch-to-classicpress.php b/switch-to-classicpress.php index 474d889..f631747 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: 1.0.1 + * Version: 1.1.0 * Author: ClassicPress * Author URI: https://www.classicpress.net * License: GPLv2 or later