We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc97bb commit f8d21f9Copy full SHA for f8d21f9
2 files changed
extension.driver.php
@@ -10,8 +10,8 @@ class Extension_DebugDevKit extends Extension {
10
public function about() {
11
return array(
12
'name' => 'Debug DevKit',
13
- 'version' => '1.2',
14
- 'release-date' => '2011-06-14',
+ 'version' => '1.2.1',
+ 'release-date' => '2011-07-03',
15
'author' => array(
16
'name' => 'Rowan Lewis',
17
'website' => 'http://rowanlewis.com/',
readme.md
@@ -3,8 +3,8 @@
3
A debug panel for Symphony.
4
It is part of the Symphony core download package.
5
6
-- Version: 1.2
7
-- Date: 2011-06-14
+- Version: 1.2.1
+- Date: 2011-07-03
8
- Requirements: Symphony 2.0.4 or later
9
- Author: Rowan Lewis, me@rowanlewis.com
- GitHub Repository: <http://github.com/rowan-lewis/debugdevkit>
0 commit comments