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

Commit

Permalink
Bumped version to 2.2, updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Mar 8, 2018
1 parent 1659a44 commit 8273342
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.2
- learn more about privacy when using Clockwork extensions - https://underground.works/clockwork/docs/extension-privacy
- added support for displaying route middleware (thanks Vercoutere)
- fixed not being able to load metadata if the url contains hash
- updated to latest Angular 1.x

2.1
- added "preserve log" feature (works similar as in the Dev Tools network tab)
- improved requests list behavior, requests are now shown in loading state while we are loading metadata, error message is shown if metadata fails to load
Expand Down
2 changes: 1 addition & 1 deletion Clockwork Chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Clockwork",
"version": "2.1",
"version": "2.2",

"description": "php dev tools integrated to your browser",
"homepage_url": "https://github.com/itsgoingd/clockwork-chrome",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clockwork",
"version": "2.1",
"version": "2.2",
"description": "php dev tools integrated to your browser",
"scripts": {
"build": "node-sass \"Clockwork Chrome/assets/stylesheets/panel.scss\" \"Clockwork Chrome/assets/stylesheets/panel.css\"",
Expand Down

0 comments on commit 8273342

Please sign in to comment.