MDL-80636 lib: Upgrade HTML purifier to 4.17.0

This commit is contained in:
Laurent David
2024-03-18 19:34:36 +01:00
parent 757be30c39
commit 0079ba38f2
17 changed files with 315 additions and 324 deletions
+3 -3
View File
@@ -19,7 +19,7 @@
*/
/*
HTML Purifier 4.15.0 - Standards Compliant HTML Filtering
HTML Purifier 4.17.0 - 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.15.0';
public $version = '4.17.0';
/**
* Constant with version of HTML Purifier.
*/
const VERSION = '4.15.0';
const VERSION = '4.17.0';
/**
* Global configuration object.