<?xml version="1.0" encoding="utf-8"?> <extension type="component" version="3.2" method="upgrade"> <name>COM_COMPONENTBUILDER</name> <creationDate>24th February, 2017</creationDate> <author>Llewellyn van der Merwe</author> <authorEmail>joomla@vdm.io</authorEmail> <authorUrl>http://vdm.bz/component-builder</authorUrl> <copyright>Copyright (C) 2015. All Rights Reserved</copyright> <license>GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html</license> <version>2.3.5</version> <description><![CDATA[ <h1>Component Builder (v.2.3.5)</h1> <div style="clear: both;"></div> <p>The Component Builder for [Joomla](http://www.joomla.org/) that is highly advanced, truly able to build extremely complex components in a fraction of the time. Whether you're a seasoned [Joomla](http://www.joomla.org/) developer, or have just started, Component Builder will safe you lots of time and money. A real must have!</p> <p>Created by <a href="http://vdm.bz/component-builder" target="_blank">Llewellyn van der Merwe</a><br /><small>Development started 30th April, 2015</small></p> ]]></description> <!-- Runs on install; New in Joomla 1.5 --> <install> <sql> <file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file> </sql> </install> <!-- Runs on uninstall; New in Joomla 1.5 --> <uninstall> <sql> <file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file> </sql> </uninstall> <!-- Runs on install/uninstall/update; New in Joomla 2.5 --> <scriptfile>script.php</scriptfile> <media destination="com_componentbuilder" folder="media"> <filename>index.html</filename> <folder>js</folder> <folder>css</folder> <folder>images</folder> <folder>uikit</folder> <folder>footable</folder> </media> <!-- Update Schema; New in Joomla 2.5 --> <update> <schemas> <schemapath type="mysql">sql/updates/mysql/</schemapath> </schemas> </update> <administration> <menu>COM_COMPONENTBUILDER_MENU</menu> <submenu> <!-- Instead of link you can specify individual link attributes --> <menu option="com_componentbuilder" view="compiler">COM_COMPONENTBUILDER_MENU_COMPILER</menu> <menu option="com_componentbuilder" view="joomla_components">COM_COMPONENTBUILDER_MENU_JOOMLA_COMPONENTS</menu> <menu option="com_componentbuilder" view="admin_views">COM_COMPONENTBUILDER_MENU_ADMIN_VIEWS</menu> <menu option="com_componentbuilder" view="custom_admin_views">COM_COMPONENTBUILDER_MENU_CUSTOM_ADMIN_VIEWS</menu> <menu option="com_componentbuilder" view="site_views">COM_COMPONENTBUILDER_MENU_SITE_VIEWS</menu> <menu option="com_componentbuilder" view="templates">COM_COMPONENTBUILDER_MENU_TEMPLATES</menu> <menu option="com_componentbuilder" view="layouts">COM_COMPONENTBUILDER_MENU_LAYOUTS</menu> <menu option="com_componentbuilder" view="dynamic_gets">COM_COMPONENTBUILDER_MENU_DYNAMIC_GETS</menu> <menu option="com_componentbuilder" view="custom_codes">COM_COMPONENTBUILDER_MENU_CUSTOM_CODES</menu> <menu option="com_componentbuilder" view="snippets">COM_COMPONENTBUILDER_MENU_SNIPPETS</menu> <menu option="com_componentbuilder" view="fields">COM_COMPONENTBUILDER_MENU_FIELDS</menu> <menu option="com_componentbuilder" view="fieldtypes">COM_COMPONENTBUILDER_MENU_FIELDTYPES</menu> <menu option="com_componentbuilder" view="help_documents">COM_COMPONENTBUILDER_MENU_HELP_DOCUMENTS</menu> </submenu> <files folder="admin"> <filename>access.xml</filename> <filename>config.xml</filename> <filename>controller.php</filename> <filename>index.html</filename> <filename>componentbuilder.php</filename> <filename>README.txt</filename> <folder>assets</folder> <folder>controllers</folder> <folder>helpers</folder> <folder>models</folder> <folder>sql</folder> <folder>tables</folder> <folder>views</folder> <folder>layouts</folder> <folder>compiler</folder> <folder>custom</folder> </files> <languages folder="admin"> <language tag="en-GB">language/en-GB/en-GB.com_componentbuilder.ini</language> <language tag="en-GB">language/en-GB/en-GB.com_componentbuilder.sys.ini</language> </languages> </administration> <updateservers> <server type="extension" enabled="1" element="com_componentbuilder" name="Component Builder">https://raw.githubusercontent.com/vdm-io/Joomla-Component-Builder/master/componentbuilder_update_server.xml</server> </updateservers> </extension>