Plugin Directory

Changeset 3106537


Ignore:
Timestamp:
06/24/2024 08:54:41 AM (22 months ago)
Author:
mslepko
Message:

Re-enabled sending emails with the logs

Location:
error-logs-emailer-for-woocommerce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • error-logs-emailer-for-woocommerce/trunk/error-logs-emailer-for-woocommerce.php

    r3090986 r3106537  
    1212 * Plugin Name: Error Logs Emailer for WooCommerce
    1313 * Description: Sends the previous day's WooCommerce fatal error log to specified email(s) using Action Scheduler.
    14  * Version: 1.2.3
     14 * Version: 1.2.4
    1515 * Author: WP Maintenance PRO
    1616 * Plugin URI: https://github.com/rootscopeltd/wc-error-logs-emailer
     
    189189                    $wp_filesystem = new WP_Filesystem_Direct( null );
    190190                    $log_content   = $wp_filesystem->get_contents( $log_file );
    191                     //wp_mail( $email, "[$site_name] WooCommerce Fatal Errors Log for $yesterday", $log_content );
     191                    wp_mail( $email, "[$site_name] WooCommerce Fatal Errors Log for $yesterday", $log_content );
    192192                }
    193193            }
  • error-logs-emailer-for-woocommerce/trunk/readme.txt

    r3090986 r3106537  
    55Tested up to: 6.5
    66Requires PHP: 7.4
    7 Stable tag: 1.2.3
     7Stable tag: 1.2.4
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    26263. Go to Settings page to change it.
    2727
    28 == Screenshots ==
     28== Changelog ==
    2929
    30 1. Receive Daily WooCommerce Error Logs Directly to Your Inbox
    31 3. Emails priority and default settings
    32 
    33 == Changelog ==
     30= 1.2.4 =
     31* Re-enabled sending emails with the logs
    3432
    3533= 1.2.3 =
Note: See TracChangeset for help on using the changeset viewer.