Skip to content

Commit 58df4a2

Browse files
committed
Bumped version to 4.0.4, updated changelog.
1 parent 8b4dbcd commit 58df4a2

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
4.0.4
2+
3+
- fixed crash in standalone mode when resolving cookie values (reported by christophmayrhofer, Tongzzzzz and spaceemotion, thanks!)
4+
15
4.0.3
26

37
- fixed database, queue and redis tab "connection" and queue tab "queue" columns never being shown (implemented by fitztrev, thanks!)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Clockwork",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "php dev tools integrated to your browser",
55
"scripts": {
66
"serve": "vue-cli-service serve",

platforms/chrome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Clockwork",
4-
"version": "4.0.3",
4+
"version": "4.0.4",
55

66
"description": "php dev tools integrated to your browser",
77
"homepage_url": "https://underground.works/clockwork",

platforms/firefox/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Clockwork",
4-
"version": "4.0.3",
4+
"version": "4.0.4",
55

66
"description": "php dev tools integrated to your browser",
77
"homepage_url": "https://underground.works/clockwork",

0 commit comments

Comments
 (0)