first commit

This commit is contained in:
2026-02-08 21:16:11 +01:00
commit e17b7026fd
8881 changed files with 1160453 additions and 0 deletions

View File

View 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');
}

View 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>