File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
plugins/wpgraphql-logging Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments