This commit is contained in:
AlexBa16
2026-06-08 15:29:52 +02:00
commit 27903eed4a
9931 changed files with 1535659 additions and 0 deletions
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<extension type="plugin" group="quickicon" method="upgrade">
<name>plg_quickicon_autoupdate</name>
<author>Joomla! Project</author>
<creationDate>2025-03</creationDate>
<copyright>(C) 2025 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
<version>5.4.0</version>
<description>PLG_QUICKICON_AUTOUPDATE_XML_DESCRIPTION</description>
<namespace path="src">Joomla\Plugin\Quickicon\Autoupdate</namespace>
<files>
<folder plugin="autoupdate">services</folder>
<folder>src</folder>
</files>
<languages>
<language tag="en-GB">language/en-GB/plg_quickicon_autoupdate.ini</language>
<language tag="en-GB">language/en-GB/plg_quickicon_autoupdate.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="context"
type="text"
label="PLG_QUICKICON_AUTOUPDATE_GROUP_LABEL"
description="PLG_QUICKICON_AUTOUPDATE_GROUP_DESC"
default="update_quickicon"
/>
</fieldset>
</fields>
</config>
</extension>