From 5613a1b57cd65cd3f70c40c7b9f388c2c2d95fbf Mon Sep 17 00:00:00 2001 From: Sarai Chinwag Date: Tue, 3 Mar 2026 00:54:18 +0000 Subject: [PATCH] fix: rename PostTrackingTrait.php to match class name PostTracking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit 13e7d85a refactored PostTrackingTrait into a static PostTracking class but kept the old filename. PSR-4 autoloader looks for PostTracking.php — class not found at runtime, breaking all publish handlers that rely on automatic post tracking. --- inc/Core/WordPress/{PostTrackingTrait.php => PostTracking.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename inc/Core/WordPress/{PostTrackingTrait.php => PostTracking.php} (100%) diff --git a/inc/Core/WordPress/PostTrackingTrait.php b/inc/Core/WordPress/PostTracking.php similarity index 100% rename from inc/Core/WordPress/PostTrackingTrait.php rename to inc/Core/WordPress/PostTracking.php