-
Notifications
You must be signed in to change notification settings - Fork 3
/
plugin.xml
57 lines (57 loc) · 1.51 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
55
56
57
<?xml version="1.0" encoding="UTF-8"?>
<plugin>
<name>Css Javascript Loader</name>
<summary>
* Allowing different plugins to minimize javascript conflicts
* Speeding up the site performance by minifying and combining css/javascript files
* Loading files that are located outside of the root folder
* Loading the files from right within the template files
* Loading javascript files as late as possible (to speed up page rendering)
</summary>
<preload>
<frontend>true</frontend>
<backend>true</backend>
</preload>
<notes>
</notes>
<authors>
<author>
<name>Raine Ng</name>
<email>[email protected]</email>
</author>
</authors>
<released>May 10th 2012</released>
<release>1.0.1</release>
<license uri="http://www.symfony-project.org/license">MIT license</license>
<dependencies>
<required>
<php>
<min>5.3.0</min>
</php>
</required>
<plugins>
</plugins>
</dependencies>
<changelog>
<release>
<version>
<release>1.0.1</release>
</version>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<released>May 20th 2012</released>
<notes>
* bug fixes
</notes>
</release>
<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>