Plugin Directory

Changeset 1233128


Ignore:
Timestamp:
08/28/2015 02:05:59 PM (11 years ago)
Author:
maxwellberkel
Message:

Release some fixes

Location:
wp-log-viewer
Files:
32 added
2 edited

Legend:

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

    r1231490 r1233128  
    154154
    155155        if (defined('WPLV_WP_CORE_PATH') && WPLV_WP_CORE_PATH != '') {
    156             $wp_load_path = WPLV_WP_CORE_PATH . '/wp-load.php';
     156            $wp_load_path = str_replace('//', '/', $_SERVER['DOCUMENT_ROOT'] . '/' . WPLV_WP_CORE_PATH . '/wp-load.php');
    157157        }
    158158
  • wp-log-viewer/trunk/readme.txt

    r1231490 r1233128  
    66Requires at least: 3.9
    77Tested up to: 4.3
    8 Stable tag: 0.12.4
     8Stable tag: 0.12.5
    99
    1010Easily search, sort and group log entries.  Click the log file with one click.  See new errors automatically without refreshing.
     
    130130All notable changes will be tracked in this change log.
    131131
    132 = 0.12.4
    133 Release date: 2015-08-25
     132= 0.12.5 =
     133Release date: 2015-08-28
     134
     135* Fix:
     136    * Fixed an issue where wp installs in sud directories sometimes caused the plugin not to load
     137
     138= 0.12.4 =
     139Release date: 2015-08-26
    134140
    135141* Fix:
Note: See TracChangeset for help on using the changeset viewer.