Changeset 1560095
- Timestamp:
- 12/22/2016 09:31:23 PM (9 years ago)
- Location:
- wp-log-viewer
- Files:
-
- 46 added
- 4 edited
-
tags/1.1.0 (added)
-
tags/1.1.0/api (added)
-
tags/1.1.0/api/index.php (added)
-
tags/1.1.0/assets (added)
-
tags/1.1.0/assets/css (added)
-
tags/1.1.0/assets/css/main.min.css (added)
-
tags/1.1.0/assets/fonts (added)
-
tags/1.1.0/assets/fonts/FontAwesome.otf (added)
-
tags/1.1.0/assets/fonts/fontawesome-webfont.eot (added)
-
tags/1.1.0/assets/fonts/fontawesome-webfont.svg (added)
-
tags/1.1.0/assets/fonts/fontawesome-webfont.ttf (added)
-
tags/1.1.0/assets/fonts/fontawesome-webfont.woff (added)
-
tags/1.1.0/assets/fonts/fontawesome-webfont.woff2 (added)
-
tags/1.1.0/assets/js (added)
-
tags/1.1.0/assets/js/main.min.js (added)
-
tags/1.1.0/autoload.php (added)
-
tags/1.1.0/humans.txt (added)
-
tags/1.1.0/libs (added)
-
tags/1.1.0/libs/Ajax.php (added)
-
tags/1.1.0/libs/Api.php (added)
-
tags/1.1.0/libs/Auth.php (added)
-
tags/1.1.0/libs/Characteristic (added)
-
tags/1.1.0/libs/Characteristic/IsSingleton.php (added)
-
tags/1.1.0/libs/Helper.php (added)
-
tags/1.1.0/libs/Http (added)
-
tags/1.1.0/libs/Http/Request.php (added)
-
tags/1.1.0/libs/Http/Response.php (added)
-
tags/1.1.0/libs/Log.php (added)
-
tags/1.1.0/libs/Plugin.php (added)
-
tags/1.1.0/libs/Router.php (added)
-
tags/1.1.0/libs/Settings.php (added)
-
tags/1.1.0/readme.txt (added)
-
tags/1.1.0/wp-log-viewer.php (added)
-
trunk/assets/banner-1544x500.png (added)
-
trunk/assets/banner-772x250.png (added)
-
trunk/assets/favicon.png (added)
-
trunk/assets/icon-128x128.png (added)
-
trunk/assets/icon-256x256.png (added)
-
trunk/assets/screenshot-1.png (added)
-
trunk/assets/screenshot-2.png (added)
-
trunk/assets/screenshot-3.png (added)
-
trunk/assets/screenshot-4.png (added)
-
trunk/assets/screenshot-5.png (added)
-
trunk/assets/screenshot-6.png (added)
-
trunk/assets/screenshot-7.png (added)
-
trunk/assets/screenshot-8.png (added)
-
trunk/humans.txt (modified) (1 diff)
-
trunk/libs/Plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (8 diffs)
-
trunk/wp-log-viewer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-log-viewer/trunk/humans.txt
r1477006 r1560095 6 6 7 7 /* META */ 8 Updated: 08-17-20168 Updated: 12-22-2016 9 9 See: http://humanstxt.org/ -
wp-log-viewer/trunk/libs/Plugin.php
r1339039 r1560095 109 109 public function add_navigation() { 110 110 if ($this->user_authorized) { 111 add_management_page('Word press 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']); 112 112 } 113 113 } -
wp-log-viewer/trunk/readme.txt
r1477006 r1560095 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. 68 Stable tag: 1. 0.77 Tested up to: 4.7 8 Stable tag: 1.1.0 9 9 10 10 One click enable/disable debugging, clear debug.log, search, sort, and filter errors. See new errors automatically without refreshing. … … 13 13 == Description == 14 14 15 WP Log viewer makes debugging your Word press site easy and stress free.15 WP Log viewer makes debugging your WordPress site easy and stress free. 16 16 17 17 … … 102 102 == Installation == 103 103 104 = From your Word press Dashboard =104 = From your WordPress Dashboard = 105 105 106 106 1. Click on "Plugins > Add New" in the sidebar … … 121 121 = Requirements = 122 122 * PHP 5.4.0 or greater 123 * Word press 3.9 or above123 * WordPress 3.9 or above 124 124 125 125 … … 219 219 All notable changes will be tracked in this change log. 220 220 221 = 1.1.0 = 222 Release date: 2016-12-22 223 224 * Tested WP 4.7 225 221 226 = 1.0.7 = 222 227 Release date: 2016-08-17 … … 280 285 281 286 * UI: 282 * Word press sidebar is folded to increase viewer space287 * WordPress sidebar is folded to increase viewer space 283 288 * Sidebar is sticky so actions are always present when scrolling 284 289 * Updated the header to display more error messages and to use less vertical space … … 297 302 298 303 * Fix: 299 * Disabled remote api and replaced it with Word press Ajax handling. This should solve problems experienced with Multi-Tenant and extreme custom installs304 * Disabled remote api and replaced it with WordPress Ajax handling. This should solve problems experienced with Multi-Tenant and extreme custom installs 300 305 301 306 = 0.12.5 = … … 324 329 325 330 * UI: 326 * Added color indicator for PHP Deprecated and Word press database errors331 * Added color indicator for PHP Deprecated and WordPress database errors 327 332 328 333 = 0.12.1 = -
wp-log-viewer/trunk/wp-log-viewer.php
r1477006 r1560095 9 9 * Plugin Name: WP Log Viewer 10 10 * Plugin URI: https://github.com/allbitsnbytes/wp-log-viewer 11 * Description: Word press debug log viewer plugin12 * Version: 1. 0.711 * Description: WordPress debug log viewer plugin 12 * Version: 1.1.0 13 13 * Author: Maxwell Berkel 14 14 * Author URI: http://allbitsnbytes.com
Note: See TracChangeset
for help on using the changeset viewer.