Skip to content

Releases: devgeniem/dustpress-comments

1.2.0

19 Nov 13:26
Compare
Choose a tag to compare

Added

  • DustPress comments partial data to DustPress debugger

Changed

  • Fixed comment depth

1.1.13

05 Aug 06:34
Compare
Choose a tag to compare

[1.1.13] - 2019-08-02

Changed

  • Changed the comment_post action to run with PHP_INT_MAX priority to ensure it gets run last and not preventing important stuff from happening.

1.1.12

06 Apr 08:31
Compare
Choose a tag to compare

[1.1.12] - 2018-04-06

Added

  • This changelog

Changed

  • Revert back to wp_send_json, since after JSON is sent die is required and the filter is therefore unnecessary.

Update composer.json

16 Oct 13:39
Compare
Choose a tag to compare

Allow updates for composer/installers.

1.1.0

25 Sep 18:59
Compare
Choose a tag to compare

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.

Let's DustPress Debugger to use the plugin via a comments data hook.

13 Jun 11:39
Compare
Choose a tag to compare
1.0.1

Let debugger use the plugin via a hook

The first stable version.

08 Jun 19:45
Compare
Choose a tag to compare
1.0.0

Header image for documentation.