From 04b5fea7e04dff8ddc7c7d93921b0f241847f344 Mon Sep 17 00:00:00 2001 From: James Nylen Date: Tue, 14 Jan 2020 02:53:54 +0000 Subject: [PATCH] Version 1.2.0 --- README.md | 11 +++++++++++ switch-to-classicpress.php | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7e84e3..a96795e 100644 --- a/README.md +++ b/README.md @@ -169,3 +169,14 @@ supports migrating multisite WordPress installations to ClassicPress. ([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)) + +### 1.2.0 + +- Add translation files and translate the plugin into Russian + ([details](https://github.com/ClassicPress/ClassicPress-Migration-Plugin/pull/60)) +- Fix an issue with incorrect upgrade notices appearing immediately after a + custom migration + ([details](https://github.com/ClassicPress/ClassicPress-Migration-Plugin/issues/62)) +- Fix an issue with stale WordPress news items appearing in the dashboard after + migrating to ClassicPress + ([details](https://github.com/ClassicPress/ClassicPress-Migration-Plugin/issues/67)) diff --git a/switch-to-classicpress.php b/switch-to-classicpress.php index f631747..169de5c 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.1.0 + * Version: 1.2.0 * Author: ClassicPress * Author URI: https://www.classicpress.net * License: GPLv2 or later