Breaking changes:
- Bumped minimum PHP version from 5.4 to 5.6 (#220)
- #214 parse an img element for src and alt — i.e. all property values parsed as image URLs where the img element has an
alt
attribute will now be a{'value': 'url', 'alt': 'the alt value'}
structure rather than a single URL string - Renamed
master
branch tomain
. Anyone who had been installing the latest development version withdev-master
will need to change their requirements todev-main
Other changes: