-
Notifications
You must be signed in to change notification settings - Fork 1
/
cgautoarchive.xml
31 lines (30 loc) · 1.5 KB
/
cgautoarchive.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<extension version="4.1" type="plugin" group="task" method="upgrade">
<name>plg_task_cgautoarchive</name>
<author>conseilgouz</author>
<creationDate>2024-02-15</creationDate>
<copyright>Copyright (C) 2024 ConseilGouz. All rights reserved.</copyright>
<license>GNU General Public License version 3 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.conseilgouz.com</authorUrl>
<version>2.0.2</version>
<description>PLG_TASK_CGAUTOARCHIVE_DESC</description>
<namespace path="src">ConseilGouz\Plugin\Task\CGAutoArchive</namespace>
<files>
<folder plugin="cgautoarchive">services</folder>
<filename>index.html</filename>
<folder>forms</folder>
<folder>src</folder>
</files>
<languages>
<language tag="fr-FR">language/fr-FR/plg_task_cgautoarchive.ini</language>
<language tag="fr-FR">language/fr-FR/plg_task_cgautoarchive.sys.ini</language>
<language tag="en-GB">language/en-GB/plg_task_cgautoarchive.ini</language>
<language tag="en-GB">language/en-GB/plg_task_cgautoarchive.sys.ini</language>
</languages>
<scriptfile>script.php</scriptfile>
<changelogurl>https://raw.githubusercontent.com/conseilgouz/plg_task_cgautoarchive_j4/master/cgautoarchive_changelog.xml</changelogurl>
<updateservers>
<server type="extension" name="plg_task_cgautoarchive" priority="1">https://raw.githubusercontent.com/conseilgouz/updates_github/master/plg_task_cgautoarchive_update.xml</server>
</updateservers>
</extension>