2021-10-14 14:30:40 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2024-03-02 20:06:24 +00:00
|
|
|
<extension type="plugin" version="3.10" group="content" method="upgrade">
|
2022-05-09 12:26:07 +00:00
|
|
|
<name>PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS</name>
|
2024-07-08 20:53:46 +00:00
|
|
|
<creationDate>8th July, 2024</creationDate>
|
2021-10-14 14:30:40 +00:00
|
|
|
<author>Llewellyn van der Merwe</author>
|
2021-12-16 09:22:04 +00:00
|
|
|
<authorEmail>joomla@vdm.io</authorEmail>
|
|
|
|
<authorUrl>https://dev.vdm.io</authorUrl>
|
2021-10-14 14:30:40 +00:00
|
|
|
<copyright>Copyright (C) 2015 Vast Development Method. All rights reserved.</copyright>
|
|
|
|
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
|
2022-10-23 21:15:15 +00:00
|
|
|
<version>2.0.1</version>
|
2022-05-09 12:26:07 +00:00
|
|
|
<description>PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_XML_DESCRIPTION</description>
|
2021-10-14 14:30:40 +00:00
|
|
|
|
|
|
|
<!-- Scripts to run on installation -->
|
|
|
|
<scriptfile>script.php</scriptfile>
|
|
|
|
|
|
|
|
<!-- Language files -->
|
|
|
|
<languages folder="language">
|
|
|
|
<language tag="en-GB">en-GB/en-GB.plg_content_componentbuildercomponentheaderstabs.ini</language>
|
|
|
|
<language tag="en-GB">en-GB/en-GB.plg_content_componentbuildercomponentheaderstabs.sys.ini</language>
|
|
|
|
</languages>
|
|
|
|
|
|
|
|
<!-- Plugin files -->
|
|
|
|
<files>
|
|
|
|
<filename plugin="componentbuildercomponentheaderstabs">componentbuildercomponentheaderstabs.php</filename>
|
|
|
|
<filename>index.html</filename>
|
|
|
|
<folder>language</folder>
|
|
|
|
<folder>forms</folder>
|
|
|
|
</files>
|
|
|
|
</extension>
|