Skip to content

Commit 3b9ba60

Browse files
committed
Update to 1.3
1 parent 7d36e74 commit 3b9ba60

5 files changed

Lines changed: 9 additions & 26 deletions

File tree

content/content.debug.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ protected function buildJump(XMLElement $wrapper) {
8787

8888
public function buildContent(XMLElement $wrapper) {
8989
$this->addStylesheetToHead(URL . '/extensions/debugdevkit/assets/devkit.css', 'screen', 10);
90-
$this->addScriptToHead(SYMPHONY_URL . '/assets/js/jquery.js', 20);
90+
$this->addScriptToHead(APPLICATION_URL . '/assets/js/lib/jquery.js', 20);
9191
$this->addScriptToHead(URL . '/extensions/debugdevkit/assets/jquery.scrollto.js', 30);
9292
$this->addScriptToHead(URL . '/extensions/debugdevkit/assets/devkit.js', 40);
9393

extension.driver.php

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,6 @@ class Extension_DebugDevKit extends Extension {
77

88
public static $active = false;
99

10-
public function about() {
11-
return array(
12-
'name' => 'Debug DevKit',
13-
'version' => '1.2.3',
14-
'release-date' => '2013-02-22',
15-
'author' => array(
16-
array(
17-
'name' => 'Symphony Team',
18-
'website' => 'http://symphony-cms.com/',
19-
'email' => 'team@symphony-cms.com'
20-
),
21-
array(
22-
'name' => 'Rowan Lewis',
23-
'website' => 'http://rowanlewis.com/',
24-
'email' => 'me@rowanlewis.com'
25-
)
26-
)
27-
);
28-
}
29-
3010
public function getSubscribedDelegates() {
3111
return array(
3212
array(

extension.meta.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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>
44
<description>A debug panel for Symphony.</description>
55
<repo type="github">https://github.com/symphonycms/debugdevkit</repo>
@@ -9,14 +9,17 @@
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.3" date="2013-02-22" min="2.4">
21+
- Updates for Symphony 2.4
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

licence

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ unless otherwise specified, released under the MIT licence as follows:
33

44
----- begin license block -----
55

6-
Copyright 2009-2013 Rowan Lewis, Symphony Team
6+
Copyright 2009-2014 Rowan Lewis, Symphony Team
77

88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
A debug panel for Symphony.
44
It is part of the Symphony core download package.
55

6-
- Version: 1.2.3
7-
- Date: 22nd February 2013
6+
- Version: 1.3
7+
- Date: unreleased
88
- Requirements: Symphony 2.2 or later
99
- Author: Rowan Lewis, Symphony Team
1010

0 commit comments

Comments
 (0)