From 7bdb9df5f4406f6695332e50e403c38125df287b Mon Sep 17 00:00:00 2001 From: Joao Figueiredo Date: Sun, 1 Jun 2025 18:49:39 +0100 Subject: [PATCH] config file name change to reflect new project name --- door-status-config.php => wp-spaceapi-consumer-config.php | 0 wp-spaceapi-consumer.php | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename door-status-config.php => wp-spaceapi-consumer-config.php (100%) diff --git a/door-status-config.php b/wp-spaceapi-consumer-config.php similarity index 100% rename from door-status-config.php rename to wp-spaceapi-consumer-config.php diff --git a/wp-spaceapi-consumer.php b/wp-spaceapi-consumer.php index 49dfd9d..38864c4 100644 --- a/wp-spaceapi-consumer.php +++ b/wp-spaceapi-consumer.php @@ -24,7 +24,7 @@ if ( ! defined( 'ABSPATH' ) ) { | still works out‑of‑the‑box. */ -$config_file = plugin_dir_path( __FILE__ ) . 'door-status-config.php'; +$config_file = plugin_dir_path( __FILE__ ) . 'wp-spaceapi-consumer-config.php'; if ( file_exists( $config_file ) ) { require_once $config_file; }