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.
- DustPress comments partial data to DustPress debugger
- Fixed comment depth
- 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.
- This changelog
- Revert back to wp_send_json, since after JSON is sent die is required and the filter is therefore unnecessary.