This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-dom 2.7.0
weierophinney
released this
27 Mar 21:06
·
29 commits
to master
since this release
Added
-
#20 adds support for
attribute selectors that contain spaces, such asinput[value="Marty McFly"]
.
Previously, spaces within the selector value would result in a query per
space-separated word; they now, correctly, result in a single query for the
exact value. -
#19 adds support for PHP
versions 7.1 and 7.2. -
Adds documentation and publishes it to https://docs.zendframework.com/zend-dom/
Deprecated
- Nothing.
Removed
Fixed
- Nothing.