From 7ffccc684ade4c58b99c0a2bb4950427758b1393 Mon Sep 17 00:00:00 2001 From: Hardeep Asrani Date: Wed, 26 Nov 2025 21:31:37 +0530 Subject: [PATCH] chore: update neve compatibility --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 2eb04c23d6..79fc9288c8 100644 --- a/functions.php +++ b/functions.php @@ -112,7 +112,7 @@ function ( $compatibilities ) { $compatibilities['NevePro'] = [ 'basefile' => defined( 'NEVE_PRO_BASEFILE' ) ? NEVE_PRO_BASEFILE : '', 'required' => '2.9', - 'tested_up' => '3.1', + 'tested_up' => '3.2', ]; return $compatibilities;