From c3ce889b3b4bf4562e34cfd1dfec4207f053f74a Mon Sep 17 00:00:00 2001 From: Bill Robbins Date: Sat, 26 Mar 2022 10:52:45 -0500 Subject: [PATCH] Update woocommerce-action-logging.php --- woocommerce-action-logging.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/woocommerce-action-logging.php b/woocommerce-action-logging.php index 317c10b..024d7f8 100644 --- a/woocommerce-action-logging.php +++ b/woocommerce-action-logging.php @@ -4,7 +4,7 @@ * Plugin Name: WooCommerce Action Logging * Plugin URI: https://github.com/billrobbins/woocommerce-action-logging * Description: Logs a stack backtrace whenever a specified WooCommerce hook is used - * Version: 0.0 + * Version: 0.1 * Requires at least: 5.2 * Requires PHP: 7.4 * Author: Bill Robbins @@ -58,4 +58,4 @@ function wc_action_logging_scripts() { wp_enqueue_style( 'action-logging' ); } -add_action( 'admin_enqueue_scripts', 'wc_action_logging_scripts' ); \ No newline at end of file +add_action( 'admin_enqueue_scripts', 'wc_action_logging_scripts' );