Skip to content

1.1.0

Choose a tag to compare

@villesiltala villesiltala released this 25 Sep 18:59
· 35 commits to master since this release

Full page cache support

DustPress Comments now supports sites using full page caching! This is done via using filter slugs or model functions to pass helper paramateres. Read the changed documentation to get a hang of this.

Multiple comment sections on a single page

WordPress commenting does not natively support ajaxified commenting and it gets even more trickier if you have multiple posts with commenting enabled on each of them. DustPress Comments works in this type of scenario out the box as it now uses classes and dynamically created ids to identify each commenting section.

External JS invocation

The documentation now describes a method for you to hook your own scripts into DustPress Comments client side functionalities.