-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
<?xml version="1.0"?> | ||
<!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info"> | ||
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/"> | ||
<id>Bugo:SimTopics</id> | ||
<name>Similar Topics</name> | ||
<version>1.2.3</version> | ||
<type>modification</type> | ||
|
||
<install for="2.1.*"> | ||
<readme parsebbc="true" lang="english">readme/english.txt</readme> | ||
<readme parsebbc="true" lang="russian">readme/russian.txt</readme> | ||
<require-dir name="Themes" destination="$boarddir" /> | ||
<require-dir name="Sources" destination="$boarddir" /> | ||
<hook hook="integrate_pre_load" function="SimTopics::hooks#" file="$sourcedir/Class-SimTopics.php" /> | ||
<code>install.php</code> | ||
<redirect url="?action=admin;area=modsettings;sa=simtopics" timeout="1000" /> | ||
</install> | ||
|
||
<uninstall for="2.1.*"> | ||
<code>uninstall.php</code> | ||
<hook hook="integrate_pre_load" function="SimTopics::hooks#" file="$sourcedir/Class-SimTopics.php" reverse="true" /> | ||
<remove-file name="$themedir/scripts/simtopics.js" /> | ||
<remove-file name="$themedir/SimTopics.template.php" /> | ||
<remove-file name="$sourcedir/Class-SimTopics.php" /> | ||
<remove-dir name="$languagedir/SimTopics" /> | ||
</uninstall> | ||
|
||
<?xml version="1.0"?> | ||
<!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info"> | ||
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/"> | ||
<id>Bugo:SimTopics</id> | ||
<name>Similar Topics</name> | ||
<version>1.3</version> | ||
<type>modification</type> | ||
|
||
<install for="2.1.*"> | ||
<readme parsebbc="true" lang="english">readme/english.txt</readme> | ||
<readme parsebbc="true" lang="russian">readme/russian.txt</readme> | ||
<require-dir name="Themes" destination="$boarddir" /> | ||
<require-dir name="Sources" destination="$boarddir" /> | ||
<hook hook="integrate_pre_load" function="SimTopics::hooks#" file="$sourcedir/Class-SimTopics.php" /> | ||
<code>install.php</code> | ||
<redirect url="?action=admin;area=modsettings;sa=simtopics" timeout="1000" /> | ||
</install> | ||
|
||
<uninstall for="2.1.*"> | ||
<code>uninstall.php</code> | ||
<hook hook="integrate_pre_load" function="SimTopics::hooks#" file="$sourcedir/Class-SimTopics.php" reverse="true" /> | ||
<remove-file name="$themedir/scripts/simtopics.js" /> | ||
<remove-file name="$themedir/SimTopics.template.php" /> | ||
<remove-file name="$sourcedir/Class-SimTopics.php" /> | ||
<remove-dir name="$languagedir/SimTopics" /> | ||
</uninstall> | ||
|
||
</package-info> |