Skip to content

Commit

Permalink
chore: increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Oct 7, 2022
1 parent 960ab7c commit 12a2a0c
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,28 @@
xsi:noNamespaceSchemaLocation="../../../engine/Shopware/Components/Plugin/schema/plugin.xsd">
<label lang="de">Profiler</label>
<label lang="en">Profiler</label>
<version>1.4.4</version>
<version>1.4.5</version>
<copyright>Friends of Shopware</copyright>
<license>MIT</license>
<link>https://friendsofshopware.github.io/</link>
<author>Friends of Shopware</author>
<compatibility minVersion="5.6.0" />
<changelog version="1.4.5">
<changes lang="en">
<![CDATA[
<ul>
<li>Improve Shopware 5.7 support</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Improve Shopware 5.7 support</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.4.4">
<changes lang="en">
<![CDATA[
Expand Down

0 comments on commit 12a2a0c

Please sign in to comment.