Skip to content

Commit 405bedb

Browse files
fix: use 2.9 for required in compatibility with NevePro
1 parent 5fd191b commit 405bedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function ( $compatibilities ) {
112112

113113
$compatibilities['NevePro'] = [
114114
'basefile' => defined( 'NEVE_PRO_BASEFILE' ) ? NEVE_PRO_BASEFILE : '',
115-
'required' => '3.0',
115+
'required' => '2.9',
116116
'tested_up' => '3.0',
117117
];
118118

0 commit comments

Comments
 (0)