-
Notifications
You must be signed in to change notification settings - Fork 3
/
manifest.xml
29 lines (29 loc) · 1.16 KB
/
manifest.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
<?xml version="1.0" encoding="utf-8"?>
<updates>
<update>
<name>MageBridge</name>
<description>This component integrates Magento e-commerce into Joomla!</description>
<element>pkg_magebridge</element>
<type>package</type>
<client>site</client>
<version>1.9.6100</version>
<infourl title="MageBridge">https://github.com/akunzai/MageBridgeCore/releases/1.9.6100</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/akunzai/MageBridgeCore/releases/download/1.9.6100/pkg_magebridge.zip</downloadurl>
</downloads>
<targetplatform name="joomla" version="3" />
</update>
<update>
<name>MageBridge</name>
<description>This component integrates Magento e-commerce into Joomla!</description>
<element>pkg_magebridge</element>
<type>package</type>
<client>site</client>
<version>2.2.0</version>
<infourl title="MageBridge">https://github.com/akunzai/MageBridgeCore/releases/2.2.0</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/akunzai/MageBridgeCore/releases/download/2.2.0/pkg_magebridge.zip</downloadurl>
</downloads>
<targetplatform name="joomla" version="4" />
</update>
</updates>