Add deprecation checks

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2018-01-31 13:48:35 +01:00
parent 372e06d742
commit 3fa92a03e5
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 8 additions and 0 deletions

View File

@ -46,6 +46,7 @@ class DeprecationCheck extends AbstractCheck {
'OCP\AppFramework\IApi' => '8.0.0',
'OCP\User' => '13.0.0',
'OCP\BackgroundJob' => '14.0.0',
'OCP\App' => '14.0.0',
];
}
@ -102,6 +103,13 @@ class DeprecationCheck extends AbstractCheck {
'OCP\App::addNavigationEntry' => '8.1.0',
'OCP\App::getActiveNavigationEntry' => '8.2.0',
'OCP\App::setActiveNavigationEntry' => '8.1.0',
'OCP\App::registerPersonal' => '14.0.0',
'OCP\App::registerAdmin' => '14.0.0',
'OC_App::getAppInfo' => '14.0.0',
'OCP\App::getAppInfo' => '14.0.0',
'OC_App::getAppVersion' => '14.0.0',
'OCP\App::getAppVersion' => '14.0.0',
'OCP\App::registerPersonal' => '14.0.0',
'OCP\AppFramework\Controller::params' => '7.0.0',
'OCP\AppFramework\Controller::getParams' => '7.0.0',