-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwtupdatejshoppingpricesandquantity.xml
37 lines (37 loc) · 1.89 KB
/
wtupdatejshoppingpricesandquantity.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
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<extension type="plugin" group="task" method="upgrade">
<name>PLG_WTUPDATEJSHOPPINGPRICESANDQUANTITY</name>
<author>Sergey Tolkachyov</author>
<creationDate>24.12.2024</creationDate>
<copyright>Copyright (c) 2024 Sergey Tolkachyov. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://web-tolk.ru</authorUrl>
<version>1.1.0</version>
<description>PLG_WTUPDATEJSHOPPINGPRICESANDQUANTITY_DESC</description>
<namespace path="src">Joomla\Plugin\Task\Wtupdatejshoppingpricesandquantity</namespace>
<scriptfile>script.php</scriptfile>
<files>
<folder>forms</folder>
<folder>services</folder>
<folder plugin="wtupdatejshoppingpricesandquantity">src</folder>
<filename>wtupdatejshoppingpricesandquantity.xml</filename>
</files>
<languages>
<language tag="ru-RU">language/ru-RU/plg_task_wtupdatejshoppingpricesandquantity.ini</language>
<language tag="ru-RU">language/ru-RU/plg_task_wtupdatejshoppingpricesandquantity.sys.ini</language>
<language tag="en-GB">language/en-GB/plg_task_wtupdatejshoppingpricesandquantity.ini</language>
<language tag="en-GB">language/en-GB/plg_task_wtupdatejshoppingpricesandquantity.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field addfieldprefix="Joomla\Plugin\Task\Wtupdatejshoppingpricesandquantity\Fields" type="plugininfo" name="plugininfo"/>
</fieldset>
</fields>
</config>
<updateservers>
<server type="extension" priority="1" name="WT update JShopping prices and quantity updates">https://web-tolk.ru/component/swjprojects/jupdate?element=wtupdatejshoppingpricesandquantity</server>
</updateservers>
<changelogurl>https://web-tolk.ru/jchangelog?element=wtupdatejshoppingpricesandquantity</changelogurl>
</extension>