Skip to content

Commit 34c6d91

Browse files
client integration: version must be on app level
1 parent 58daf2d commit 34c6d91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Capabilities.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ public function getCapabilities() {
2727
return [
2828
'client_integration' => [
2929
Application::APP_ID => [
30+
'version' => '0.1',
3031
'context-menu' => [
3132
[
32-
'version' => '0.1',
3333
'name' => $this->l10n->t('Visualize data in Analytics'),
3434
'url' => '/ocs/v2.php/apps/analytics/createFromDataFile',
3535
'method' => 'POST',
@@ -42,4 +42,4 @@ public function getCapabilities() {
4242
],
4343
];
4444
}
45-
}
45+
}

0 commit comments

Comments
 (0)