PluginProbe
WPIDE – File Manager & Code Editor / 3.5.9
WPIDE – File Manager & Code Editor v3.5.9
3.5.9 3.5.8 3.5.7 2.0.14 2.0.15 2.0.16 2.0.2 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1 2.2 2.3 2.3.1 2.3.2 2.4.0 2.5 2.6 3.0 3.1 3.2 3.3 All 55 releases
← All changes | readme.txt +258 -95 3.23.5.9 View file →
@@ -1,24 +1,46 @@
1 1 === WPIDE - File Manager & Code Editor ===
2 2 Contributors: XplodedThemes
3 -Tags: theme editor, plugin editor, code editor, file editor, file manager, wpide, ide
3 +Tags: theme editor, plugin editor, code editor, file editor, file manager
4 4 Requires at least: 5.2
5 -Tested up to: 6.0.1
6 -Stable tag: 3.2
7 -Requires PHP: 7.2.5
5 +Tested up to: 6.9
6 +Stable tag: 3.5.9
7 +Requires PHP: 7.4.0
8 +Requires at least: 5.0
8 9 License: GPLv2 or later
9 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
10 11
11 -WPIDE is an advanced File Manager & Code Editor for WordPress. You can edit any files in your wp-content folder, not just plugins and themes. Code completion will help you remember your WordPress/PHP commands providing function reference along the way. Edit multiple files with the tabbed editor.
12 +WPIDE is a powerful file manager and code editor for WordPress with tabs, code completion, and full access to the entire wp-content folder.
12 13
13 14 == Description ==
14 15
15 -WPIDE is an advanced File Manager & Code Editor for WordPress. You can edit any files in your wp-content folder, not just plugins and themes. Code completion will help you remember your WordPress/PHP commands providing function reference along the way. Edit multiple files with the tabbed editor.
16 +**WPIDE** is an Advanced **File Manager** and **Code Editor** plugin for WordPress that you can use completely for free.
16 17
17 -= Features: =
18 +The Code Editor lets you edit any file within your wp-content folder, not just plugins and themes.
18 19
19 -* File Manager
20 -* File Tree
20 +The included **code completion** will help you remember your WordPress/PHP commands providing function reference along the way. Edit multiple files with the tabbed editor.
21 +
22 +The File Manager lets you copy, move, duplicate, create archives, download, upload, edit, delete, preview files & directories **without FTP or cPanel access**.
23 +
24 +WPIDE uses a **very modern, clean and easy to use interface** to make managing and editing your files a breeze! It comes with 6 different themes and a dark mode to reduce blue light exposure.
25 +
26 +**Did you know?**
27 +More than [700,000 WordPress websites](https://www.wordfence.com/blog/2020/09/millions-of-sites-targeted-in-file-manager-vulnerability-attacks/) were attacked during September 2020.
28 +Malicious bots are looking to exploit vulnerable versions of WP file manager plugins.
29 +
30 +Fortunately, WPIDE is built with **security in mind** and comes with this vulnerability **fixed**! So rest assured! WPIDE poses no risk to you!
31 +
32 +###▶️ VIDEO OVERVIEW
33 +
34 +[youtube https://www.youtube.com/watch?v=wF0PUz8wfRM]
35 +
36 +<a target="_blank" href="https://www.youtube.com/watch?v=wF0PUz8wfRM">https://www.youtube.com/watch?v=wF0PUz8wfRM</a>
37 +
38 +###⚡️ FEATURES
39 +
40 +* Advanced File Manager
41 +* File Tree Browser
42 +* Smart context menu
21 43 * Customizable Root Path
22 44 * Create new files and directories
23 45 * Download files / folders (Batch support)
24 46 * Upload files / folders using drag n drop (Batch support)
@@ -41,36 +63,55 @@
41 63 * Beautiful Image Gallery
42 64 * Video / Audio Media Player
43 65
44 66
45 -<a target="_blank" href="https://wpide.com">👉 **WPIDE PRO**</a>
67 +###<a target="_blank" href="https://wpide.com">👉 **WPIDE PRO**</a>
46 68
47 -= Pro Features: =
69 +###⭐️ PRO FEATURES
48 70
49 -* Advanced Image Editor
71 += File Editor =
50 72
51 - -- Resize / Crop Images
52 - -- Apply filters
53 - -- Add Frames / Corners
54 - -- Add Text / Stickers
55 - -- Add Patterns / Gradients
73 +* **Auto Save** Feature: While editing, files will be auto saved every X seconds to a draft file. Original files are not affected. If you ever close the page by mistake without saving a file, you will be able to restore from the auto saved file.
74 +* Auto Saved **Quick Diff**: You can view and compare differences between the auto saved and the current file using the Quick Diff Viewer, then decide if you wish to restore from the auto saved or keep the current file.
75 +* Toggle **Full Screen**: This will allow you to toggle full screen the editor area by itself, giving you more space while editing on smaller screens.
56 76
57 77
58 -* Database Manager
78 += File Manager =
59 79
60 - -- View Tables
61 - -- Create New Tables
62 - -- Add / Update / Delete Rows
63 - -- Update Table Structure
64 - -- Update Column Indexes
65 - -- Safe Editing Enabled
80 +* Advanced Mode Option: When enabled, all files and folders will be available for editing including **core WordPress files** and the **wp-config.php** file.
66 81
67 82
83 += Config Manager =
84 +
85 +* View all defined constants within wp-config.php
86 +* Add / Update / Remove constants
87 +* Prevent Duplicated Constants
88 +
89 +
90 += Advanced Image Editor =
91 +
92 +* Resize / Crop Images
93 +* Apply filters
94 +* Add Frames / Corners
95 +* Add Text / Stickers
96 +* Add Patterns / Gradients
97 +
98 +
99 += Database Manager =
100 +
101 +* View Tables
102 +* Create New Tables
103 +* Add / Update / Delete Rows
104 +* Update Table Structure
105 +* Update Column Indexes
106 +* Safe Editing Enabled
107 +
108 +
68 109 == Installation ==
69 110
70 -1. Upload the WPide folder to the `/wp-content/plugins/` directory
111 +1. Upload the WPIDE folder to the `/wp-content/plugins/` directory
71 112 1. Activate the plugin through the 'Plugins' menu in WordPress
72 -1. Access WPide by clicking the WPide menu item in your main administration menu
113 +1. Access WPIDE by clicking the WPIDE menu item in your main administration menu
73 114
74 115 == Frequently Asked Questions ==
75 116
76 117 = What is in place to stop me from breaking my website - "The white screen of death" =
@@ -86,13 +127,21 @@
86 127 The backed up PHP files cannot be accessed/restored from the web directly without the 40 digit nonce/key so should not pose a security concern.
87 128
88 129 = Can I override the default file permissions when creating files/directories on the local filesystem =
89 130
90 -Yes you can using the below WordPress settings in wp-config.php which will effect files created with WPIDE and files added during the WordPress upgrade process.
131 +Yes you can use the below WordPress settings in wp-config.php which will affect files created with WPIDE and files added during the WordPress upgrade process.
91 132
92 133 define('FS_CHMOD_DIR', (0755 & ~ umask()));
93 134 define('FS_CHMOD_FILE', (0644 & ~ umask()));
94 135
136 += I get an error notification on the bottom right saying 'something went wrong, unknown error'. How can I fix this ? =
137 +
138 +Some hosts might disable direct access to PHP files which will block the plugin from accessing them.
139 +
140 +Some users reported this issue on **Cloudways**, and they were able to fix it by enabling **Direct PHP File Access** under application settings within Cloudways dashboard.
141 +
142 +This option might be available on other hosting platforms as well.
143 +
95 144 == Screenshots ==
96 145
97 146 1. File Manager
98 147 2. Code editor + Auto Complete Reference
@@ -102,137 +151,251 @@
102 151 6. File Recovery Wizard
103 152
104 153 == Changelog ==
105 154
155 +#### V.3.5.9 - 15.09.2026
156 +- **fix**: Fixed the Plans and Pricing screen failing to load (endless spinner). The pricing request sanitizer no longer strips the action parameter from Freemius admin-ajax calls, which caused admin-ajax to reject pricing data requests with a 400 response.
157 +
158 +#### V.3.5.8 - 21.07.2026
159 +- **security**: Hardened Plans and Pricing endpoint validation and testimonial rendering to prevent cross-site scripting.
160 +
161 +#### V.3.5.7 - 13.07.2026
162 +- **security**: Strengthened request validation for authenticated WPIDE admin actions.
163 +
164 +#### V.3.5.6 - 17.04.2026
165 +- **fix**: Restored the File Editor admin sidebar route so it opens the editor instead of bouncing back to File Manager.
166 +- **new**: Added separate editor settings for Autocompletion and the Info Bar, both enabled by default.
167 +- **fix**: Resetting the new editor settings now correctly restores their enabled default value on existing installs.
168 +- **fix**: File save state detection now uses the actual loaded content baseline, preventing the Save button from appearing when a file has not changed.
169 +
170 +#### V.3.5.5 - 14.04.2026
171 +- **fix**: Updated bundled Composer libraries to reduce plugin conflicts and PHP 8.5 deprecation noise.
172 +- **security**: Upgraded `symfony/http-foundation` to the supported 5.4 LTS line.
173 +- **update**: Refreshed bundled Composer packages including `monolog/monolog`, `composer/installers`, and `symfony/mime`.
174 +- **fix**: Fatal error drop-in now respects silenced PHP errors and the active `error_reporting()` mask, preventing noisy `preg_match()` warnings from other plugins being written to `debug.log`.
175 +- **new**: Active file editor state is now reflected in the URL so refreshing the page restores the same file.
176 +- **fix**: Image editor state loading now avoids PHP 8.5 `json_decode(null)` deprecation notices, and logger writes now fall back to a valid file when the active `error_log` setting points to a directory.
177 +
178 +#### V.3.5.3 - 24.10.2025
179 +- **update**: Freemius SDK update v2.12.2
180 +
181 +#### V.3.5.2 - 01.04.2025
182 +- **support**: WordPress future 6.8 release
183 +- **update**: Freemius SDK update v2.11.0
184 +
185 +#### V.3.5.1 - 06.02.2025
186 +- **support**: WordPress 6.7
187 +- **update**: Freemius SDK update v2.9.0
188 +- **fix**: Minor fixes
189 +
190 +#### V.3.5.0 - 09.10.2024
191 +- **support**: WordPress 6.6
192 +- **fix**: Minor fixes
193 +
194 +#### V.3.4.9 - 05.04.2024
195 +- **support**: WordPress 6.5
196 +- **fix**: Minor fixes
197 +
198 +#### V.3.4.8 - 01.02.2024
199 +- **update**: Freemius SDK update v2.6.2
200 +- **support**: WordPress 6.4
201 +- **fix**: Minor fixes
202 +
203 +#### V.3.4.7 - 24.07.2023
204 +- **update**: Freemius SDK update v2.5.10
205 +
206 +#### 3.4.6 - 10.12.2022
207 +- **fix**: Instead of ABSPATH, use the correct root path, relative to the plugin in case WordPress Files are located outside the root directory, which is the case if the site is hosted on WordPress.com.
208 +- **fix**: Minor fixes
209 +
210 +#### 3.4.5 - 07.12.2022
211 +- **new**: **Pro** Config Manager | Added new visual config manager to easily Add, Update or Delete constants within the wp-config.php file
212 +- **new**: **Pro** File Manager | Added new **Advanced Mode** option. When enabled, all files and folders will be available for editing including core wordpress files and the wp-config.php unless they are filtered out manually within the settings.
213 +- **new**: **Pro** File Editor | Added new **Auto Save** option. While editing, files will automatically be saved every X seconds to a temporary draft file. Original files are not affected. If you every close or refresh the page by mistake without manually saving a file, the next time you open it, a File Recovery modal will display allowing you to restore from the auto saved file. You can also view and compare both files differences using the Quick Diff Viewer. https://d.pr/v/l6SQjD
214 +- **new**: File Editor | Added option to increase / decrease font size within the toolbar
215 +- **enhance**: File Editor | In dark mode, highlighted text bg color will now inherit the theme accent color
216 +- **support**: Added multisite support
217 +- **fix**: Settings | Fixed issue with the repeater field.
218 +- **fix**: Fixed scrolling issue on Firefox
219 +- **fix**: When opening a file, show popup error if for some reason the file does not exist, (deleted from another window) or has no read / write permissions.
220 +- **fix**: Minor fixes
221 +- **update**: Update Freemius SDK
222 +
223 +#### 3.4.4 - 19.10.2022
224 +- **new**: **Pro** File editor | Added new **Toggle Full Screen** option within the tool bar
225 +- **fix**: Fixed Class 'finfo' not found error appearing on servers without fileinfo extension by adding a fallback function.
226 +- **fix**: Minor fixes
227 +
228 +#### 3.4.3 - 27.09.2022
229 +- **new**: Added .svg and .yaml file extensions to the editable file extensions option.
230 +- **new**: Added new filter **wpide_editable_ext_options** to allow adding new extensions to the list by 3rd party.
231 +- **support**: Support SVG syntax check / highlighting
232 +- **fix**: Fixed bug with single file upload
233 +- **fix**: Fixed issue with soft tabs
234 +- **enhance**: Remove uppercase CSS from breadcrumbs. Replaced "Home" with the name of the root folder. Added a nice drive icon.
235 +- **enhance**: Faster file load and switching between display types
236 +- **enhance**: Keep current active file display type after reloading the page
237 +- **enhance**: Keep current active settings tab after reloading the page
238 +- **fix**: Fixed WP admin menu scroll glitch
239 +- **new**: Added right click context menu on folders & files within the file manager and the editor
240 +- **new**: Added sort dropdown above file manager
241 +- **update**: File Tree within the File Editor is now sorted by name (asc)
242 +- **fix**: **Pro** Image Editor | Fixed glitch with revert image function
243 +- **fix**: Minor fixes
244 +
245 +#### 3.4.2 - 05.09.2022
246 +- **support**: Support windows server / xampp on windows
247 +- **fix**: Minor CSS fixes
248 +
249 +#### 3.4.1 - 17.08.2022
250 +- **new**: Added append content hash when loading js / css chunks to force cache busting making sure always the latest version is used
251 +
252 +#### 3.4 - 16.08.2022
253 +- **new**: File Editor | Added new Settings tab
254 +- **new**: File Editor | Added Scroll Speed option
255 +- **new**: File Editor | Added an option to disable Behaviours, such as auto closing tags and brackets
256 +- **new**: File Editor | Added option to enable / disable Soft Tabs
257 +- **new**: File Editor | Using the enter key within the search input will now take you to the next occurrence
258 +- **new**: File Editor | After selecting text then pressing the Ctrl-F key, the search input will focused and populated with the selected text
259 +- **new**: File Editor | File Tree | Added file manager action menu for each item.
260 +- **new**: File Manager | Added new item actions: Create folder, Create file, Duplicate
261 +- **new**: File Manager | The default zip name, which can be changed within the settings, will only be applied when batch zipping or downloading. For a single item, the item name will be used by default instead.
262 +- **fix**: Minor fixes
263 +
264 +#### 3.3 - 02.08.2022
265 +- **support**: PHP 8+ Support
266 +- **support**: To use WPIDE on a lower PHP version, use v2.6 or below.
267 +- **update**: Updated PHP required version to 7.4.0
268 +- **update**: Better installation / update handling for the fatal-error-handler.php drop-in to make sure the latest version is always used.
269 +
106 270 #### 3.2 - 30.07.2022
107 -* Fix corrupt file
108 -* Replace symfony session with transients to avoid session issues with other plugins
271 +- **fix**: Fix corrupt file
272 +- **fix**: Replace symfony session with transients to avoid session issues with other plugins
109 273
110 274 #### 3.0 - 30.07.2022
111 -* A brand new and completely revamped version of WPIDE.
275 +- **new**: A brand new and completely revamped version of WPIDE.
112 276
113 277 #### 2.6 - 26.04.2022
114 -* Plugin acquired by XplodedThemes
115 -* A brand new and completely revamped version of WPide is coming soon, Stay tuned!
278 +- **update**: Plugin acquired by **XplodedThemes**
279 +- **update**: A brand new and completely revamped version of WPIDE is coming soon, Stay tuned!
116 280
117 281 #### 2.5 - 2020.04.13
118 -* getting the plugin back to life
119 -* started big code cleanup
120 -* completely removed experimental Git features
121 -* fully compatible with latest WordPress
282 +- **update**: getting the plugin back to life
283 +- **update**: started big code cleanup
284 +- **update**: completely removed experimental Git features
285 +- **support**: fully compatible with latest WordPress
122 286
123 287 #### 2.4.0
124 -* Context menu option added to file browser to rename, delete, download, zip, unzip!! thanks to shanept https://github.com/shanept for the code behind this.
125 - Right click on a folder/file in the file browser to see options (Thanks to https://github.com/shanept)
126 -* find+replace
127 -* Stopped using the full functionality of sanitize_file_name() and using a cut down version instead that allows period, dash and underscore at the beginning and end of filename.
128 -* corrected invalid regex for determining image type
129 -* Changed order of PHP4 compatible constructor in an attempt to stop a PHP Strict Standard error
130 -* Update to Ace Editor 1.2.0
131 -* Editor settings, so that it’s possible to change the theme and other editor features/behaviours
132 -* New application icon in menu bar
288 +- **new**: Context menu option added to file browser to rename, delete, download, zip, unzip!! thanks to shanept https://github.com/shanept for the code behind this.
289 +- **new**: find+replace
290 +- **update**: Stopped using the full functionality of sanitize_file_name() and using a cut down version instead that allows period, dash and underscore at the beginning and end of filename.
291 +- **fix**: corrected invalid regex for determining image type
292 +- **update**: Changed order of PHP4 compatible constructor in an attempt to stop a PHP Strict Standard error
293 +- **update**: Update to Ace Editor 1.2.0
294 +- **update**: Editor settings, so that it’s possible to change the theme and other editor features/behaviours
295 +- **new**: New application icon in menu bar
133 296
134 297 #### 2.3.2
135 -* Update the Ace component to 1.1.1 which includes some bug fixes, a PHP worker (showing PHP errors as you work) and a greatly improved search box.
136 -* Fixed issue with file save showing javascript alert as if there was a failure when there wasn't
137 -* Order folders and files alphabetically
298 +- **update**: Update the Ace component to 1.1.1 which includes some bug fixes, a PHP worker (showing PHP errors as you work) and a greatly improved search box.
299 +- **fix**: Fixed issue with file save showing javascript alert as if there was a failure when there wasn't
300 +- **update**: Order folders and files alphabetically
138 301
139 302 #### 2.3.1
140 -* As a quick fix I have commented out the git functionality as the namespacing used is causing issues with old versions of PHP
303 +- **fix**: As a quick fix I have commented out the git functionality as the namespacing used is causing issues with old versions of PHP
141 304
142 305 #### 2.3
143 -* Added initial git functions using the following library: PHP-Stream-Wrapper-for-Git from https://github.com/teqneers/PHP-Stream-Wrapper-for-Git
144 -* Initial Git functionality added - it's very experimental!
306 +- **new**: Added initial git functions using the following library: PHP-Stream-Wrapper-for-Git from https://github.com/teqneers/PHP-Stream-Wrapper-for-Git
307 +- **new**: Initial Git functionality added - it's very experimental!
145 308
146 309 #### 2.2
147 -* Add restore recent backup facility - It's a primitive implementation at this point but it does the job. See FAQ note.
148 -* Turned on the LESS mode when a .LESS file is edited
149 -* Made the autocomplete functionality only be enabled for PHP files otherwise it can be a pain to write txt files like this one!
310 +- **new**: Add restore recent backup facility - It's a primitive implementation at this point but it does the job. See FAQ note.
311 +- **update**: Turned on the LESS mode when a .LESS file is edited
312 +- **update**: Made the autocomplete functionality only be enabled for PHP files otherwise it can be a pain to write txt files like this one!
150 313
151 314 #### 2.1
152 -* Ramped up the version number because the last one was just getting silly
153 -* Interface changes to make the editor take up more screen space. Including hiding the WP admin menu and footer.
315 +- **update**: Ramped up the version number because the last one was just getting silly
316 +- **update**: Interface changes to make the editor take up more screen space. Including hiding the WP admin menu and footer.
154 317
155 318 #### 2.0.16
156 -* Fixed problem saving PHP documents - PHP-Parser library wasn't included in the codebase correctly
319 +- **fix**: Fixed problem saving PHP documents - PHP-Parser library wasn't included in the codebase correctly
157 320
158 321 #### 2.0.15
159 -* PHP syntax checking before saving to disk (Using: https://github.com/nikic/PHP-Parser)
322 +- **update**: PHP syntax checking before saving to disk (Using: https://github.com/nikic/PHP-Parser)
160 323
161 324 #### 2.0.14
162 -* Fixed error Warning: Creating default object from empty value in WPide.php
163 -* Updated the ace editor to current build
325 +- **fix**: Fixed error Warning: Creating default object from empty value in WPIDE.php
326 +- **update**: Updated the ace editor to current build
164 327
165 328 #### 2.0.13
166 -* Added colour assist - a colour picker that displays when you double click a hex colour code in the editor (see other notes for info).
167 -* Added a confirm box to stop you exiting the editor by mistake and losing unsaved changes.
168 -* Added 'wpide_filesystem_root' filter (see other notes for info).
169 -* A number of bug fixes.
329 +- **new**: Added colour assist - a colour picker that displays when you double click a hex colour code in the editor (see other notes for info).
330 +- **new**: Added a confirm box to stop you exiting the editor by mistake and losing unsaved changes.
331 +- **new**: Added 'wpide_filesystem_root' filter (see other notes for info).
332 +- **update**: A number of bug fixes.
170 333
171 334 #### 2.0.12
172 -* Added links to the WordPress codex and the PHP manual from within the function reference for further info
335 +- **new**: Added links to the WordPress codex and the PHP manual from within the function reference for further info
173 336
174 337 #### 2.0.11
175 -* Newly created files use to contain a space, instead it now defaults to a blank file.
338 +- **update**: Newly created files use to contain a space, instead it now defaults to a blank file.
176 339
177 340 #### 2.0.10
178 -* Fixed a problem with file loading (ajax) indicator not showing.
341 +- **fix**: Fixed a problem with file loading (ajax) indicator not showing.
179 342
180 343 #### 2.0.9
181 -* Upload snapshot of current ajaxorg editor (master/build/src) at 00:30 on the 22 May 2012. Which fixes some issues with selecting big blocks of text, code folding seems better with gutter interface hidden when not in use
344 +- **update**: Upload snapshot of current ajaxorg editor (master/build/src) at 00:30 on the 22 May 2012. Which fixes some issues with selecting big blocks of text, code folding seems better with gutter interface hidden when not in use
182 345
183 346 #### 2.0.8
184 -* Fix browser compatibility issues
347 +- **support**: Fix browser compatibility issues
185 348
186 349 #### 2.0.7
187 -* Fixing issue with closing tabs not focusing onto next tab once closed.
188 -* Fixed issue with detecting ajax url correctly which was causing all WPide ajax requests to fail if WordPress was installed in a subdirectory.
189 -* Stopped autocomplete from trying to work when a js/css file is being edited.
350 +- **update**: Fixing issue with closing tabs not focusing onto next tab once closed.
351 +- **fix**: Fixed issue with detecting ajax url correctly which was causing all WPIDE ajax requests to fail if WordPress was installed in a subdirectory.
352 +- **update**: Stopped autocomplete from trying to work when a js/css file is being edited.
190 353
191 354 #### 2.0.6
192 -* Cleaned up the WPide class and modified the way the class is passed to WordPress actions/filters.
355 +- **update**: Cleaned up the WPIDE class and modified the way the class is passed to WordPress actions/filters.
193 356
194 357 #### 2.0.5
195 -* On startup the editor page now shows extra debugging information for the filesystem API initialization.
358 +- **update**: On startup the editor page now shows extra debugging information for the filesystem API initialization.
196 359
197 360 #### 2.0.4
198 -* On startup the initial editor page now shows some startup info regarding file permissions to help with debugging.
361 +- **update**: On startup the initial editor page now shows some startup info regarding file permissions to help with debugging.
199 362
200 363 #### 2.0.3
201 -* If WPide cannot access your files due to permissions then when it starts up it will give you an alert to say this.
364 +- **update**: If WPIDE cannot access your files due to permissions then when it starts up it will give you an alert to say this.
202 365
203 366 #### 2.0.2
204 -* Image editing is now available using the SumoPaint image editor and drawing application http://www.sumopaint.com/
367 +- **new**: Image editing is now available using the SumoPaint image editor and drawing application http://www.sumopaint.com/
205 368
206 369 #### 2.0.1
207 -* You can now create new files/folders
370 +- **new**: You can now create new files/folders
208 371
209 372 #### 2.0
210 -* Recreated this plugin as a dedicated WPide section/app rather than extending the built in plugin/theme editor (just incase WP remove it)
211 -* Now using the WP filesystem API (although currently restricted to local access)
212 -* More security checks on file opening and editing
213 -* Added new file tree for exploring the file system and opening files (any file in wp-content)
214 -* Massive overhaul to code autocomplete functionality with the addition of function information right in the app
215 -* Update the ajaxorg Ace Editor to the current branch
216 -* Tabbed editing
373 +- **update**: Recreated this plugin as a dedicated WPIDE section/app rather than extending the built in plugin/theme editor (just incase WP remove it)
374 +- **update**: Now using the WP filesystem API (although currently restricted to local access)
375 +- **update**: More security checks on file opening and editing
376 +- **new**: Added new file tree for exploring the file system and opening files (any file in wp-content)
377 +- **update**: Massive overhaul to code autocomplete functionality with the addition of function information right in the app
378 +- **update**: Update the ajaxorg Ace Editor to the current branch
379 +- **new**: Tabbed editing
217 380
218 381 #### 1.0.6
219 -* Added link to meta section of plugin list for easy install of V2 Dev version if you have dismissed the alert.
382 +- **new**: Added link to meta section of plugin list for easy install of V2 Dev version if you have dismissed the alert.
220 383
221 384 #### 1.0.5
222 -* Added the facility to download and run the cutting edge development version of WPide from the Github repository
385 +- **new**: Added the facility to download and run the cutting edge development version of WPIDE from the Github repository
223 386
224 387 #### 1.0.4
225 -* Implemented JavaScript and CSS mode for better syntax highlighting and checking
226 -* Organize and format source code
388 +- **new**: Implemented JavaScript and CSS mode for better syntax highlighting and checking
389 +- **enhance**: Organize and format source code
227 390
228 391 #### 1.0.2
229 -* Tidy and comment code
230 -* Added message when backup file is generated
231 -* Adjust code complete dropdown position
232 -* Improved editor responsiveness when using delete or enter keys
392 +- **update**: Tidy and comment code
393 +- **new**: Added message when backup file is generated
394 +- **fix**: Adjust code complete dropdown position
395 +- **enhance**: Improved editor responsiveness when using delete or enter keys
233 396
234 397 #### 1.0.1
235 -* Fixed "Folder name case" issue.
398 +- **fix**: Fixed "Folder name case" issue.
236 399
237 400 #### 1.0
238 -* Initial release.
401 +- **initial**: Initial release.