November 2023 patch
This release is made today as the most recent version of PHP 8.1 and PHP 8.2 introduce a backwards-breaking change to DOMDocument::registerNodeClass()
- Argument #2 ($extendedClass
) must not be an abstract class. Thanks to @szymanek-event-it for the fix, using the correct instance of the current document object.
What's Changed
- tweak: allow select disabled property by @g105b in #447
- fix: camel case conversion for dataset by @g105b in #444
- fix: textarea value property by @g105b in #445
- Map DOMDocument::class to Gt\Dom\HTMLDocument::class by @szymanek-event-it in #449
New Contributors
- @szymanek-event-it made their first contribution in #449
Full Changelog: v4.1.4...v4.1.5