Plugin Directory

Changeset 1560095


Ignore:
Timestamp:
12/22/2016 09:31:23 PM (9 years ago)
Author:
maxwellberkel
Message:

Release 1.1.0 ready

Location:
wp-log-viewer
Files:
46 added
4 edited

Legend:

Unmodified
Added
Removed
  • wp-log-viewer/trunk/humans.txt

    r1477006 r1560095  
    66
    77/* META */
    8 Updated: 08-17-2016
     8Updated: 12-22-2016
    99See: http://humanstxt.org/
  • wp-log-viewer/trunk/libs/Plugin.php

    r1339039 r1560095  
    109109    public function add_navigation() {
    110110        if ($this->user_authorized) {
    111             add_management_page('Wordpress Log Viewer', 'Log Viewer', 'manage_options', 'wp-log-viewer', [$this, 'display_viewer_page']);
     111            add_management_page('WordPress Log Viewer', 'Log Viewer', 'manage_options', 'wp-log-viewer', [$this, 'display_viewer_page']);
    112112        }
    113113    }
  • wp-log-viewer/trunk/readme.txt

    r1477006 r1560095  
    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.6
    8 Stable tag: 1.0.7
     7Tested up to: 4.7
     8Stable tag: 1.1.0
    99
    1010One click enable/disable debugging, clear debug.log, search, sort, and filter errors.  See new errors automatically without refreshing.
     
    1313== Description ==
    1414
    15 WP Log viewer makes debugging your Wordpress site easy and stress free.
     15WP Log viewer makes debugging your WordPress site easy and stress free.
    1616
    1717
     
    102102== Installation ==
    103103
    104 = From your Wordpress Dashboard =
     104= From your WordPress Dashboard =
    105105
    1061061. Click on "Plugins > Add New" in the sidebar
     
    121121= Requirements =
    122122* PHP 5.4.0 or greater
    123 * Wordpress 3.9 or above
     123* WordPress 3.9 or above
    124124
    125125
     
    219219All notable changes will be tracked in this change log.
    220220
     221= 1.1.0 =
     222Release date: 2016-12-22
     223
     224* Tested WP 4.7
     225
    221226= 1.0.7 =
    222227Release date: 2016-08-17
     
    280285
    281286* UI:
    282     * Wordpress sidebar is folded to increase viewer space
     287    * WordPress sidebar is folded to increase viewer space
    283288    * Sidebar is sticky so actions are always present when scrolling
    284289    * Updated the header to display more error messages and to use less vertical space
     
    297302
    298303* Fix:
    299     * Disabled remote api and replaced it with Wordpress Ajax handling.  This should solve problems experienced with Multi-Tenant and extreme custom installs
     304    * Disabled remote api and replaced it with WordPress Ajax handling.  This should solve problems experienced with Multi-Tenant and extreme custom installs
    300305
    301306= 0.12.5 =
     
    324329
    325330* UI:
    326     * Added color indicator for PHP Deprecated and Wordpress database errors
     331    * Added color indicator for PHP Deprecated and WordPress database errors
    327332
    328333= 0.12.1 =
  • wp-log-viewer/trunk/wp-log-viewer.php

    r1477006 r1560095  
    99 * Plugin Name: WP Log Viewer
    1010 * Plugin URI:  https://github.com/allbitsnbytes/wp-log-viewer
    11  * Description: Wordpress debug log viewer plugin
    12  * Version:     1.0.7
     11 * Description: WordPress debug log viewer plugin
     12 * Version:     1.1.0
    1313 * Author:      Maxwell Berkel
    1414 * Author URI:  http://allbitsnbytes.com
Note: See TracChangeset for help on using the changeset viewer.