Current File : /home/pacjaorg/public_html/nsa/plugins/system/backuponupdate/backuponupdate.xml |
<?xml version="1.0" encoding="utf-8"?>
<!--~
~ @package akeebabackup
~ @copyright Copyright (c)2006-2022 Nicholas K. Dionysopoulos / Akeeba Ltd
~ @license GNU General Public License version 3, or later
-->
<extension version="4.0.0" type="plugin" group="system" method="upgrade">
<name>PLG_SYSTEM_BACKUPONUPDATE</name>
<version>9.3.3</version>
<creationDate>2022-10-10</creationDate>
<author>Nicholas K. Dionysopoulos</author>
<authorEmail>nicholas@dionysopoulos.me</authorEmail>
<authorUrl>https://www.akeeba.com</authorUrl>
<copyright>Copyright (c)2006-2022 Nicholas K. Dionysopoulos</copyright>
<license>GNU General Public License version 3, or later</license>
<description>PLG_SYSTEM_BACKUPONUPDATE_XML_DESCRIPTION</description>
<namespace path="src">Joomla\Plugin\System\BackupOnUpdate</namespace>
<files>
<folder plugin="backuponupdate">services</folder>
<folder>src</folder>
<filename>.htaccess</filename>
<filename>web.config</filename>
</files>
<languages folder="language">
<language tag="en-GB">en-GB/plg_system_backuponupdate.ini</language>
<language tag="en-GB">en-GB/plg_system_backuponupdate.sys.ini</language>
</languages>
<config addfieldpath="/administrator/components/com_akeebabackup/src/Field"
addfieldprefix="Akeeba\Component\AkeebaBackup\Administrator\Field"
>
<fields name="params">
<fields name="params">
<fieldset name="basic">
<field name="profileid"
type="backupprofiles"
default="1"
label="PLG_SYSTEM_BACKUPONUPDATE_PROFILE_LABEL"
description="PLG_SYSTEM_BACKUPONUPDATE_PROFILE_DESC"
/>
<field name="description"
type="text" default=""
size="30"
label="COM_AKEEBA_CONFIG_DESCRIPTION_LABEL"
description="COM_AKEEBA_CONFIG_DESCRIPTION_DESC"/>
</fieldset>
</fields>
</fields>
</config>
</extension>