Plugin Directory

Changeset 3234548


Ignore:
Timestamp:
02/04/2025 09:37:44 AM (14 months ago)
Author:
sminozzi
Message:

Version 5.07

Location:
wptools/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wptools/trunk/changelog.txt

    r3234531 r3234548  
    22
    33This 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.
     45.06/07  2025-02-04 - Improved javascript error catch.
    555.03/05  2025-01-22 - Improved errorslog table.
    665.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  
    6464
    6565
    66 debug4();
     66// debug4();
    6767
    6868$plugin_name = 'bill-catch-errors.php';
     
    7474
    7575if (isset($wp_mu_plugins[$plugin_name])) {
    76     debug4();
     76    //debug4();
    7777
    7878    // Get the plugin's data
     
    8989    }
    9090} else {
    91     debug4();
     91    //debug4();
    9292
    9393    //debug4('The Bill Catch Errors plugin is not installed or loaded.');
     
    9898function bill_install_mu_plugin()
    9999{
    100     debug4();
     100    //debug4();
    101101
    102102    $plugin_file = 'bill-catch-errors.php';
     
    124124        $destination = $mu_plugins_dir . '/' . $plugin_file;
    125125
    126         debug4($source);
    127         debug4($destination);
     126        //debug4($source);
     127        //debug4($destination);
    128128
    129129        // Check if the plugin file exists in the source directory
  • wptools/trunk/readme.txt

    r3234531 r3234548  
    44Requires at least: 5.2
    55Tested up to: 6.7
    6 Stable tag: 5.06
     6Stable tag: 5.07
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • wptools/trunk/wptools.php

    r3234531 r3234548  
    44Plugin URI:  https://BillMinozzi.com
    55Description: 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.06
     6Version:     5.07
    77Author:      Bill Minozzi
    88Plugin URI:  https://BillMinozzi.com
Note: See TracChangeset for help on using the changeset viewer.