Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2014-11-21 21:17:47 +0300
committersgiehl <stefan@piwik.org>2014-11-21 21:17:47 +0300
commitafb283a4cfa2bd9d147b8ad7e587404db4ed2bac (patch)
tree4cf66df6dcbf13d6c99cc61c13542b00bdd94d2b /plugins
parent432a8c813b2b3ecba46abfe3c95cbdc03d43ec15 (diff)
fix version number
Diffstat (limited to 'plugins')
-rw-r--r--plugins/UserSettings/API.php12
1 files changed, 6 insertions, 6 deletions
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)
{