From eac6c15ab4b1b15406c17690d0c5c5b057b457b9 Mon Sep 17 00:00:00 2001 From: Wade Date: Wed, 4 Aug 2021 08:14:16 -0400 Subject: [PATCH] Version Bump (#75) --- README.md | 7 +++++++ switch-to-classicpress.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3b2a39..008593f 100644 --- a/README.md +++ b/README.md @@ -184,3 +184,10 @@ supports migrating multisite WordPress installations to ClassicPress. - 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)) + + +### 1.3.0 + +- Add Plugin and Theme check sections + ([details](https://github.com/ClassicPress/ClassicPress-Migration-Plugin/pull/74)) + diff --git a/switch-to-classicpress.php b/switch-to-classicpress.php index 169de5c..f1303eb 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.2.0 + * Version: 1.3.0 * Author: ClassicPress * Author URI: https://www.classicpress.net * License: GPLv2 or later