From 6caa06509ba6249cb624259e887c3051c2ae5bab Mon Sep 17 00:00:00 2001 From: chrisdavenport Date: Sun, 1 Jan 2017 22:36:14 +0000 Subject: [PATCH] Set version number --- src/plugins/system/weblinks/weblinks.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/system/weblinks/weblinks.php b/src/plugins/system/weblinks/weblinks.php index b05a66a..d83d3d7 100644 --- a/src/plugins/system/weblinks/weblinks.php +++ b/src/plugins/system/weblinks/weblinks.php @@ -14,7 +14,7 @@ use Joomla\Registry\Registry; /** * System plugin for Joomla Web Links. * - * @since __DEPLOY_VERSION__ + * @since 3.6.0 */ class PlgSystemWeblinks extends JPlugin { @@ -22,7 +22,7 @@ class PlgSystemWeblinks extends JPlugin * Load the language file on instantiation. * * @var boolean - * @since __DEPLOY_VERSION__ + * @since 3.6.0 */ protected $autoloadLanguage = true; @@ -33,7 +33,7 @@ class PlgSystemWeblinks extends JPlugin * * @return array containing statistical information. * - * @since __DEPLOY_VERSION__ + * @since 3.6.0 */ public function onGetStats($extension) {