This repository has been archived by the owner on Sep 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
67 lines (50 loc) · 1.63 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
=== FileBrowser ===
Contributors: danielhuesken
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=daniel%40huesken-net%2ede&item_name=Daniel%20Huesken%20Plugin%20Donation&item_number=FileBrowser&no_shipping=0&no_note=1&tax=0¤cy_code=EUR&lc=DE&bn=PP%2dDonationsBF&charset=UTF%2d8
Tags: admin, file, folder, browser, explorer
Requires at least: 2.8
Tested up to: 3.0.0
Stable tag: 0.5.5
File/Folder Browser for WP Backend
== Description ==
Browse Files and Folder in WordPress backend
* Browse Files/Folder
* Download Files
* Edit Files with codemirror
* ZIP Files and UNZIP Files
* Delete Files/Folder recursive
* Copy Files/Folder recursive
* Move Files/Folder
* Change permissions of Files/Folder
* Rename Files/Folder
Use it with most careful!!!
== Installation ==
1. Download FileBrowser Plugin.
1. Decompress and upload the contents of the archive into /wp-content/plugins/.
1. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
== Screenshots ==
1. Options (Browser) Page
== Changelog ==
= 0.5.5 =
* use PATH_SEPARATOR instad of :
* fixed global for $wp_version
* added flattr code
* changed things to wordpress style
* fixed little bugs
= 0.5.4 =
* fiexed chmod
= 0.5.3 =
* spell check
= 0.5.2 =
* little bug fixes and improvements
= 0.5.1 =
* Respect open_basedir restriction
* removed codepress in editor
* add codemirror in editor for syntaxhighlighting
* removed anchor because work not correctly
* make changes more robust
* prevent directly file loading
* fixed some bugs
= 0.5.0 =
* Inital release