forked from zepluf/plugin-riMenu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.xml
54 lines (53 loc) · 1.29 KB
/
plugin.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
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<plugin>
<name>Simple Menu</name>
<summary>Simple Menu for Zencart</summary>
<preload>
<frontend>true</frontend>
<backend>true</backend>
</preload>
<notes>
</notes>
<authors>
<author>
<name>RubikIntegration team</name>
<email>[email protected]</email>
</author>
</authors>
<released>May 20th 2012</released>
<release>1.0</release>
<license uri="http://www.symfony-project.org/license">MIT license</license>
<dependencies>
<required>
<php>
<min>5.3.0</min>
</php>
</required>
<plugins>
<plugin>
<codename>riProduct</codename>
<min>1.0</min>
</plugin>
<plugin>
<codename>riCategory</codename>
<min>1.0</min>
</plugin>
<plugin>
<codename>riImage</codename>
<min>1.0</min>
</plugin>
</plugins>
</dependencies>
<changelog>
<release>
<version>
<release>1.0.0</release>
</version>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<released>May 20th 2012</released>
<notes>
* first official release for ZePLUF
</notes>
</release>
</changelog>
</plugin>