2021-10-14 14:31:37 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2024-03-11 16:37:08 +00:00
|
|
|
<extension type="plugin" version="5.0" group="extension" method="upgrade">
|
2022-05-09 12:26:07 +00:00
|
|
|
<name>PLG_EXTENSION_COMPONENTBUILDERFIELDORDERINGCOMPILER</name>
|
2024-07-17 00:37:58 +00:00
|
|
|
<creationDate>17th July, 2024</creationDate>
|
2021-10-14 14:31:37 +00:00
|
|
|
<author>Llewellyn van der Merwe</author>
|
2021-12-16 13:15:32 +00:00
|
|
|
<authorEmail>joomla@vdm.io</authorEmail>
|
|
|
|
<authorUrl>https://dev.vdm.io</authorUrl>
|
2021-10-14 14:31:37 +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>
|
2024-03-11 16:37:08 +00:00
|
|
|
<version>2.0.0</version>
|
2022-05-09 12:26:07 +00:00
|
|
|
<description>PLG_EXTENSION_COMPONENTBUILDERFIELDORDERINGCOMPILER_XML_DESCRIPTION</description>
|
2021-10-14 14:31:37 +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_extension_componentbuilderfieldorderingcompiler.ini</language>
|
|
|
|
<language tag="en-GB">en-GB/en-GB.plg_extension_componentbuilderfieldorderingcompiler.sys.ini</language>
|
|
|
|
</languages>
|
|
|
|
|
|
|
|
<!-- Plugin files -->
|
|
|
|
<files>
|
|
|
|
<filename plugin="componentbuilderfieldorderingcompiler">componentbuilderfieldorderingcompiler.php</filename>
|
|
|
|
<filename>index.html</filename>
|
|
|
|
<folder>language</folder>
|
|
|
|
</files>
|
|
|
|
</extension>
|