Changeset 3234548
- Timestamp:
- 02/04/2025 09:37:44 AM (14 months ago)
- Location:
- wptools/trunk
- Files:
-
- 4 edited
-
changelog.txt (modified) (1 diff)
-
includes/catch-errors/class_bill_catch_errors.php (modified) (5 diffs)
-
readme.txt (modified) (1 diff)
-
wptools.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wptools/trunk/changelog.txt
r3234531 r3234548 2 2 3 3 This file contains changelog entries, so we can keep the size of the standard WordPress readme.txt file reasonable. 4 5.06 2025-02-04 - Improved javascript error catch.4 5.06/07 2025-02-04 - Improved javascript error catch. 5 5 5.03/05 2025-01-22 - Improved errorslog table. 6 6 5.00/02 2025-01-17/19 - installed advanced table to manage error log issues. -
wptools/trunk/includes/catch-errors/class_bill_catch_errors.php
r3234531 r3234548 64 64 65 65 66 debug4();66 // debug4(); 67 67 68 68 $plugin_name = 'bill-catch-errors.php'; … … 74 74 75 75 if (isset($wp_mu_plugins[$plugin_name])) { 76 debug4();76 //debug4(); 77 77 78 78 // Get the plugin's data … … 89 89 } 90 90 } else { 91 debug4();91 //debug4(); 92 92 93 93 //debug4('The Bill Catch Errors plugin is not installed or loaded.'); … … 98 98 function bill_install_mu_plugin() 99 99 { 100 debug4();100 //debug4(); 101 101 102 102 $plugin_file = 'bill-catch-errors.php'; … … 124 124 $destination = $mu_plugins_dir . '/' . $plugin_file; 125 125 126 debug4($source);127 debug4($destination);126 //debug4($source); 127 //debug4($destination); 128 128 129 129 // Check if the plugin file exists in the source directory -
wptools/trunk/readme.txt
r3234531 r3234548 4 4 Requires at least: 5.2 5 5 Tested up to: 6.7 6 Stable tag: 5.0 66 Stable tag: 5.07 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wptools/trunk/wptools.php
r3234531 r3234548 4 4 Plugin URI: https://BillMinozzi.com 5 5 Description: WP Tools Increase PHP memory limit, time limit, max upload file size limit without editing any files.Show PHP info, PHP and Javascript errors, Server info and more tools. 6 Version: 5.0 66 Version: 5.07 7 7 Author: Bill Minozzi 8 8 Plugin URI: https://BillMinozzi.com
Note: See TracChangeset
for help on using the changeset viewer.