Skip to content

Commit

Permalink
raised WACKO_VERSION to 6.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vendeeglobe committed Apr 17, 2022
1 parent d459020 commit 7af69d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wacko/class/wacko.php
Original file line number Diff line number Diff line change
Expand Up @@ -6953,7 +6953,7 @@ function run($tag, $method)
: ''));

// display page contents
if (preg_match('/(\.xml)$/', $this->method))
if (str_ends_with($this->method, '.xml'))
{
echo $this->method($this->method);
}
Expand Down
2 changes: 1 addition & 1 deletion wacko/config/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
const SQL_MODE_PERMISSIVE = 'NO_ENGINE_SUBSTITUTION,NO_AUTO_CREATE_USER';

// Do not change these three lines, PLEASE-PLEASE. In fact, don't change anything! Ever!
const WACKO_VERSION = '6.1.8';
const WACKO_VERSION = '6.1.9';
const HTML_ENTITIES_CHARSET = 'UTF-8';
const XML_HTMLSAX3 = 'lib/HTMLSax3/';

Expand Down
2 changes: 1 addition & 1 deletion wacko/lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The version and status of each is summarized below:
| htmlsax3 | HTMLSAX3 | 3.0.0 | patched: various, see repo |
| php-diff | php-diff | 2.4.0 | patched, see subdir |
| phpmailer | PHPMailer | 6.6.0 | unpatched |
| phpthumb | PhpThumb | 2.1 | unpatched |
| phpthumb | PhpThumb | 2.1 | patched: various, see repo |
| safehtml | SafeHTML | 1.3.12 | patched: various, see repo |
| simplepie | SimplePie | 1.5.8 | unpatched |
| text-hl | Text_Highlighter | 0.8.0 | patched: various, see repo |
Expand Down

0 comments on commit 7af69d1

Please sign in to comment.