-
Notifications
You must be signed in to change notification settings - Fork 0
/
shortcode.xml
92 lines (44 loc) · 1.88 KB
/
shortcode.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
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.8" type="plugin" group="system" method="upgrade">
<name>shortcode</name>
<author>Alexon Balangue</author>
<creationDate>15 september 2018 </creationDate>
<copyright>Copyright (C) 2012-2018 Alexon Balangue. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.alexonbalangue.me</authorUrl>
<version>4.2.2</version>
<description>PLG_SHORTCODE_XML_DESCRIPTION</description>
<files>
<filename plugin="shortcode">shortcode.php</filename>
<filename>shortcode.xml</filename>
<filename>index.html</filename>
<folder>wp</folder>
<folder>bbcodes</folder>
</files>
<languages>
<language tag="en-GB">language/en-GB/en-GB.plg_system_shortcode.ini</language>
<language tag="en-GB">language/en-GB/en-GB.plg_system_shortcode.sys.ini</language>
<language tag="fr-FR">language/fr-FR/fr-FR.plg_system_shortcode.ini</language>
<language tag="fr-FR">language/fr-FR/fr-FR.plg_system_shortcode.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field
type="spacer"
label="PLG_SHORTCODE_FULL_DOCS"
hr="true" />
</fieldset>
<fieldset name="plugin_shortcode_site" label="info">
<field
type="spacer"
label="PLG_SHORTCODE_INFO" />
</fieldset>
</fields>
</config>
<updateservers>
<server type="collection" priority="1" name="Accredited by Alexon Balangue">https://jupdates.alexonbalangue.me/update/joomla/general.xml</server>
<server type="extension" priority="2" name="System - shortcodes">https://jupdates.alexonbalangue.me/update/joomla/xml/plg_sys_bbcodes.xml</server>
</updateservers>
</extension>