Skip to content

Commit a77fb97

Browse files
committed
fix: version mismatch with config
1 parent 890c00d commit a77fb97

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

file-manager.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<?php
2-
if ( ! defined( 'ABSPATH' ) ) exit;
2+
3+
if (! \defined('ABSPATH')) {
4+
exit;
5+
}
36
/**
47
* Plugin Name: Bit File Manager
58
* Plugin URI: https://bitapps.pro/bit-file-manager
69
* Author: File Manager by Bit Form Team
710
* Author URI: https://bitapps.pro
8-
* Version: 6.8.7
11+
* Version: 6.8.8
912
* Requires at least: 5.0
1013
* Requires PHP: 7.4
1114
* Text domain: file-manager

0 commit comments

Comments
 (0)