Releases: ivopetkov/html5-dom-document-php
Releases · ivopetkov/html5-dom-document-php
v2.7.0
v2.6.0
v2.5.0
v2.4.0
v2.3.1
v2.3.0
v2.2.9
v2.2.8
Fix when modifying elements and there are duplicate IDs in the document.
Thanks to Christoph Möke for reporting this bug.
v2.2.7
The library now works the same way as DomDocument when loadHTML() is not called before saveHTML().
Thanks to Lewin Probst for pointing this inconsistency.
v2.2.6
Fix conflicting internal string (breaks matching the html tag)
Big thanks to David Hayes for pointing out the bug and providing a fix.