From afb283a4cfa2bd9d147b8ad7e587404db4ed2bac Mon Sep 17 00:00:00 2001 From: sgiehl Date: Fri, 21 Nov 2014 19:17:47 +0100 Subject: fix version number --- plugins/UserSettings/API.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'plugins') diff --git a/plugins/UserSettings/API.php b/plugins/UserSettings/API.php index 4ee7577228..611c309114 100644 --- a/plugins/UserSettings/API.php +++ b/plugins/UserSettings/API.php @@ -57,7 +57,7 @@ class API extends \Piwik\Plugin\API } /** - * @deprecated since 2.9.0 See {@link Piwik\Plugins\DevicesDetector\API} for new implementation. + * @deprecated since 2.10.0 See {@link Piwik\Plugins\DevicesDetector\API} for new implementation. */ public function getOS($idSite, $period, $date, $segment = false, $addShortLabel = true) { @@ -65,7 +65,7 @@ class API extends \Piwik\Plugin\API } /** - * @deprecated since 2.9.0 See {@link Piwik\Plugins\DevicesDetector\API} for new implementation. + * @deprecated since 2.10.0 See {@link Piwik\Plugins\DevicesDetector\API} for new implementation. */ public function getOSFamily($idSite, $period, $date, $segment = false) { @@ -74,7 +74,7 @@ class API extends \Piwik\Plugin\API /** * Gets a DataTable displaying number of visits by device type. - * @deprecated since 2.9.0 See {@link Piwik\Plugins\DevicesDetector\API} for new implementation. + * @deprecated since 2.10.0 See {@link Piwik\Plugins\DevicesDetector\API} for new implementation. */ public function getMobileVsDesktop($idSite, $period, $date, $segment = false) { @@ -82,7 +82,7 @@ class API extends \Piwik\Plugin\API } /** - * @deprecated since 2.9.0 See {@link Piwik\Plugins\DevicesDetector\API} for new implementation. + * @deprecated since 2.10.0 See {@link Piwik\Plugins\DevicesDetector\API} for new implementation. */ public function getBrowserVersion($idSite, $period, $date, $segment = false) { @@ -90,7 +90,7 @@ class API extends \Piwik\Plugin\API } /** - * @deprecated since 2.9.0 See {@link Piwik\Plugins\DevicesDetector\API} for new implementation. + * @deprecated since 2.10.0 See {@link Piwik\Plugins\DevicesDetector\API} for new implementation. */ public function getBrowser($idSite, $period, $date, $segment = false) { @@ -106,7 +106,7 @@ class API extends \Piwik\Plugin\API } /** - * @deprecated since 2.9.0 Use {@link getScreenType} instead. + * @deprecated since 2.10.0 Use {@link getScreenType} instead. */ public function getWideScreen($idSite, $period, $date, $segment = false) { -- cgit v1.2.3