Skip to content

Commit 91e0abc

Browse files
committed
chore: bumped version
1 parent 92d02b4 commit 91e0abc

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

backend/app/Config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ class Config
2121

2222
const VAR_PREFIX = 'bit_fm_';
2323

24-
const VERSION = '6.8.6';
24+
const VERSION = '6.8.9';
2525

26-
const VERSION_ID = 686;
26+
const VERSION_ID = 689;
2727

2828
const DB_VERSION = '1.0';
2929

file-manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Plugin URI: https://bitapps.pro/bit-file-manager
66
* Author: File Manager by Bit Form Team
77
* Author URI: https://bitapps.pro
8-
* Version: 6.8.6
8+
* Version: 6.8.7
99
* Requires at least: 5.0
1010
* Requires PHP: 7.4
1111
* Text domain: file-manager

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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.8.3
6+
Tested up to: 6.9
77
Requires PHP: 7.4
8-
Stable tag: 6.8.6
8+
Stable tag: 6.8.9
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -306,6 +306,10 @@ Yes, It is possible to edit writeable files in the wordpress directory using cod
306306

307307
== Changelog ==
308308

309+
= 6.8.5 =
310+
- chore: updated elfinder to 2.1.66
311+
- chore: updated php packages
312+
309313
= 6.8.5 =
310314
- chore: revamped UI
311315
- chore: updated php packages

0 commit comments

Comments
 (0)