|
Revision 140, 1.5 kB
(checked in by d0nut, 5 years ago)
|
|
updatet publicseorewriter for usage in trackback mod
|
| 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.data.page.publicseorewriter"> |
|---|
| 4 | <packageInformation> |
|---|
| 5 | <packageName>Public SEO Rewriter</packageName> |
|---|
| 6 | <packageDescription><![CDATA[Public Interfaces for the SEO Tool]]></packageDescription> |
|---|
| 7 | <packageDescription languagecode="de"><![CDATA[Ãffentliche Schnittstellen fÃŒr das SEO Tool]]></packageDescription> |
|---|
| 8 | <version>1.1.4</version> |
|---|
| 9 | <date>DATE</date> |
|---|
| 10 | <plugin>com.woltlab.wcf.data.page</plugin> |
|---|
| 11 | </packageInformation> |
|---|
| 12 | |
|---|
| 13 | <authorInformation> |
|---|
| 14 | <author>Torben Brodt</author> |
|---|
| 15 | <authorURL>http://www.easy-coding.de/trac/wcf</authorURL> |
|---|
| 16 | </authorInformation> |
|---|
| 17 | |
|---|
| 18 | <requiredpackages> |
|---|
| 19 | <requiredpackage minversion="3.0.0">com.woltlab.wbb</requiredpackage> |
|---|
| 20 | <requiredpackage minversion="1.0.0">com.woltlab.wcf</requiredpackage> |
|---|
| 21 | </requiredpackages> |
|---|
| 22 | |
|---|
| 23 | <instructions type="install"> |
|---|
| 24 | <files>files.tar</files> |
|---|
| 25 | </instructions> |
|---|
| 26 | |
|---|
| 27 | <instructions type="update" fromversion="1.1.3"> |
|---|
| 28 | <files>files.tar</files> |
|---|
| 29 | </instructions> |
|---|
| 30 | |
|---|
| 31 | <instructions type="update" fromversion="1.1.2"> |
|---|
| 32 | <files>files.tar</files> |
|---|
| 33 | </instructions> |
|---|
| 34 | |
|---|
| 35 | <instructions type="update" fromversion="1.1.1"> |
|---|
| 36 | <files>files.tar</files> |
|---|
| 37 | </instructions> |
|---|
| 38 | |
|---|
| 39 | <instructions type="update" fromversion="1.1.0"> |
|---|
| 40 | <files>files.tar</files> |
|---|
| 41 | </instructions> |
|---|
| 42 | |
|---|
| 43 | <instructions type="update" fromversion="1.0.1"> |
|---|
| 44 | <files>files.tar</files> |
|---|
| 45 | </instructions> |
|---|
| 46 | |
|---|
| 47 | <instructions type="update" fromversion="1.0.0"> |
|---|
| 48 | <files>files.tar</files> |
|---|
| 49 | </instructions> |
|---|
| 50 | </package> |
|---|