-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.xml
41 lines (41 loc) · 922 Bytes
/
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
<?xml version="1.0" encoding="UTF-8"?>
<plugin>
<name>Utility classes</name>
<summary>
* our helper classes
</summary>
<preload>
<frontend>true</frontend>
<backend>true</backend>
</preload>
<notes>
</notes>
<authors>
<author>
<name>Raine Ng</name>
<email>[email protected]</email>
</author>
</authors>
<released>Aug 24th 2012</released>
<release>1.2</release>
<license uri="http://www.symfony-project.org/license">MIT license</license>
<dependencies>
<required>
<php>
<min>5.3.0</min>
</php>
</required>
</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>