Skip to content

Commit

Permalink
1.1.2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Schlöbe committed Nov 3, 2014
1 parent b3d4eb6 commit fa903d5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Binary file modified files.tar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public function parse($text) {
$match1 = trim($match[1], '"=\'');
$match2 = trim($match[2], '"=\'');
if (!\wcf\system\application\ApplicationHandler::getInstance()->isInternalURL($match1) &&
!\wcf\system\application\ApplicationHandler::getInstance()->isInternalURL($match1)) {
!\wcf\system\application\ApplicationHandler::getInstance()->isInternalURL($match2)) {
$count++;
}
}
Expand All @@ -135,4 +135,4 @@ public function parse($text) {

return $this->text;
}
}
}
12 changes: 6 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<packagedescription>Disables user posts if they have a too low post counter and the post contains external URIs.</packagedescription>
<packagedescription language="de"><![CDATA[Deaktiviert Beiträge von Benutzern mit zu wenig Beiträgen, falls der Beitrag externe URLs enthält.]]></packagedescription>
<packagedescription language="de-informal"><![CDATA[Deaktiviert Beiträge von Benutzern mit zu wenig Beiträgen, falls der externe Beitrag URLs enthält.]]></packagedescription>
<version>1.1.1</version>
<date>2014-10-23</date>
<version>1.1.2</version>
<date>2014-11-03</date>
<license>LGPL</license>
</packageinformation>

Expand All @@ -20,17 +20,17 @@
<requiredpackages>
<requiredpackage minversion="2.0.0">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="4.0.0">com.woltlab.wbb</requiredpackage>
</requiredpackages>
</requiredpackages>

<instructions type="update" fromversion="1.1.0">
<instructions type="install">
<instruction type="file" application="wbb">files.tar</instruction>
<instruction type="option">xml/options.xml</instruction>
<instruction type="userGroupOption">xml/groupoptions.xml</instruction>
<instruction type="eventListener">xml/eventlistener.xml</instruction>
<instruction type="language">languages/*.xml</instruction>
</instructions>
</instructions>

<instructions type="install">
<instructions type="update" fromversion="*">
<instruction type="file" application="wbb">files.tar</instruction>
<instruction type="option">xml/options.xml</instruction>
<instruction type="userGroupOption">xml/groupoptions.xml</instruction>
Expand Down

0 comments on commit fa903d5

Please sign in to comment.