forked from FriendsOfShopware/FroshProfiler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
171 lines (171 loc) · 6.24 KB
/
plugin.xml
File metadata and controls
171 lines (171 loc) · 6.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../engine/Shopware/Components/Plugin/schema/plugin.xsd">
<label lang="de">Profiler</label>
<label lang="en">Profiler</label>
<version>1.2.2</version>
<copyright>Friends of Shopware</copyright>
<license>MIT</license>
<link>https://friendsofshopware.github.io/</link>
<author>Friends of Shopware</author>
<changelog version="1.2.2">
<changes lang="en">
<![CDATA[
<ul>
<li>Add plugin icon for the plugin manager</li>
<li>Update name to a user friendly notation</li>
<li>Change order of changelog list items</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.2.1">
<changes lang="en">
<![CDATA[
<ul>
<li>Fixed units of query time, added config for dumpSize</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.2.0">
<changes lang="en">
<![CDATA[
<ul>
<li>Profiler plugin is now part of Friends of Shopware group. Repository moved to https://github.com/FriendsOfShopware/FroshProfiler</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.1.6">
<changes lang="en">
<![CDATA[
<ul>
<li>Fixed template name column size, thanks to larsbo <a href="https://github.com/shyim/shopware-profiler/issues/64">#64</a></li>
<li>Profiler reachable also if ip not on whitelist <a href="https://github.com/shyim/shopware-profiler/issues/63">#63</a></li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.1.5">
<changes lang="en">
<![CDATA[
<ul>
<li>Fixed Fatal Error while Profiling Closure Event Listener</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.1.4">
<changes lang="en">
<![CDATA[
<ul>
<li>Added new configuration option to log javascript events</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.1.3">
<changes lang="en">
<![CDATA[
<ul>
<li>Added support for symfony forms collector</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.1.2">
<changes lang="en">
<![CDATA[
<ul>
<li>Added overview of used snippets per page</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.1.1">
<changes lang="en">
<![CDATA[
<ul>
<li>Shopware 5.3 compatibility</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.1.0">
<changes lang="en">
<![CDATA[
<h4>Performance Event Charts 🎉</h4>
<ul>
<li>Added event charts to show which events needs how long to execute</li>
<li>Added overview of cache read/write/delete and a hit/miss metric</li>
<li>Added new sidebar of security with all user informations and password encoders</li>
<li>Added overview of container parameters to "Configuration" tab</li>
<li>Added search form to developers.shopware.com</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.0.11">
<changes lang="en">
<![CDATA[
<ul>
<li>Plugin overwrites my xdebug.var_display_max_depth <a href="https://github.com/shyim/shopware-profiler/issues/45">#45</a></li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.0.10">
<changes lang="en">
<![CDATA[
<ul>
<li>Template error with Shopware Premium Plugin "SwagFuzzy" <a href="https://github.com/shyim/shopware-profiler/issues/44">#44</a></li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.0.9">
<changes lang="en">
<![CDATA[
<ul>
<li>Cache folder very big <a href="https://github.com/shyim/shopware-profiler/issues/30">#30</a></li>
<li>Profiler breaks controller auto-registration <a href="https://github.com/shyim/shopware-profiler/issues/38">#38</a></li>
<li>html comments in robots.txt <a href="https://github.com/shyim/shopware-profiler/issues/37">#37</a></li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.0.8">
<changes lang="en">
<![CDATA[
<ul>
<li>Fixed usage on localhost <a href="https://github.com/shyim/shopware-profiler/issues/29">#29</a></li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.0.7">
<changes lang="en">
<![CDATA[
<ul>
<li>Allow local development <a href="https://github.com/shyim/shopware-profiler/issues/29">#29</a></li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.0.6">
<changes lang="en">
<![CDATA[
<ul>
<li>Performance optimization <a href="https://github.com/shyim/shopware-profiler/issues/27">#27</a></li>
</ul>
]]>
</changes>
</changelog>
<description>
<![CDATA[
<b>Notice to used snippets</b>
<p>Used snippets will be only displayed when no template cache is available. You can also disable template caching in our config.php see like <a href="https://developers.shopware.com/developers-guide/shopware-config/#template">https://developers.shopware.com/developers-guide/shopware-config/#template</a></p>
]]>
</description>
</plugin>