Skip to content

Commit

Permalink
release: small fixes
Browse files Browse the repository at this point in the history
### Improvements
- **Updated internal dependencies**
  • Loading branch information
preda-bogdan committed Jan 30, 2024
2 parents 514b10e + 3ca860a commit 240cb03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ function ( $compatibilities ) {

$compatibilities['NevePro'] = [
'basefile' => defined( 'NEVE_PRO_BASEFILE' ) ? NEVE_PRO_BASEFILE : '',
'required' => '2.3',
'tested_up' => '2.7',
'required' => '2.4',
'tested_up' => '2.8',
];

return $compatibilities;
Expand Down

0 comments on commit 240cb03

Please sign in to comment.