<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" version="4.0" group="content" method="upgrade">
	<name>PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS</name>
	<creationDate>27th July, 2024</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.0</version>
	<description>PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_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_componentbuilderlanguagetabs.ini</language>
		<language tag="en-GB">en-GB/en-GB.plg_content_componentbuilderlanguagetabs.sys.ini</language>
	</languages>

	<!-- Plugin files -->
	<files>
		<filename plugin="componentbuilderlanguagetabs">componentbuilderlanguagetabs.php</filename>
		<filename>index.html</filename>
		<folder>language</folder>
		<folder>fields</folder>
		<folder>forms</folder>
		<folder>rules</folder>
	</files>
</extension>