Skip to content

Releases: Masterminds/html5-php

2.10.1

23 Jun 18:44
fd5018f

Choose a tag to compare

What's Changed

  • Fix fwrite() null deprecation in OutputRules::wr() on PHP 8.1+ by @eyupcanakman in #263
  • Passing empty to ord() is deprecated in PHP 8.5 by @claudiu-cristea in #265
  • Fix dynamic property deprecation in TraverserTest & TokenizerTest by @ohader in #266

New Contributors

Full Changelog: 2.10.0...2.10.1

2.10.0

25 Jul 09:51
fcf91eb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.9.0...2.10.0

2.9.0

03 Apr 14:00
f5ac2c0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.8.1...2.9.0

2.8.1

31 Jul 10:11
f47dcf3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.8.0...2.8.1

2.8.0

26 Apr 07:28
3c5d5a5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.7.6...2.8.0

2.7.6

18 Aug 16:19

Choose a tag to compare

  • #218: Address comment handling issues

2.7.5

01 Jul 14:26
f640ac1

Choose a tag to compare

  • #204: Travis: Enable tests on PHP 8.0
  • #207: Fix PHP 8.1 deprecations

2.7.4

01 Oct 13:53
9227822

Choose a tag to compare

  • #191: Fix travisci build
  • #195: Add .gitattributes file with export-ignore rules
  • #194: Fix query parameter parsed as character entity

2.7.3

05 Jul 07:54
aad73db

Choose a tag to compare

  • #190: mitigate cyclic reference between output rules and the traverser objects

2.7.2

01 Jul 09:48
6c5dea5

Choose a tag to compare

  • Fixed memory leak in HTML5::saveHTML() #187
  • Add special case for end tag </br> #186