Releases: strarsis/tablepress-rowspan-all
Releases · strarsis/tablepress-rowspan-all
Release list
Release v2.0.0
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.
Release v1.3.0
Please test on development/staging site before updating!
- Remove 0-based index fix as 0-based index is already used.
- Improve robustness (check for non-existing nodes).
- Improve code style (replace inline conditions).
Release v1.2.4
Release v1.2.3
Add check for whether the DOM helper functions are already defined.
Release v1.2.2
Fix composer file
Fix license field in composer file.
Fix and improvements
This release contains a fix for PHP >= 7.3 that caused issues with handling place holder
(TablePress trigger word containing), resulting in incorrect table markup.
Some code improvements.
Some comment improvements.
v1.1.0 (colspans)
Add fix for table header cells (first row cells) with colspan.
v1.0.0 (Initial Release)
Update tablepress-rowspan-all.php