Robot
cc8b866f2a
Here's an update on the current version, which includes changes towards the next release still in beta.
29 lines
1.3 KiB
XML
29 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<extension type="plugin" version="4" group="content" method="upgrade">
|
|
<name>PLG_CONTENT_COMPONENTBUILDERCOMPONENTDASHBOARDHEADERSTABS</name>
|
|
<creationDate>15th April, 2023</creationDate>
|
|
<author>Llewellyn van der Merwe</author>
|
|
<authorEmail>joomla@vdm.io</authorEmail>
|
|
<authorUrl>https://dev.vdm.io</authorUrl>
|
|
<copyright>Copyright (C) 2015 Vast Development Method. All rights reserved.</copyright>
|
|
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
|
|
<version>2.0.1</version>
|
|
<description>PLG_CONTENT_COMPONENTBUILDERCOMPONENTDASHBOARDHEADERSTABS_XML_DESCRIPTION</description>
|
|
|
|
<!-- Scripts to run on installation -->
|
|
<scriptfile>script.php</scriptfile>
|
|
|
|
<!-- Language files -->
|
|
<languages folder="language">
|
|
<language tag="en-GB">en-GB/en-GB.plg_content_componentbuildercomponentdashboardheaderstabs.ini</language>
|
|
<language tag="en-GB">en-GB/en-GB.plg_content_componentbuildercomponentdashboardheaderstabs.sys.ini</language>
|
|
</languages>
|
|
|
|
<!-- Plugin files -->
|
|
<files>
|
|
<filename plugin="componentbuildercomponentdashboardheaderstabs">componentbuildercomponentdashboardheaderstabs.php</filename>
|
|
<filename>index.html</filename>
|
|
<folder>language</folder>
|
|
<folder>forms</folder>
|
|
</files>
|
|
</extension> |