Skip to content

Commit 4518a5c

Browse files
committed
Release 1.2.3
1 parent e276053 commit 4518a5c

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

extension.driver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ class Extension_DebugDevKit extends Extension {
1010
public function about() {
1111
return array(
1212
'name' => 'Debug DevKit',
13-
'version' => '1.2.2',
14-
'release-date' => '2012-05-21',
13+
'version' => '1.2.3',
14+
'release-date' => '2013-02-22',
1515
'author' => array(
1616
array(
1717
'name' => 'Symphony Team',

extension.meta.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
</author>
1818
</authors>
1919
<releases>
20+
<release version="1.2.3" date="2013-02-22" min="2.2" max="2.3.x">
21+
- Update Bitter library for improving syntax highlighting
22+
- Add Italian language
23+
- Add Russian language
24+
</release>
2025
<release version="1.2.2" date="2012-05-21" min="2.2" max="2.3.x">
2126
- Add `?debug=raw` mode that outputs the page XML as raw XML
2227
- Fix indentation issues

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-2012 Rowan Lewis, Symphony Team
6+
Copyright 2009-2013 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.2
7-
- Date: 21st May 2012
6+
- Version: 1.2.3
7+
- Date: 22nd February 2013
88
- Requirements: Symphony 2.2 or later
99
- Author: Rowan Lewis, Symphony Team
1010

0 commit comments

Comments
 (0)