-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.xml
33 lines (28 loc) · 1.26 KB
/
plugin.xml
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
<?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">Facebook SDK</label>
<label lang="en">Facebook SDK</label>
<version>1.0.2</version>
<link>http://www.shopinventors.de</link>
<author>Net Inventors GmbH</author>
<compatibility minVersion="5.2.6"/>
<changelog version="1.0.2">
<changes lang="de"><![CDATA[Der SDK-Instanz-Cache wurde verbessert.]]></changes>
<changes lang="en"><![CDATA[Improved SDK instance cache.]]></changes>
</changelog>
<changelog version="1.0.1">
<changes lang="de"><![CDATA[
SDK-Instanzen werden jetzt zur Verbesserung der Performance gecacht.
Der Kompitibilitäts-Check mit evtl. bestehenden Versionen der Facebook-Library wurde verbessert.
]]></changes>
<changes lang="en"><![CDATA[
SDK instances are now cached to improve performance.
Compatibility check with any pre-existing versions of the facebook library was improved.
]]></changes>
</changelog>
<changelog version="1.0.0">
<changes lang="de">Erstes Release</changes>
<changes lang="en">Initial release</changes>
</changelog>
</plugin>