From 82da1180da14db053199ee47f1f8e39b98091a7f Mon Sep 17 00:00:00 2001 From: Roberto Guagliardo Date: Sun, 1 Feb 2026 04:36:06 +0000 Subject: [PATCH] fix: include owner and repository in license verification request --- includes/SitiWebUpdater2.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/SitiWebUpdater2.php b/includes/SitiWebUpdater2.php index d2b6f53..6a2d069 100644 --- a/includes/SitiWebUpdater2.php +++ b/includes/SitiWebUpdater2.php @@ -259,6 +259,8 @@ class SitiWebUpdater2 { 'key' => $license_key, 'hostname' => $hostname, 'currentVersion' => $current_version, + 'owner' => $this->owner, + 'repository' => $this->repository, ) ), 'timeout' => 15, ) );