Skip to content

Commit 3e73f0e

Browse files
committed
Update links to the getsymphony.com domain
1 parent 4518a5c commit 3e73f0e

3 files changed

Lines changed: 14 additions & 12 deletions

File tree

extension.driver.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ class Extension_DebugDevKit extends Extension {
1010
public function about() {
1111
return array(
1212
'name' => 'Debug DevKit',
13-
'version' => '1.2.3',
14-
'release-date' => '2013-02-22',
13+
'version' => '1.2.4',
14+
'release-date' => '2013-07-01',
1515
'author' => array(
1616
array(
1717
'name' => 'Symphony Team',
18-
'website' => 'http://symphony-cms.com/',
19-
'email' => 'team@symphony-cms.com'
18+
'website' => 'http://getsymphony.com/',
19+
'email' => 'team@getsymphony.com'
2020
),
2121
array(
2222
'name' => 'Rowan Lewis',

extension.meta.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<extension id="debugdevkit" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
2+
<extension id="debugdevkit" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
33
<name>Debug Devkit</name>
4-
<description>A debug panel for Symphony.</description>
4+
<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>
55
<repo type="github">https://github.com/symphonycms/debugdevkit</repo>
66
<types>
77
<type>Workflow</type>
88
</types>
99
<authors>
1010
<author>
1111
<name github="team" symphony="symphonycms">Symphony Team</name>
12-
<website>http://www.symphony-cms.com</website>
12+
<website>http://www.getsymphony.com</website>
1313
</author>
1414
<author>
1515
<name github="rowan-lewis" symphony="buzzomatic">Rowan Lewis</name>
1616
<website>http://rowanlewis.com/</website>
1717
</author>
1818
</authors>
1919
<releases>
20+
<release version="1.2.4" data="2013-07-01" min="2.3">
21+
- Update links to **getsymphony.com**
22+
</release>
2023
<release version="1.2.3" date="2013-02-22" min="2.2" max="2.3.x">
2124
- Update Bitter library for improving syntax highlighting
2225
- Add Italian language

readme.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Debug Devkit
22

3-
A debug panel for Symphony.
4-
It is part of the Symphony core download package.
3+
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)
54

6-
- Version: 1.2.3
7-
- Date: 22nd February 2013
8-
- Requirements: Symphony 2.2 or later
5+
- Version: 1.2.4
96
- Author: Rowan Lewis, Symphony Team
7+
- Release Date: 1 July 2013
8+
- Requirements: Symphony 2.2 or greater
109

1110
## Usage
1211

0 commit comments

Comments
 (0)