diff options
author | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2017-07-06 21:33:07 +0200 |
---|---|---|
committer | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2017-07-06 21:35:10 +0200 |
commit | 31d1a728544f7ae740463cd0d1f345544175fcd2 (patch) | |
tree | fdfd2b1908a87f6e1396046ee95307506c079172 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.php | |
parent | f9a989fe1b0944b9b7d896b23544522fd42c4fd7 (diff) | |
download | volse-hubzilla-31d1a728544f7ae740463cd0d1f345544175fcd2.tar.gz volse-hubzilla-31d1a728544f7ae740463cd0d1f345544175fcd2.tar.bz2 volse-hubzilla-31d1a728544f7ae740463cd0d1f345544175fcd2.zip |
:arrow_up: Updating some PHP libraries.
htmlpurifier (v4.9.2 => v4.9.3) with bugfix for PHP7.1
sabre/http (4.2.2 => 4.2.3)
Diffstat (limited to 'vendor/ezyang/htmlpurifier/library/HTMLPurifier.php')
-rw-r--r-- | vendor/ezyang/htmlpurifier/library/HTMLPurifier.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php index 9c539e225..b4605ebc6 100644 --- a/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php +++ b/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php @@ -19,7 +19,7 @@ */ /* - HTML Purifier 4.9.2 - Standards Compliant HTML Filtering + HTML Purifier 4.9.3 - Standards Compliant HTML Filtering Copyright (C) 2006-2008 Edward Z. Yang This library is free software; you can redistribute it and/or @@ -58,12 +58,12 @@ class HTMLPurifier * Version of HTML Purifier. * @type string */ - public $version = '4.9.2'; + public $version = '4.9.3'; /** * Constant with version of HTML Purifier. */ - const VERSION = '4.9.2'; + const VERSION = '4.9.3'; /** * Global configuration object. |