Skip to content

Releases: strarsis/tablepress-rowspan-all

Release v2.0.0

05 Oct 10:37
Compare
Choose a tag to compare

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

30 Sep 15:39
Compare
Choose a tag to compare

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

20 Jan 21:20
Compare
Choose a tag to compare

Add note about caching.

Release v1.2.3

20 Jan 20:03
Compare
Choose a tag to compare

Add check for whether the DOM helper functions are already defined.

Release v1.2.2

20 Jan 16:57
Compare
Choose a tag to compare

Fix version in plugin info.

Fix composer file

08 Jan 03:08
415ac90
Compare
Choose a tag to compare

Fix license field in composer file.

Fix and improvements

05 Jan 21:01
Compare
Choose a tag to compare

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)

22 Jun 20:53
Compare
Choose a tag to compare
Add fix for table header cells (first row cells) with colspan.

v1.0.0 (Initial Release)

27 Feb 01:02
Compare
Choose a tag to compare
Update tablepress-rowspan-all.php