Changeset 1678827
- Timestamp:
- 06/15/2017 02:21:20 AM (9 years ago)
- Location:
- wp-log-viewer
- Files:
-
- 34 added
- 1 deleted
- 3 edited
-
tags/1.2.0 (added)
-
tags/1.2.0/api (added)
-
tags/1.2.0/api/index.php (added)
-
tags/1.2.0/assets (added)
-
tags/1.2.0/assets/css (added)
-
tags/1.2.0/assets/css/main.min.css (added)
-
tags/1.2.0/assets/fonts (added)
-
tags/1.2.0/assets/fonts/FontAwesome.otf (added)
-
tags/1.2.0/assets/fonts/fontawesome-webfont.eot (added)
-
tags/1.2.0/assets/fonts/fontawesome-webfont.svg (added)
-
tags/1.2.0/assets/fonts/fontawesome-webfont.ttf (added)
-
tags/1.2.0/assets/fonts/fontawesome-webfont.woff (added)
-
tags/1.2.0/assets/fonts/fontawesome-webfont.woff2 (added)
-
tags/1.2.0/assets/js (added)
-
tags/1.2.0/assets/js/main.min.js (added)
-
tags/1.2.0/autoload.php (added)
-
tags/1.2.0/humans.txt (added)
-
tags/1.2.0/libs (added)
-
tags/1.2.0/libs/Ajax.php (added)
-
tags/1.2.0/libs/Api.php (added)
-
tags/1.2.0/libs/Auth.php (added)
-
tags/1.2.0/libs/Characteristic (added)
-
tags/1.2.0/libs/Characteristic/IsSingleton.php (added)
-
tags/1.2.0/libs/Helper.php (added)
-
tags/1.2.0/libs/Http (added)
-
tags/1.2.0/libs/Http/Request.php (added)
-
tags/1.2.0/libs/Http/Response.php (added)
-
tags/1.2.0/libs/Log.php (added)
-
tags/1.2.0/libs/Plugin.php (added)
-
tags/1.2.0/libs/Router.php (added)
-
tags/1.2.0/libs/Settings.php (added)
-
tags/1.2.0/readme.txt (added)
-
tags/1.2.0/wp-log-viewer.php (added)
-
trunk/humans.txt (added)
-
trunk/libs/Ajax.php (deleted)
-
trunk/libs/Log.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/wp-log-viewer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-log-viewer/trunk/libs/Log.php
r1318896 r1678827 40 40 */ 41 41 public function init() { 42 $this->log_file = WP_CONTENT_DIR . '/debug.log';42 $this->log_file = apply_filters ('wplv_log_file_path', WP_CONTENT_DIR . '/debug.log'); 43 43 } 44 44 -
wp-log-viewer/trunk/readme.txt
r1560095 r1678827 5 5 Tags: actions, activity, activate debugging, admin, admin bar, ajax log viewer, best error log, best log viewer, best plugin, clear log, custom error, custom error types, custom reporting, dashboard, debug, debug log, debug plugin, debug theme, debug tool, debugging, development, display errors, download errors, download log, enable debugging, error, error log, error logging, error reporter, error reporting, error tracker, error tracking, errors, free, free debugging, free error log, log, log monitor, log viewer, log viewing, notifications, php errors, php error log, plugin, plugin errors, plugin testing, react, react plugin, react ui, search errors, search log, sort errors, sort log, theme errors, theme testing, track errors, widget error, widget testing, wordpress, wordpress error, wordpress error log, wp error, wp error viewer, wp log viewer, wp_debug 6 6 Requires at least: 3.9 7 Tested up to: 4. 78 Stable tag: 1. 1.07 Tested up to: 4.8 8 Stable tag: 1.2.0 9 9 10 10 One click enable/disable debugging, clear debug.log, search, sort, and filter errors. See new errors automatically without refreshing. … … 156 156 157 157 define('WP_DEBUG', defined('WPLV_DEBUG') ? WPLV_DEBUG : false); 158 define('WP_DEBUG_LOG', true); 159 define('WP_DEBUG_DISPLAY', false); 158 160 159 161 5. That's it. Refresh the page in the browser and you are ready to go. … … 218 220 219 221 All notable changes will be tracked in this change log. 222 223 = 1.2.0 = 224 Release date: 2017-06-14 225 226 * Tested WP 4.8 227 * Added support for filter: wplv_log_file_path 220 228 221 229 = 1.1.0 = -
wp-log-viewer/trunk/wp-log-viewer.php
r1560095 r1678827 10 10 * Plugin URI: https://github.com/allbitsnbytes/wp-log-viewer 11 11 * Description: WordPress debug log viewer plugin 12 * Version: 1. 1.012 * Version: 1.2.0 13 13 * Author: Maxwell Berkel 14 14 * Author URI: http://allbitsnbytes.com
Note: See TracChangeset
for help on using the changeset viewer.