Skip to content

Commit 3d73533

Browse files
release: v4.2.1
- Fixed redundant compatibility notice appearing in plugin screen
2 parents 02fc7a4 + 7ffccc6 commit 3d73533

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function ( $compatibilities ) {
112112
$compatibilities['NevePro'] = [
113113
'basefile' => defined( 'NEVE_PRO_BASEFILE' ) ? NEVE_PRO_BASEFILE : '',
114114
'required' => '2.9',
115-
'tested_up' => '3.1',
115+
'tested_up' => '3.2',
116116
];
117117

118118
return $compatibilities;

0 commit comments

Comments
 (0)