Skip to content

Commit

Permalink
Merge pull request #25 from RunOnFlux/develop
Browse files Browse the repository at this point in the history
force wp core updates to minor updates
  • Loading branch information
alihm authored Apr 4, 2024
2 parents d1d0ae4 + 86411a7 commit f8ef38f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wp-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ function getenv_docker( $env, $default ) {
//Disable WP_AUTO_UPDATE_CORE on slave nodes
define( 'WP_AUTO_UPDATE_CORE', false );
} else {
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
$is_slave = false;
$mysqli->close();
}
Expand Down

0 comments on commit f8ef38f

Please sign in to comment.