fix: include owner and repository in license verification request
All checks were successful
Build & Release Plugin / release (push) Successful in 6s
All checks were successful
Build & Release Plugin / release (push) Successful in 6s
This commit is contained in:
@@ -259,6 +259,8 @@ class SitiWebUpdater2 {
|
|||||||
'key' => $license_key,
|
'key' => $license_key,
|
||||||
'hostname' => $hostname,
|
'hostname' => $hostname,
|
||||||
'currentVersion' => $current_version,
|
'currentVersion' => $current_version,
|
||||||
|
'owner' => $this->owner,
|
||||||
|
'repository' => $this->repository,
|
||||||
) ),
|
) ),
|
||||||
'timeout' => 15,
|
'timeout' => 15,
|
||||||
) );
|
) );
|
||||||
|
|||||||
Reference in New Issue
Block a user