Skip to content

Releases: strarsis/tablepress-rowspan-all

Release v2.0.0

Choose a tag to compare

@strarsis strarsis released this 05 Oct 10:37

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

Choose a tag to compare

@strarsis strarsis released this 30 Sep 15:39

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

Choose a tag to compare

@strarsis strarsis released this 20 Jan 21:20

Add note about caching.

Release v1.2.3

Choose a tag to compare

@strarsis strarsis released this 20 Jan 20:03

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

Release v1.2.2

Choose a tag to compare

@strarsis strarsis released this 20 Jan 16:57

Fix version in plugin info.

Fix composer file

Choose a tag to compare

@strarsis strarsis released this 08 Jan 03:08
415ac90

Fix license field in composer file.

Fix and improvements

Choose a tag to compare

@strarsis strarsis released this 05 Jan 21:01

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)

Choose a tag to compare

@strarsis strarsis released this 22 Jun 20:53
Add fix for table header cells (first row cells) with colspan.

v1.0.0 (Initial Release)

Choose a tag to compare

@strarsis strarsis released this 27 Feb 01:02
Update tablepress-rowspan-all.php