first commit
This commit is contained in:
0
plugins/system/smartslider3/index.html
Normal file
0
plugins/system/smartslider3/index.html
Normal file
11
plugins/system/smartslider3/smartslider3.php
Normal file
11
plugins/system/smartslider3/smartslider3.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
use Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3;
|
||||
|
||||
defined('_JEXEC') or die;
|
||||
|
||||
jimport("smartslider3.joomla");
|
||||
|
||||
if (class_exists('\Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3')) {
|
||||
class_alias(PluginSmartSlider3::class, 'plgSystemSmartSlider3');
|
||||
}
|
||||
20
plugins/system/smartslider3/smartslider3.xml
Normal file
20
plugins/system/smartslider3/smartslider3.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<extension version="3.9" type="plugin" group="system" method="upgrade">
|
||||
<name>Smart Slider 3 System Plugin</name>
|
||||
<author>Nextendweb</author>
|
||||
<creationDate>2022-11-10</creationDate>
|
||||
<copyright>Copyright (C) 2020 Nextendweb.com. All rights reserved.</copyright>
|
||||
<license>http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License</license>
|
||||
<authorEmail>roland@nextendweb.com</authorEmail>
|
||||
<authorUrl>https://smartslider3.com</authorUrl>
|
||||
<version>3.5.1.12</version>
|
||||
<files>
|
||||
<filename plugin="smartslider3">smartslider3.php</filename>
|
||||
<filename>index.html</filename>
|
||||
</files>
|
||||
<updateservers>
|
||||
<server type="extension" name="Smart Slider 3 Updates">
|
||||
<![CDATA[https://api.nextendweb.com/v1/?action=joomla_version&platform=joomla&product=smartslider3&pro=0&channel=stable]]>
|
||||
</server>
|
||||
</updateservers>
|
||||
</extension>
|
||||
Reference in New Issue
Block a user