<?xml version="1.0" encoding="utf-8"?> <extension type="component" version="3.6" method="upgrade"> <name>COM_COALAWEBTRAFFIC</name> <creationDate>2020-02-13</creationDate> <author>Steven Palmer</author> <authorEmail>support@coalaweb.com</authorEmail> <authorUrl>https://coalaweb.com</authorUrl> <copyright>© 2020 Steven Palmer (CoalaWeb), All rights reserved.</copyright> <license> GNU/GPL V3 or later.</license> <version>1.1.8</version> <level>Core</level> <description>COM_COALAWEBTRAFFIC_DESCRIPTION</description> <install> <!-- Runs on install --> <sql> <file driver="mysql" charset="utf8">sql/install/mysql/install.mysql.utf8.sql</file> </sql> </install> <uninstall> <!-- Runs on uninstall --> <sql> <file driver="mysql" charset="utf8">sql/install/mysql/uninstall.mysql.utf8.sql</file> </sql> </uninstall> <update> <!-- Runs on update; New in 1.6 --> <schemas> <schemapath type="mysql">sql/updates/mysql</schemapath> </schemas> </update> <media destination="coalawebtraffic" folder="media/coalawebtraffic"> <folder>modules</folder> <file>index.html</file> <folder>plugins</folder> <folder>components</folder> </media> <administration> <menu>COM_COALAWEBTRAFFIC</menu> <files folder="administrator/components/com_coalawebtraffic"> <folder>sql</folder> <file>access.xml</file> <folder>tables</folder> <folder>helpers</folder> <folder>assets</folder> <folder>views</folder> <folder>controllers</folder> <file>index.html</file> <file>version.php</file> <file>coalawebtraffic.php</file> <folder>language</folder> <file>config.xml</file> <file>controller.php</file> <folder>models</folder> <folder>layouts</folder> </files> <languages folder="administrator/components/com_coalawebtraffic/language"> <language tag="en-GB">en-GB/en-GB.com_coalawebtraffic.ini</language> <language tag="en-GB">en-GB/en-GB.com_coalawebtraffic.sys.ini</language> </languages> </administration> <!-- Update Server --> <updateservers> <server type="extension" priority="1" name="CoalaWeb Traffic Update"> <![CDATA[https://coalaweb.com/index.php?option=com_rdsubs&view=updater&format=xml&cat=12&type=.xml]]> </server> </updateservers> <!-- Installation / Uninstallation Script File --> <scriptfile>script.com_coalawebtraffic.php</scriptfile> </extension>