<?xml version="1.0" encoding="UTF-8"?>
<extension type="file" method="upgrade">
	<name>iCagenda PRO</name>
	<author>Cyril Reze</author>
	<creationDate>2026-06-24</creationDate>
	<copyright>Copyright (c) 2012-2026 Cyril Reze / JoomliC. All rights reserved.</copyright>
	<license>GNU General Public License version 3 or later; see LICENSE.txt</license>
	<authorEmail>info@joomlic.com</authorEmail>
	<authorUrl>www.joomlic.com</authorUrl>
	<version>4.0.9</version>
	<description>iCagenda Pro files</description>

	<fileset>
		<!-- Simplest way working on install, but an issue with Joomla on uninstalling folder if does not exist. -->
		<!--files folder="site" target="components">
			<folder>com_icagenda</folder>
		</files-->
		<files folder="site/forms" target="components/com_icagenda/forms">
			<file>event.xml</file>
		</files>
		<files folder="site/layouts/icagenda/manager/button" target="components/com_icagenda/layouts/icagenda/manager/button">
			<file>edit.php</file>
		</files>
		<files folder="site/src/Controller" target="components/com_icagenda/src/Controller">
			<file>EventController.php</file>
		</files>
		<files folder="site/src/Model" target="components/com_icagenda/src/Model">
			<file>ManagerModel.php</file>
		</files>
		<files folder="site/src/View/Manager" target="components/com_icagenda/src/View/Manager">
			<file>HtmlView.php</file>
		</files>
		<files folder="site/tmpl/manager" target="components/com_icagenda/tmpl/manager">
			<file>event_edit.php</file>
		</files>
	</fileset>
</extension>
