fix: include owner and repository in license verification request
All checks were successful
Build & Release Plugin / release (push) Successful in 6s

This commit is contained in:
2026-02-01 04:36:06 +00:00
parent 2c749eebd5
commit 82da1180da

View File

@@ -259,6 +259,8 @@ class SitiWebUpdater2 {
'key' => $license_key,
'hostname' => $hostname,
'currentVersion' => $current_version,
'owner' => $this->owner,
'repository' => $this->repository,
) ),
'timeout' => 15,
) );