Changeset 652850
- Timestamp:
- 01/15/2013 09:10:08 AM (13 years ago)
- File:
-
- 1 edited
-
wpdevtool/trunk/WpDevTool/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpdevtool/trunk/WpDevTool/readme.txt
r652822 r652850 2 2 Contributors: micc83 3 3 Donate link: http://codeb.it 4 Tags: debug, development 4 Tags: debug, development, developer, maintenance, log, console, errors 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.5 … … 15 15 WpDevTool implements many useful functions for WordPress Developer such as: 16 16 17 1. Maintenance mode: Return a HTTP RESPONSE 503 (Service Temporary Unavailable) Under Maintenance landing page 18 2. Debug bar: A simple bar which show number of query, timing and memory of current page 19 3. Log Console: A console to show WordPress Error Log ( WP_DEBUG_LOG must be set to TRUE ) 17 * **Maintenance mode**: Return a HTTP RESPONSE 503 (Service Temporary Unavailable) Under Maintenance landing page 18 * **Debug bar**: A simple bar which show number of query, timing and memory of current page 19 * **Log Console**: A console to show WordPress Error Log ( WP_DEBUG_LOG must be set to TRUE ) 20 21 = WpDevTool on GitHub = 22 https://github.com/micc83/WpDevTool 23 24 = Support or Contact = 25 Having trouble with WpDevTool? Open an [issue](https://github.com/micc83/WpDevTool/issues) or contact me at micc83@gmail.com 20 26 21 27 == Installation == … … 59 65 * Add time to log filename download 60 66 * Add link to Git Hub Issues 61 * Aggiungere action varie 62 * Sostituire filter debug_bar con action 63 * Add to worpdress plugin repository 64 * Add screenshot to readme.md 67 * Add many actions 68 * Replace filter debug_bar with an action 65 69 * Add twitter, plugin home and general fix credits widget 66 70
Note: See TracChangeset
for help on using the changeset viewer.