Skip to content

Commit 53154a2

Browse files
committed
Add extension.meta.xml file
1 parent f8d21f9 commit 53154a2

2 files changed

Lines changed: 21 additions & 11 deletions

File tree

extension.meta.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<extension id="debugdevkit" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
3+
<name>Debug Devkit</name>
4+
<description>A debug panel for Symphony.</description>
5+
<repo type="github">https://github.com/symphonycms/debugdevkit</repo>
6+
<types>
7+
<type>Workflow</type>
8+
</types>
9+
<authors>
10+
<author>
11+
<name github="team" symphony="symphonycms">Symphony Team</name>
12+
<website>http://www.symphony-cms.com</website>
13+
</author>
14+
</authors>
15+
<releases>
16+
<release version="1.2.1" date="2011-07-03" min="2.2" max="2.2.x">
17+
- Adding arrays to the param pool no longer breaks debug view
18+
</release>
19+
</releases>
20+
</extension>

readme.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,4 @@ It is part of the Symphony core download package.
1111

1212
## Usage
1313

14-
Append `?debug` to your front-end pages when logged in to initialise this Devkit.
15-
16-
## Change Log
17-
18-
**Version 1.0.6**
19-
20-
- Added localisation files for Dutch, German, Portuguese (Brazil) and Russian
21-
22-
**Version 1.0**
23-
24-
- Initial release
14+
Append `?debug` to your front-end pages when logged in to initialise this Devkit.

0 commit comments

Comments
 (0)