diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bb27f3..4e091b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ +4.0.7 + +- fixed requests list behavior when "preserve log" is disabled (reported by Vai2kas, thanks!) +- fixed PHPStorm editor links (implemented by zlodes, thanks!) + 4.0.6 -- fixed timeline and sidebar sections not rendering when showing too many records (partially implemented by Zuken) +- fixed timeline and sidebar sections not rendering when showing too many records (partially implemented by Zuken, thanks!) 4.0.5 diff --git a/package.json b/package.json index 7c17a36..a0910bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Clockwork", - "version": "4.0.6", + "version": "4.0.7", "description": "php dev tools integrated to your browser", "scripts": { "serve": "vue-cli-service serve", diff --git a/platforms/chrome/manifest.json b/platforms/chrome/manifest.json index c620c09..af3ea0b 100644 --- a/platforms/chrome/manifest.json +++ b/platforms/chrome/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Clockwork", - "version": "4.0.6", + "version": "4.0.7", "description": "php dev tools integrated to your browser", "homepage_url": "https://underground.works/clockwork", diff --git a/platforms/firefox/manifest.json b/platforms/firefox/manifest.json index e021da4..09bb32e 100755 --- a/platforms/firefox/manifest.json +++ b/platforms/firefox/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Clockwork", - "version": "4.0.6", + "version": "4.0.7", "description": "php dev tools integrated to your browser", "homepage_url": "https://underground.works/clockwork",