mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-12-22 16:31:53 +00:00
Changelog prep for release. (#167)
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
This commit is contained in:
parent
6d6d88512a
commit
f33d1f8e99
@ -5,6 +5,7 @@ php:
|
|||||||
- '5.6'
|
- '5.6'
|
||||||
- '7.0'
|
- '7.0'
|
||||||
- '7.1'
|
- '7.1'
|
||||||
|
- '7.2'
|
||||||
before_script:
|
before_script:
|
||||||
- git clone --depth=50 https://github.com/ezyang/simpletest.git
|
- git clone --depth=50 https://github.com/ezyang/simpletest.git
|
||||||
- cp test-settings.travis.php test-settings.php
|
- cp test-settings.travis.php test-settings.php
|
||||||
|
14
NEWS
14
NEWS
@ -9,6 +9,20 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
|
|||||||
. Internal change
|
. Internal change
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
4.10.0, unknown release date
|
||||||
|
# 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)
|
||||||
|
! Relative CSS length units are now supported
|
||||||
|
- A few PHP 7.2 compatibility fixes, thanks John Flatness
|
||||||
|
<john@zerocrates.org>
|
||||||
|
- Improve portability with old versions of libxml which don't
|
||||||
|
support accessing the data of a node
|
||||||
|
- IDNA2008 is now used for converting domains to ASCII, fixing
|
||||||
|
some rather strange bugs with international domains
|
||||||
|
- Fix race condition resulting in E_WARNING when creating
|
||||||
|
directories with Serializer
|
||||||
|
|
||||||
4.9.3, released 2017-06-02
|
4.9.3, released 2017-06-02
|
||||||
- Workaround PHP 7.1 infinite loop when opcode cache is enabled.
|
- Workaround PHP 7.1 infinite loop when opcode cache is enabled.
|
||||||
Thanks @Xiphin (#134, #135)
|
Thanks @Xiphin (#134, #135)
|
||||||
|
Loading…
Reference in New Issue
Block a user