Set version number

This commit is contained in:
chrisdavenport 2017-01-01 22:36:14 +00:00
parent 0e5dc69bc1
commit 6caa06509b
1 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ use Joomla\Registry\Registry;
/** /**
* System plugin for Joomla Web Links. * System plugin for Joomla Web Links.
* *
* @since __DEPLOY_VERSION__ * @since 3.6.0
*/ */
class PlgSystemWeblinks extends JPlugin class PlgSystemWeblinks extends JPlugin
{ {
@ -22,7 +22,7 @@ class PlgSystemWeblinks extends JPlugin
* Load the language file on instantiation. * Load the language file on instantiation.
* *
* @var boolean * @var boolean
* @since __DEPLOY_VERSION__ * @since 3.6.0
*/ */
protected $autoloadLanguage = true; protected $autoloadLanguage = true;
@ -33,7 +33,7 @@ class PlgSystemWeblinks extends JPlugin
* *
* @return array containing statistical information. * @return array containing statistical information.
* *
* @since __DEPLOY_VERSION__ * @since 3.6.0
*/ */
public function onGetStats($extension) public function onGetStats($extension)
{ {