mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-02-13 22:50:21 +00:00
Set version number
This commit is contained in:
parent
0e5dc69bc1
commit
6caa06509b
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user