Advertisement:
SMF 1.0.19, 1.1.11 Update - Contents - package-info.xml
Contents of package-info.xml:
<?xml version="1.0"?> <!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info"> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This is a simplified package manifest for SMF packages. ATTENTION: If you are trying to install this manually, you should try the package manager. If it will not work for you, please take a look at the following for information on this format: http://mods.simplemachines.org/docs/manual-install.php - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/"> <id>smf:smf-1.1.11</id> <name>SMF 1.0.19 / 1.1.11 Update</name> <version>1.0</version> <type>modification</type> <install for="1.1.10"> <readme type="inline"> This patch file will update your forum to SMF 1.1.11. </readme> <modification type="file" format="boardmod">smf_1-1-10_to_1-1-11_patch.mod</modification> <modification type="file" format="xml">smf_1-1-11_can_fail.xml</modification> </install> <install for="1.0.18"> <readme type="inline"> This patch file will update your forum to SMF 1.0.19. </readme> <modification type="file" format="boardmod">smf_1-0-18_to_1-0-19_patch.mod</modification> </install> <uninstall for="1.1.11"> <readme type="inline"> This will downgrade your forum back to SMF 1.1.9. </readme> <modification type="file" format="boardmod" reverse="true">smf_1-1-10_to_1-1-11_patch.mod</modification> <modification type="file" format="xml" reverse="true">smf_1-1-11_can_fail.xml</modification> </uninstall> <uninstall for="1.0.19"> <readme type="inline"> This will downgrade your forum back to SMF 1.0.18. </readme> <modification type="file" format="boardmod" reverse="true">smf_1-0-18_to_1-0-19_patch.mod</modification> </uninstall> </package-info>