File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
4
4
5
+ # 1.23.1
6
+ - Fix issue with whitespaces in URL when URL in tab was copied
7
+
5
8
# 1.23.0 - 2021-08-30
6
9
7
10
- Changed the way request/response body is displayed in profiler. symfony/var-dumper is used now.
Original file line number Diff line number Diff line change 7
7
{% endif %}
8
8
<span class =" label httplug-method httplug-method-{{ stack .requestMethod | lower }}" >{{ stack .requestMethod }}</span >
9
9
</div >
10
- <div class =" label httplug-stack-header-target" >
11
- <span class =" httplug-scheme" >{{ stack .requestScheme }}://</span >
12
- <span class =" httplug-host" >{{ stack .requestHost }}</span >
13
- <span class =" httplug-target" >{{ stack .requestTarget }}</span >
14
- </div >
10
+ {% spaceless %}
11
+ <div class =" label httplug-stack-header-target" >
12
+ <span class =" httplug-scheme" >{{ stack .requestScheme }}://</span >
13
+ <span class =" httplug-host" >{{ stack .requestHost }}</span >
14
+ <span class =" httplug-target" >{{ stack .requestTarget }}</span >
15
+ </div >
16
+ {% endspaceless %}
15
17
<div >
16
18
<span class =" label httplug-duration" >{{ stack .duration | number_format }} ms</span >
17
19
{% if stack .responseCode >= 400 and stack .responseCode <= 599 %}
You can’t perform that action at this time.
0 commit comments