-
Notifications
You must be signed in to change notification settings - Fork 14
/
extension.meta.xml
53 lines (53 loc) · 2.11 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
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<extension id="debugdevkit" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Debug Devkit</name>
<description>The Debug Devkit allows a developer to preview the XML of a Frontend page. It also includes the page parameters, included XSL templates and provides a navigation for other Devkit extensions (such as the Profile Devkit)</description>
<repo type="github">https://github.com/symphonycms/debugdevkit</repo>
<types>
<type>Workflow</type>
</types>
<authors>
<author>
<name github="team" symphony="symphonycms">Symphony Team</name>
<website>https://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.3.4" date="2017-06-20" min="2.4" max="2.x.x">
- Mark compatibility with Symphony 2.7
</release>
<release version="1.3.3" date="2015-03-11" min="2.4" max="2.6.x">
- Mark compatibility with Symphony 2.6+
</release>
<release version="1.3.2" date="2014-10-31" min="2.4" max="2.5.x">
- Mark compatibility with Symphony 2.5+
</release>
<release version="1.3.1" date="2014-08-04" min="2.4" max="2.5">
- Render performance optimization
</release>
<release version="1.3" date="2013-02-22" min="2.4">
- Updates for Symphony 2.4
</release>
<release version="1.2.4" date="2013-07-01" min="2.3">
- Update links to **getsymphony.com**
</release>
<release version="1.2.3" date="2013-02-22" min="2.2" max="2.3.x">
- Update Bitter library for improving syntax highlighting
- Add Italian language
- Add Russian language
</release>
<release version="1.2.2" date="2012-05-21" min="2.2" max="2.3.x">
- Add `?debug=raw` mode that outputs the page XML as raw XML
- Fix indentation issues
- Minor tweaks to CSS for better consistency
- Update path to use `SYPMHONY_URL` constant
</release>
<release version="1.2.1" date="2011-07-03" min="2.2">
- Adding arrays to the param pool no longer breaks debug view
</release>
</releases>
</extension>