Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

zend-dom 2.7.0

Compare
Choose a tag to compare
@weierophinney 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 as input[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

  • #13 and
    #19 remove support for PHP
    versions prior to 5.6.

  • #13 and
    #19 remove support for HHVM.

Fixed

  • Nothing.