From f1d668ce79040658c4aedc188b6136bc5696eda4 Mon Sep 17 00:00:00 2001 From: Adrian Tobey Date: Mon, 2 Sep 2024 19:20:00 -0400 Subject: [PATCH] Bump the required core version --- groundhogg-companies.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundhogg-companies.php b/groundhogg-companies.php index 1bf97a6..75b9ab9 100644 --- a/groundhogg-companies.php +++ b/groundhogg-companies.php @@ -46,7 +46,7 @@ define( 'GROUNDHOGG_COMPANIES_REQUIRED_WP_VERSION', '5.0' ); define( 'GROUNDHOGG_COMPANIES_REQUIRED_PHP_VERSION', '7.1' ); -define( 'GROUNDHOGG_COMPANIES_REQUIRED_CORE_VERSION', '3.5.2' ); +define( 'GROUNDHOGG_COMPANIES_REQUIRED_CORE_VERSION', '3.6' ); // Check PHP and WP are up to date! if ( check_wp_version() && check_php_version() ){