From 224806c1cba86a11e803054cb3c94f9dc7b687d0 Mon Sep 17 00:00:00 2001 From: James Nylen Date: Thu, 20 Dec 2018 20:30:12 -0500 Subject: [PATCH] Update ClassicPress version to 1.0.0-beta2 --- lib/update.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/update.php b/lib/update.php index 413a1e9..3dc543e 100644 --- a/lib/update.php +++ b/lib/update.php @@ -210,8 +210,8 @@ function classicpress_override_upgrade_page() { add_filter( 'pre_http_request', 'classicpress_override_wp_checksums_api', 10, 3 ); // Set the migration build version and date. - $build_version = '1.0.0-beta1'; - $build_date = '20181122'; + $build_version = '1.0.0-beta2'; + $build_date = '20181220'; // Set `$_POST['version']` and `$_POST['locale']` with the same results // from our update data, so that `find_core_update` will return a result.