diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-04-19 01:04:59 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-04-19 01:04:59 +0200 |
commit | c056c5201061670b0a51d4bd242e704e00050d4b (patch) | |
tree | df3a2f62582ce22f0ea28e3a62b0d0457cdc1cd4 /lib/public/app.php | |
parent | cdf82909b8225a885fbf92b78208fb1fe258853e (diff) | |
download | nextcloud-server-c056c5201061670b0a51d4bd242e704e00050d4b.tar.gz nextcloud-server-c056c5201061670b0a51d4bd242e704e00050d4b.zip |
Add version to @deprecated tags
Diffstat (limited to 'lib/public/app.php')
-rw-r--r-- | lib/public/app.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/public/app.php b/lib/public/app.php index 3f30e0cd031..13f41025425 100644 --- a/lib/public/app.php +++ b/lib/public/app.php @@ -46,7 +46,7 @@ class App { * @param array $data with all information * @return boolean * - * @deprecated This method is deprecated. Do not call it anymore. + * @deprecated 4.5.0 This method is deprecated. Do not call it anymore. * It'll remain in our public API for compatibility reasons. * */ @@ -72,7 +72,7 @@ class App { * @param array $data containing the data * @return boolean * - * @deprecated Use \OC::$server->getNavigationManager()->add() instead to + * @deprecated 8.1.0 Use \OC::$server->getNavigationManager()->add() instead to * register a closure, this helps to speed up all requests against ownCloud * @since 4.0.0 */ @@ -90,7 +90,7 @@ class App { * property from all other entries. The templates can use this for * highlighting the current position of the user. * - * @deprecated Use \OC::$server->getNavigationManager()->setActiveEntry() instead + * @deprecated 8.1.0 Use \OC::$server->getNavigationManager()->setActiveEntry() instead * @since 4.0.0 */ public static function setActiveNavigationEntry( $id ) { |