Skip to content

Commit 21c1932

Browse files
committed
chore: update compatibility flag
1 parent 4cd5475 commit 21c1932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function () {
163163
$compatibilities['VisualizerPRO'] = array(
164164
'basefile' => defined( 'VISUALIZER_PRO_BASEFILE' ) ? VISUALIZER_PRO_BASEFILE : '',
165165
'required' => '1.8',
166-
'tested_up' => '1.14',
166+
'tested_up' => '2.0',
167167
);
168168
return $compatibilities;
169169
}

0 commit comments

Comments
 (0)