Skip to content

Commit 01c93c1

Browse files
committed
Bumped version to 4.0.7, updated changelog.
1 parent f22f8bc commit 01c93c1

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
4.0.7
2+
3+
- fixed requests list behavior when "preserve log" is disabled (reported by Vai2kas, thanks!)
4+
- fixed PHPStorm editor links (implemented by zlodes, thanks!)
5+
16
4.0.6
27

3-
- fixed timeline and sidebar sections not rendering when showing too many records (partially implemented by Zuken)
8+
- fixed timeline and sidebar sections not rendering when showing too many records (partially implemented by Zuken, thanks!)
49

510
4.0.5
611

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.6",
3+
"version": "4.0.7",
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.6",
4+
"version": "4.0.7",
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.6",
4+
"version": "4.0.7",
55

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

0 commit comments

Comments
 (0)