|
Revision 743, 1.0 kB
(checked in by d0nut, 4 years ago)
|
|
lets name it 1.0.0 when adding rewrite rules for canvas and relay
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <!DOCTYPE package SYSTEM "http://www.woltlab.com/DTDs/package.dtd"> |
|---|
| 3 | <package name="de.easy-coding.wcf.googlefriendconnect"> |
|---|
| 4 | <packageinformation> |
|---|
| 5 | <packagename>Google Friend Connect</packagename> |
|---|
| 6 | <packagedescription><![CDATA[Google Friend Connect means more people engaging more deeply with your website - and with each other.]]></packagedescription> |
|---|
| 7 | <version>0.9.9</version> |
|---|
| 8 | <date>DATE</date> |
|---|
| 9 | <plugin>com.woltlab.wcf</plugin> |
|---|
| 10 | <isunique>1</isunique> |
|---|
| 11 | </packageinformation> |
|---|
| 12 | |
|---|
| 13 | <authorinformation> |
|---|
| 14 | <author>Torben Brodt</author> |
|---|
| 15 | <authorurl>http://trac.easy-coding.de/trac/wcf</authorurl> |
|---|
| 16 | </authorinformation> |
|---|
| 17 | |
|---|
| 18 | <requiredpackages> |
|---|
| 19 | <requiredpackage minversion="1.0.0">com.woltlab.wcf</requiredpackage> |
|---|
| 20 | </requiredpackages> |
|---|
| 21 | |
|---|
| 22 | <instructions type="install"> |
|---|
| 23 | <languages languagecode="de">de.xml</languages> |
|---|
| 24 | <languages languagecode="en">en.xml</languages> |
|---|
| 25 | <options>options.xml</options> |
|---|
| 26 | </instructions> |
|---|
| 27 | |
|---|
| 28 | <instructions type="update" fromversion="0.0.1"> |
|---|
| 29 | <options>options.xml</options> |
|---|
| 30 | </instructions> |
|---|
| 31 | </package> |
|---|