Skip to content

Commit a10f7c7

Browse files
committed
chore: tested to wp 7.0
1 parent 27bc006 commit a10f7c7

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

backend/app/Providers/PreferenceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,7 @@ public function finderOptions()
701701
public function finderCdns()
702702
{
703703
$base = Config::get('ASSET_URI') . '/libs/';
704+
704705
return [
705706
'ace' => $base . 'ace',
706707
'codemirror' => includes_url('js/codemirror'),

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Contributors: bitpressadmin, akaioum, aihimel
44
Tags: file manager, wp file manager, wordpress file manager, files, ftp
55
Requires at least: 5.0
6-
Tested up to: 6.9
6+
Tested up to: 7.0
77
Requires PHP: 7.4
88
Stable tag: 6.8.9
99
License: GPLv2 or later
@@ -347,6 +347,9 @@ This plugin sends data to external services for certain features. Below is a sum
347347
- Fix: WordPress.org plugin review team issues
348348
- Refactor: Consistent function, constant, and option name prefixes across the codebase
349349
- Refactor: Introduced Compatibility and Deprecated classes for deprecation handling
350+
- Chore: Tested with WordPress 7.0
351+
- Chore: Updated elfinder to 2.1.67
352+
- Chore: Updated php packages
350353

351354
= 6.8.8 =
352355
- fix: file manager not showing up due to version mismatch

0 commit comments

Comments
 (0)