Skip to content

Commit d807b09

Browse files
committed
Updated min version.
1 parent 2cf038b commit d807b09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/wpgraphql-logging/wpgraphql-logging.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ static function (): void {
144144
* Display an admin notice if the PHP version is not met.
145145
*/
146146
function wpgraphql_logging_plugin_admin_notice_min_php_version(): void {
147-
if ( version_compare( PHP_VERSION, '8.1', '>=' ) ) {
147+
if ( version_compare( PHP_VERSION, '8.1.2', '>=' ) ) {
148148
return;
149149
}
150150

@@ -155,7 +155,7 @@ static function (): void {
155155
<div class="error notice">
156156
<p>
157157
<?php
158-
echo 'PHP ' . PHP_VERSION . ' is not supported. Please upgrade to PHP 8.1 or higher in order to use WPGraphQL Logging Plugin.';
158+
echo 'PHP ' . PHP_VERSION . ' is not supported. Please upgrade to PHP 8.1.2 or higher in order to use WPGraphQL Logging Plugin.';
159159
?>
160160
</p>
161161
</div>

0 commit comments

Comments
 (0)