Changeset 2856015
- Timestamp:
- 01/27/2023 05:35:55 PM (3 years ago)
- Location:
- trunc-logging/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
trunc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunc-logging/trunk/readme.txt
r2856013 r2856015 5 5 Requires at least: 3.6 6 6 Tested up to: 6.1 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 License: GPLv3 9 9 … … 71 71 == Changelog == 72 72 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. 75 75 76 76 = 1.0.1 = -
trunc-logging/trunk/trunc.php
r2856011 r2856015 5 5 * Description: The Trunc Logging Plugin provides an audit log (syslog) and visibility to what is happening inside WordPress. 6 6 * Author: Trunc 7 * Version: 1.0. 17 * Version: 1.0.3 8 8 * Author URI: https://trunc.org 9 9 * License: GPLv3 … … 29 29 30 30 define('TRUNCLOGGING', 'trunc_logging'); 31 define('TRUNCLOGGING_VERSION', '1.0. 1');31 define('TRUNCLOGGING_VERSION', '1.0.3'); 32 32 define('TRUNCLOGGING_DIR', dirname(dirname(plugin_dir_path(__FILE__))) . '/uploads/logging/'); 33 33 define('TRUNCLOGGING_FILE', dirname(dirname(plugin_dir_path(__FILE__))) . '/uploads/logging/trunc_logging.php');
Note: See TracChangeset
for help on using the changeset viewer.