-
Notifications
You must be signed in to change notification settings - Fork 8
/
extension.meta.xml
47 lines (47 loc) · 1.78 KB
/
extension.meta.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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="profiledevkit" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Profile Devkit</name>
<description>Profile Devkit lets you profile the current page by adding `?profile` to the URL.</description>
<repo type="github">https://github.com/symphonycms/profiledevkit</repo>
<url type="discuss">http://getsymphony.com/discuss/thread/36714/</url>
<url type="issues">https://github.com/symphonycms/profiledevkit/issues</url>
<types>
<type>Workflow</type>
</types>
<authors>
<author>
<name github="team" symphony="symphonycms">Symphony Team</name>
<website>http://www.getsymphony.com</website>
</author>
<author>
<name github="rowan-lewis" symphony="buzzomatic">Rowan Lewis</name>
<website>http://rowanlewis.com/</website>
</author>
</authors>
<releases>
<release version="1.5.2" date="2014-03-11" min="2.4" max="2.x.x">
- Mark compatibility with Symphony 2.6+
</release>
<release version="1.5.1" date="2014-10-31" min="2.4" max="2.5.x">
- Mark compatibility with Symphony 2.5+
</release>
<release version="1.5" date="2014-08-17" min="2.4" max="2.5">
- Mark compatibility with Symphony 2.4+
</release>
<release version="1.4" date="2013-10-04" min="2.3">
- Correctly report database query execution times
</release>
<release version="1.3" date="2013-07-01" min="2.3">
- Update links to **getsymphony.com**
</release>
<release version="1.2" date="2013-02-22" min="2.3">
- Allowed Delegate Profiling (2.3.2+ only)
- Update Russian language
</release>
<release version="1.1" date="2012-04-16" min="2.3">
- Minor updates to release notes
- Update for `MySQL::debug` changes
</release>
<release version="1.0.4" date="2010-03-19" min="2.2" />
</releases>
</extension>