Plugin Directory

Changeset 1678827


Ignore:
Timestamp:
06/15/2017 02:21:20 AM (9 years ago)
Author:
maxwellberkel
Message:

Release 1.2.0

Location:
wp-log-viewer
Files:
34 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • wp-log-viewer/trunk/libs/Log.php

    r1318896 r1678827  
    4040     */
    4141    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');
    4343    }
    4444
  • wp-log-viewer/trunk/readme.txt

    r1560095 r1678827  
    55Tags: 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
    66Requires at least: 3.9
    7 Tested up to: 4.7
    8 Stable tag: 1.1.0
     7Tested up to: 4.8
     8Stable tag: 1.2.0
    99
    1010One click enable/disable debugging, clear debug.log, search, sort, and filter errors.  See new errors automatically without refreshing.
     
    156156
    157157define('WP_DEBUG', defined('WPLV_DEBUG') ? WPLV_DEBUG : false);
     158define('WP_DEBUG_LOG', true);
     159define('WP_DEBUG_DISPLAY', false);
    158160
    1591615.  That's it.  Refresh the page in the browser and you are ready to go.
     
    218220
    219221All notable changes will be tracked in this change log.
     222
     223= 1.2.0 =
     224Release date: 2017-06-14
     225
     226* Tested WP 4.8
     227* Added support for filter: wplv_log_file_path
    220228
    221229= 1.1.0 =
  • wp-log-viewer/trunk/wp-log-viewer.php

    r1560095 r1678827  
    1010 * Plugin URI:  https://github.com/allbitsnbytes/wp-log-viewer
    1111 * Description: WordPress debug log viewer plugin
    12  * Version:     1.1.0
     12 * Version:     1.2.0
    1313 * Author:      Maxwell Berkel
    1414 * Author URI:  http://allbitsnbytes.com
Note: See TracChangeset for help on using the changeset viewer.