Skip to content

Commit

Permalink
bump compatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed Dec 12, 2024
1 parent 58f61fd commit 6ddbd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feedzy-rss-feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function run_feedzy_rss_feeds() {
$compatibilities['FeedzyPRO'] = array(
'basefile' => defined( 'FEEDZY_PRO_BASEFILE' ) ? FEEDZY_PRO_BASEFILE : '',
'required' => '2.4',
'tested_up' => '2.5',
'tested_up' => '3.0',
);
return $compatibilities;
}
Expand Down

0 comments on commit 6ddbd5a

Please sign in to comment.