Plugin Directory

Changeset 2856015


Ignore:
Timestamp:
01/27/2023 05:35:55 PM (3 years ago)
Author:
dcid
Message:

fixing error on the reset pass logging (not enabled yet)

Location:
trunc-logging/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunc-logging/trunk/readme.txt

    r2856013 r2856015  
    55Requires at least: 3.6
    66Tested up to: 6.1
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88License: GPLv3
    99
     
    7171== Changelog ==
    7272
    73 = 1.0.2 =
    74 * Fixing error on the password reset process.
     73= 1.0.3 =
     74* Fixing error on the password reset process + proper versions.
    7575
    7676= 1.0.1 =
  • trunc-logging/trunk/trunc.php

    r2856011 r2856015  
    55 * Description: The Trunc Logging Plugin provides an audit log (syslog) and visibility to what is happening inside WordPress.
    66 * Author: Trunc
    7  * Version: 1.0.1
     7 * Version: 1.0.3
    88 * Author URI: https://trunc.org
    99 * License: GPLv3
     
    2929
    3030define('TRUNCLOGGING', 'trunc_logging');
    31 define('TRUNCLOGGING_VERSION', '1.0.1');
     31define('TRUNCLOGGING_VERSION', '1.0.3');
    3232define('TRUNCLOGGING_DIR', dirname(dirname(plugin_dir_path(__FILE__))) . '/uploads/logging/');
    3333define('TRUNCLOGGING_FILE', dirname(dirname(plugin_dir_path(__FILE__))) . '/uploads/logging/trunc_logging.php');
Note: See TracChangeset for help on using the changeset viewer.