From d85d39da4576a6934b72480be6978fb10c860021 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Thu, 22 Feb 2018 20:58:20 -0500 Subject: [PATCH] Release 4.10.0 Signed-off-by: Edward Z. Yang --- Doxyfile | 2 +- NEWS | 2 +- VERSION | 2 +- library/HTMLPurifier.includes.php | 2 +- library/HTMLPurifier.php | 6 +++--- library/HTMLPurifier/Config.php | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Doxyfile b/Doxyfile index 5591eb2c..ecb71108 100644 --- a/Doxyfile +++ b/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = HTMLPurifier # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 4.9.3 +PROJECT_NUMBER = 4.10.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/NEWS b/NEWS index fec94fab..9b6e1023 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,7 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier . Internal change ========================== -4.10.0, unknown release date +4.10.0, released 2018-02-22 # PHP 5.3 is no longer officially supported by HTML Purifier (we did not specifically break support, but we are no longer testing on PHP 5.3) diff --git a/VERSION b/VERSION index e94f14fa..1910ba9d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.9.3 \ No newline at end of file +4.10.0 \ No newline at end of file diff --git a/library/HTMLPurifier.includes.php b/library/HTMLPurifier.includes.php index e8bce5c8..321bdc56 100644 --- a/library/HTMLPurifier.includes.php +++ b/library/HTMLPurifier.includes.php @@ -7,7 +7,7 @@ * primary concern and you are using an opcode cache. PLEASE DO NOT EDIT THIS * FILE, changes will be overwritten the next time the script is run. * - * @version 4.9.3 + * @version 4.10.0 * * @warning * You must *not* include any other HTML Purifier files before this file, diff --git a/library/HTMLPurifier.php b/library/HTMLPurifier.php index b4605ebc..bada5188 100644 --- a/library/HTMLPurifier.php +++ b/library/HTMLPurifier.php @@ -19,7 +19,7 @@ */ /* - HTML Purifier 4.9.3 - Standards Compliant HTML Filtering + HTML Purifier 4.10.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.9.3'; + public $version = '4.10.0'; /** * Constant with version of HTML Purifier. */ - const VERSION = '4.9.3'; + const VERSION = '4.10.0'; /** * Global configuration object. diff --git a/library/HTMLPurifier/Config.php b/library/HTMLPurifier/Config.php index 3648364b..f37cf371 100644 --- a/library/HTMLPurifier/Config.php +++ b/library/HTMLPurifier/Config.php @@ -21,7 +21,7 @@ class HTMLPurifier_Config * HTML Purifier's version * @type string */ - public $version = '4.9.3'; + public $version = '4.10.0'; /** * Whether or not to automatically finalize -- 2.11.4.GIT