Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 757 Bytes

CHANGELOG.md

File metadata and controls

28 lines (18 loc) · 757 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[1.2.0] - 2019-11-19

Added

  • DustPress comments partial data to DustPress debugger

Changed

  • Fixed comment depth

[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] - 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.