Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<a id="toggleAll" href="#">Expand/Collapse All to allow Search</a> <script type="text/javascript"> AJS.toInit(function () { AJS.$('#toggleAll').click(function() { jQuery(".expand-control").each(function()

{ jQuery(this).trigger("click");}

) }); }); </script>


Expand
titlev2.2.3 May 26, 2022


Expand
titleWhat's New or Improved
  • No new features


Expand
titleWhat's Fixed
  • Fix for issue with authorization of LWT topics
  • Fix for issue with updates to retained LWT messages



Expand
titlev2.2.2 Feb 1, 2022


Expand
titleWhat's New or Improved
  • No new features


Expand
titleWhat's Fixed
  • Fix for issue with delivery of LWT messages with empty payloads


...