diff --git a/lib/AbstractPicoPlugin.php b/lib/AbstractPicoPlugin.php index 17bf483..c586c29 100644 --- a/lib/AbstractPicoPlugin.php +++ b/lib/AbstractPicoPlugin.php @@ -198,7 +198,7 @@ abstract class AbstractPicoPlugin implements PicoPluginInterface * * @see PicoPluginInterface::getPico() * - * @deprecated 3.0.0 + * @deprecated 2.1.0 * * @param string $methodName name of the method to call * @param array $params parameters to pass diff --git a/lib/Pico.php b/lib/Pico.php index 3118432..ae56782 100644 --- a/lib/Pico.php +++ b/lib/Pico.php @@ -2253,7 +2253,7 @@ class Pico * * @see Pico::getUrlFromPath() * - * @deprecated 3.0.0 + * @deprecated 2.1.0 * * @return string */