Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
Bumped the version to 1.2, updated changelog and screenshot in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Dec 5, 2013
1 parent 1b3548e commit c8a637c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.2
- updated design for the new flatter dev tools look comming in Chrome 32
- json values in request data, logs, session and cookies now displayed as interactive elements similar to Chrome javascript console
- fixed compatibility with some older versions of the Clockwork php library
- fixed wrong order of the timeline events

1.1
- added support for custom Clockwork data uri (used for apps running in subdirs for example)

Expand Down
2 changes: 1 addition & 1 deletion Clockwork Chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Clockwork",
"version": "1.1",
"version": "1.2",
"manifest_version": 2,
"description": "Devtools panel for PHP development",
"devtools_page": "devtools.html",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Clockwork includes out of the box support for Laravel 4 and Slim 2 based applica

**Not a Chrome user?** Check out [embeddable web app version of Clockwork](http://github.com/itsgoingd/clockwork-web), supporting many modern browsers along chrome.

![](https://dl.dropboxusercontent.com/u/9846387/Screenshots/Clockwork%20Chrome%200.9.0.png)
![](https://dl.dropboxusercontent.com/u/9846387/Screenshots/Clockwork%20Chrome%201.2.png)

This extension is based on [RailsPanel](https://github.com/dejan/rails_panel), a Chrome extension for Ruby development by [Dejan Simic](http://rors.org/).

Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.2
1.3
- add application and/or PHP configuration

Someday/maybe
Expand Down

0 comments on commit c8a637c

Please sign in to comment.