This release introduces a major change in the DOM traversal.
It makes the plugin robust against DOMs with and without #textNode
nodes.
Some PHP DOM installations include #textNodes
into the DOM and some do not.
The new release will determine the DOM node positions directly, hence will always work correctly regardless of DOM structure.