HFP-1768 Add api core version to requests to api.h5p.org

pull/44/head
Paal Joergensen 2017-11-23 11:39:03 +01:00
parent f3efd217c8
commit 90d1e7579d
1 changed files with 5 additions and 1 deletions

View File

@ -2509,7 +2509,11 @@ class H5PCore {
'h5p_version' => $platform['h5pVersion'],
'disabled' => $fetchingDisabled ? 1 : 0,
'local_id' => hash('crc32', $this->fullPluginPath),
'type' => $this->h5pF->getOption('site_type', 'local')
'type' => $this->h5pF->getOption('site_type', 'local'),
'core_api_version' => json_encode(array(
'major' => H5PCore::$coreApi['majorVersion'],
'minor' => H5PCore::$coreApi['minorVersion']
))
);
// Register site if it is not registered