MDL-80636 lib: Upgrade HTML purifier moodle files

* Update thirdpartylibs.xml and readme_moodle.txt documentation
This commit is contained in:
Laurent David 2024-03-18 19:35:55 +01:00
parent 0079ba38f2
commit 2292a50356
2 changed files with 1 additions and 5 deletions

View file

@ -14,7 +14,3 @@ Description of HTML Purifier library import into Moodle
HTMLPurifier.path.php
* add locallib.php with Moodle specific extensions to /lib/htmlpurifier/
* add this readme_moodle.txt to /lib/htmlpurifier/
Local changes:
* 2023-06-06 Applied patch https://github.com/ezyang/htmlpurifier/pull/346 to avoid PHP 8.2 deprecations.
See MDL-78143 for more details.

View file

@ -73,7 +73,7 @@
<location>htmlpurifier</location>
<name>HTML Purifier</name>
<description>Filters HTML.</description>
<version>4.16.0</version>
<version>4.17.0</version>
<license>LGPL</license>
<licenseversion>2.1+</licenseversion>
<repository>https://github.com/ezyang/htmlpurifier</repository>