Skip to content

Commit

Permalink
Bump the required core version
Browse files Browse the repository at this point in the history
  • Loading branch information
tobeyadr committed Sep 2, 2024
1 parent adaf39b commit f1d668c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groundhogg-companies.php
Original file line number Diff line number Diff line change
Expand Up @@ -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() ){
Expand Down

0 comments on commit f1d668c

Please sign in to comment.